[GLLUG] Programming logic & design

Brian Beck beckbria at msu.edu
Thu Apr 27 02:18:06 EDT 2006


Caleb Cushing wrote:

> I know that before you study a specific language your supposed to 
> learn logic and design. any recommendations on free resources for 
> learning this?

While learning logic and design are key, the best way to learn coding is 
BY coding.  Pick any language - I learned on QBASIC when I was young and 
later C++ when I truly began to study and learn to code, but I know 
plenty of people who learned on Java, Pascal, or Python.  Google a 
tutorial, learn the basics, then find some idea that interests you and 
try coding it.

I know it's not free, but if you're willing to consider a book, I highly 
reccomend Stanley Lippeman's "C++ Primer".  In addition to being the 
best C++ reference I've ever seen (Stroustrup may be better if you 
really know the language, but the Stroustrup is almost useless to 
someone who doesn't know C++), it's written in a very readable format 
that teaches basic components of programming and object-oriented design 
as it teaches you C++.  Best programming book I own.


More information about the linux-user mailing list