Hello friends,
I love C++. I am learning it for past 4 years and till date I am not sure how much I know about it.
I am sharing here some of the sites which I find useful -
1. http://www2.research.att.com/~bs/bs_faq2.html - This is link for Bjarne Stroustrup's technical FAQ page. Learning C++ from Stroustrup is like learning creation of universe from God!. Whenever I come across difference of opinion with any other developer or friend - I use this site as first reference.
2. http://www.parashift.com/c++-faq-lite - This site is like online C++ book, has got tremendous amount of information.
3. http://mindview.net/Books/TICPP/ThinkingInCPP2e.html - I think "Thinking in C++" is the nicest book to start learning C++. Thanks a ton to author Bruce Eckel for giving online copies of the boo
4. http://www.cplusplus.com/doc/tutorial - This is good site if you want code examples.
5. http://www.codeguru.com/cpp - Another good site for forums and examples.
I will update this post when I get new information.
have you tried designing a language as an exercise? (say http://www.cplusplus.com/forum/lounge/3707/)
ReplyDeleteHi Chinmay, never tried something like this before. If I could design a language on my own - then I think I could write most of the complex programs in this world on my own.
ReplyDelete