C++ Guidance Thread[Keeping it updated] - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20) +---- Thread: C++ Guidance Thread[Keeping it updated] (/showthread.php?tid=4578) |
C++ Guidance Thread[Keeping it updated] - Brainless Control - 01-29-2010 C++ guidance books and more!
------- ------- ------- Quick information about C++: C++ (pronounced "See plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features. It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C programming language and originally named "C with Classes". It was renamed C++ in 1983. C++ is widely used in the software industry, and remains one of the most popular languages ever created. Some of its application domains include systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. C++ Ebooks(this is not warez! the sites are totally legit and so are the e-books) --------- C++ GUI Programming With Qt 4 http://www.freshwap.net/forums/e-books-tutorials/2745-c-gui-programming-qt4-2nd-edition.html C++ GUI Programming With Qt 3 http://www.computer-books.us/cpp_0010.php An Introduction to C++ Programming http://www.computer-books.us/cpp_1.php An Overview Of The C++ Programming Langauge (from the Handbook of Object Technology) http://www.computer-books.us/cpp_2.php How To Think Like A Computer Scientist With C++ http://www.computer-books.us/cpp_3.php Introduction To OOP Using C++ http://www.computer-books.us/cpp_4.php A Beginners C++ http://www.computer-books.us/cpp_5.php Programming in C++, Rules and Recommendations http://www.computer-books.us/cpp_6.php Thinking in C++ Volume 1 - Introduction to Standard C++ http://www.computer-books.us/cpp_7.php Thinking in C++ Volume 2 - Practical Programming http://www.computer-books.us/cpp_8.php C++ In Action - Industrial Strength Programming Techniques http://www.computer-books.us/cpp_9.php C++ Website tutorials. --------- C++ A Beginners Guide by Herbert Schildt http://cplus.about.com/gi/o.htm?zi=1/XJ/Ya&zTi=1&sdn=cplus&cdn=compute&tm=26&f=00&tt=14&bt=0&bts=0&zu=http%3A//msdn2.microsoft.com/en-us/beginner/cc305129.aspx C++ Programming http://cplus.about.com/gi/o.htm?zi=1/XJ/Ya&zTi=1&sdn=cplus&cdn=compute&tm=110&f=00&tt=14&bt=0&bts=0&zu=http%3A//en.wikibooks.org/wiki/C%252B%252B_Programming/TOC1 From C++ to Objective-C http://cplus.about.com/gi/o.htm?zi=1/XJ/Ya&zTi=1&sdn=cplus&cdn=compute&tm=139&f=00&tt=14&bt=0&bts=0&zu=http%3A//ktd.club.fr/programmation/fichiers/cpp-objc-en.pdf High Integrity Coding Standards for C++. http://cplus.about.com/gi/o.htm?zi=1/XJ/Ya&zTi=1&sdn=cplus&cdn=compute&tm=163&f=00&tt=14&bt=0&bts=0&zu=http%3A//www.codingstandard.com/ Industrial Strength C++ http://cplus.about.com/gi/o.htm?zi=1/XJ/Ya&zTi=1&sdn=cplus&cdn=compute&tm=186&f=00&tt=14&bt=0&bts=0&zu=http%3A//www.sannabremo.se/nyquist/industrial/ Lockheed Martin JSF C++ Coding Standards http://cplus.about.com/gi/o.htm?zi=1/XJ/Ya&zTi=1&sdn=cplus&cdn=compute&tm=186&f=00&tt=14&bt=0&bts=0&zu=http%3A//www.sannabremo.se/nyquist/industrial/ Optimizing software in C++ http://cplus.about.com/gi/o.htm?zi=1/XJ/Ya&zTi=1&sdn=cplus&cdn=compute&tm=51&f=00&tt=14&bt=0&bts=0&zu=http%3A//www.agner.org/optimize/optimizing_cpp.pdf Thinking in C++ 2nd Edition Bruce Eckel's Classic Book http://cplus.about.com/gi/o.htm?zi=1/XJ/Ya&zTi=1&sdn=cplus&cdn=compute&tm=111&f=00&tt=14&bt=0&bts=0&zu=http%3A//mindview.net/Books/DownloadSites Cplusplus Website. http://www.cplusplus.com/ Cprogramming Website. http://www.cprogramming.com/tutorial.html Teach Yourself C++ in 21 Days. http://newdata.box.sk/bx/c/ C++ Tutorial brought to you by freeprogrammingresources. http://www.glenmccl.com/tutor.htm C++ Reference guide. http://www.cppreference.com/wiki/start C++ Tutorials brought to you by intap. http://www.intap.net/~drw/cpp/ C++ Win32 API Tutorials --------- http://www.winprog.org/tutorial/ http://www.relisoft.com/Win32/generic.html http://www.infernodevelopment.com/c-win32-api-tutorial C++&API Video tutorials. --------- http://www.youtube.com/watch?v=tyVhn0FWWB4 - antiRTFM http://www.youtube.com/watch?v=Sxdf-VEql2o - 2000ContourSVT http://www.youtube.com/watch?v=nziy2_U5JQI - reconnetworks http://www.youtube.com/watch?v=KaXDZ7uzLIo&feature=related - xoaxdotnet http://www.youtube.com/watch?v=GMx_G05cqYI - thenewboston http://www.youtube.com/watch?v=dZmizEcInSs&feature=SeriesPlayList&p=C616A3733AB5F923 - C++ Win32 API video Tutorial - xoaxdotnet http://www.youtube.com/watch?v=NQ38gECR-oA - C++ Win32 API video Tutorial - 0121ryanh117 C++ Compilers&API support. --------- DevC++ http://www.bloodshed.net/devcpp.html Borland C++ Compiler version 5.5 http://edn.embarcadero.com/article/20633 visual c++ 2008 express edition - API support http://www.microsoft.com/express/vc/ GCC, the GNU Compiler Collection http://gcc.gnu.org/ Xcode Compiler - For Macs http://developer.apple.com/tools/xcode/ Code::Blocks http://www.codeblocks.org/ Codelite http://codelite.org/ Resedit - API support http://www.resedit.net/ GTK+ - API support http://www.gtk.org/ C++ Source codes. --------- http://www.freeprogrammingresources.com/csource.html http://www.planet-source-code.com/vb/default.asp?lngWId=3#categories http://www.cprogramming.com/cgi-bin/source/source.cgi http://www.cplusplus.com/src/ http://rapidshare.com/files/266011855/Keylogger_Source_Codes_August_11__2009_.rar - Keylogger source codes(Virus Free) C++ Books I suggest you buying. --------- C++: The Complete Reference - By Herbert Shildt. http://www.amazon.com/C-Complete-Reference-Herbert-Schildt/dp/0078824761 RE: C++ Guidance Thread[Keeping it updated] - Gaijin - 01-29-2010 Awesome man, just simple awesome.... ++ This will all come in handy soon, so I can't thank you enough...!!! But the links to the Ebooks have been reported as piracy... RE: C++ Guidance Thread[Keeping it updated] - Lukas - 01-29-2010 Thanks for the list! it is quite interesting! RE: C++ Guidance Thread[Keeping it updated] - Brainless Control - 01-29-2010 (01-29-2010, 06:01 PM)Master of The Universe Wrote: Awesome man, just simple awesome.... ++Indeed,some E-books atleast.I'll be updating it tomorrow with new books links,kinda tired now. Glad you like it Quote:Thanks for the list! it is quite interesting! RE: C++ Guidance Thread[Keeping it updated] - Brainless Control - 01-30-2010 Updated! 1.Updated with new Ebooks. 2.Added more C++ Tutorials. 3.API video tutorials 3.Win32 API tutorials 4.API Compilers 5.C++ source codes. RE: C++ Guidance Thread[Keeping it updated] - Gaijin - 01-30-2010 The list is getting better and better, thanks man... I will need some time to get all of this ;)... RE: C++ Guidance Thread[Keeping it updated] - Skill - 01-30-2010 This is an excellent compilation and I'm sure it will benefit many members of the SF community. RE: C++ Guidance Thread[Keeping it updated] - Notorious Mental - 01-30-2010 I love this thread. I now want to start with c++ really bad. Great compilation bloxx! RE: C++ Guidance Thread[Keeping it updated] - Brainless Control - 01-30-2010 (01-30-2010, 12:06 PM)Skill Wrote: This is an excellent compilation and I'm sure it will benefit many members of the SF community. I hope so Btw I won't be adding more stuff atm just so it can look clean and simple and not bloated with information. Quote:I love this thread. I now want to start with c++ really bad.I'm glad this thread has inspired you RE: C++ Guidance Thread[Keeping it updated] - Skill - 01-30-2010 (01-30-2010, 01:03 PM)Bloxx Wrote: I hope so If you have any problems when it comes to editing the thread feel free to send me a PM containing the additional information and I'll update the thread for you; without hesitation. |