Search:
Forum
Beginners
Any good source code to learn from ???
Any good source code to learn from ???
May 13, 2012 at 12:06pm UTC
lukecian
(34)
I want to learn c++ through some simple and light enough project code
hope to quickly grasp the modern c++ design pattern and c++ language itself.
any recommemdation?
May 13, 2012 at 1:21pm UTC
JLBorges
(13770)
Reading code written by some one else is much harder than writing code.
Perhaps you should start by looking at code that has been specifically written to teach C++ programming by example. And by writing lots of code, of course.
http://www.parashift.com/c++-faq-lite/new/prog-by-example-books.html
May 13, 2012 at 2:25pm UTC
andywestken
(4094)
Out of interest, what is your starting point?
Do you already know how to program using one or more other language, and just want to get into how the C++ world works?
Are you brand new to progamming?
Or what??
Last edited on
May 13, 2012 at 2:25pm UTC
May 14, 2012 at 8:19am UTC
closed account (
4z0M4iN6
)
JLBorges
wrote:
Reading code written by some one else is much harder than writing code.
What was written here, is very true. And I can explain this.
Why do you think, it's very hard to find out clear ideas from some listings?
The simple wisdom:
If there are none inside, you can't find out!
Last edited on
May 14, 2012 at 8:35am UTC
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs