Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Quickest Way to Learn From Books?
Closed Thread
Old 05-24-2006, 12:09 AM   #1 (permalink)
 
Newb Techie

Join Date: Nov 2005

Posts: 7

ComputerNovice

Default Quickest Way to Learn From Books?

I've taken Object Oriented Programming, C#, and I can remember my instructor saying that we would probably want to play with the program examples more than reading the book, as he said that's probably the best way to learn. But I ignored his advice because I was still learning to build my foundation in OOP.

This semester I'm taking COBOL, and I'm wanting to know what some of you seasoned veterans did to pick up other languages after you already had a programming foundation built. I know that COBOL is not OOP, but I still dread the thought of reading every single chapter of my COBOL book. I see some students in class pick things up fairly quickly without even reading the chapters. I have to admit, that I've tried it, but I don't see how they do it. I'm guessing that they play with the code first, and then when they run into a problem, they will do a quick search by flipping through the book. I suppose everybody has their different ways of learning.

Any of you guys got any tips how you used your time efficiently to learn other languages when on the fly? Time is extremely precious and valuable to me right now. Thanks in advance! :bald:
ComputerNovice is offline  
Old 05-24-2006, 12:24 AM   #2 (permalink)
 
Super Techie

Join Date: Jun 2005

Posts: 274

mgoldb2

Default

I know lots of languages already so when I go to learn a new language I donÂ’t buy concepts books I buy reference book for the language. I use the reference book to learn all the syntax and basic structure. I learn a few things about it like does it support recursion, what are references and what is not. Pretty much the internal structure of how the compiler works. Then I program and use the reference books when I donÂ’t know the syntax for something.

PS: They making you learn Cobol? You have my regrets that a really un-fun language to learn.
mgoldb2 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On