Link to home
Start Free TrialLog in
Avatar of nhcuong
nhcuong

asked on

C++ Resource

Dear expearts,
I've learnt C++ for about two years (but I never write a big program. I think reading others' code is a good way to learn
more.
Did anyone can help me some good source code ( for  complete intermediate or big projects in Turbo C++ or VC++ )to learn (good if they have comments).
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Answers2000
Answers2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of eric_m
eric_m

> Did anyone can help me some good source code ( for complete
> intermediate or big projects in Turbo C++ or VC++ )to learn (good if
> they have comments).

Rather than trying to learn from questionable source, I'd suggest
picking up some good books.  Use dejanews to search
comp.lang.c++...it's a fairly common, re-occuring question.

www.codeguru.com is good for showing how to use various MFC features,
but most of the code I've seen is not what I consider to be "good"
code from which one should learn style.