bob3695 0 Report post Posted July 12, 2005 I am trying to learn C++. Do you guys know of any good C++ tutorials or resource sites? I have a book but is only the basics. I am about half way through it. I am trying to put together resources for me to learn the more advanced stuff. Also how about some free compilers? Thanks Share this post Link to post Share on other sites
vizskywalker 0 Report post Posted July 12, 2005 For a free compiler, you can't get much better than dev c++. As far as advanced tutorials, it depends on where you want to branch into. For example, if you want to make games, I'd recommend gamedev.net~Viz Share this post Link to post Share on other sites
bob3695 0 Report post Posted July 13, 2005 That is sorta what I am looking for...I want to get to that adventually but for right now I am just looking for windows programming. Not just dos.Thanks Share this post Link to post Share on other sites
neonprogrammer 0 Report post Posted September 4, 2005 So are you bore with the normal dos based programming.Here is what more you can do with c/c++1.)Windows Programming.Here is a very good free downloadable ebook telling you the basicshttp://forums.xisto.com/no_longer_exists/2.)Socket programmingThere are two ways to proceed.a.)Firstly either in the windows environment http://forums.xisto.com/no_longer_exists/b.)Secondly in the unix environmenthttp://forums.xisto.com/no_longer_exists/ Wesley - UNIX Network Programming Volume 1 3rd Edition.chm Share this post Link to post Share on other sites
Bio1405241516 0 Report post Posted December 31, 2005 Oops.. Sorry this recource  http://www.cprogramming.com/ Share this post Link to post Share on other sites
InitialDriveGTR 0 Report post Posted January 22, 2006 Hi, For Windows, what IDE's or GUI's or what ever they are called would you recomend to use? I was thinking of micro$oft's Visual Basic student version, and it only works on SP2, while I have SP1. So before I update my service pack, i would like just a little info them. Thanks for your time, InitiaDriveGTR Share this post Link to post Share on other sites
snutz411 0 Report post Posted January 22, 2006 http://forums.xisto.com/no_longer_exists/That's a pretty good tutorial. When I was taking my courses in C++, I referenced that site because its pretty easy to use and navigate. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 23, 2006 Thinking in C++ is cool and free ebook. Share this post Link to post Share on other sites
HellFire121 0 Report post Posted February 11, 2006 i recently bought a book called windows game programming gurus and it is pretty good, only thing is that i need to know c++ to get the full advantage.That site that snutz mentioned, http://www.cplusplus.com/ has very good tutorials and is a great resource site. Of course learning a new programming language will be easier if you have had past experience with programming.Good luck! Share this post Link to post Share on other sites
twitch 0 Report post Posted February 24, 2006 I personally prefer about.com's tutorials on C/C++. That's where I have started and I am finding the in-depth information very useful. The navigation of the tutorials is a little confusing at first, but you'll get the hang of it eventually.http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
iGuest 3 Report post Posted September 13, 2008 Do the header file stack.H exist in the c++ libraries ? I tried to use it some programming based on stacks but compiler responded that it was unable to open it. Also the help index shows stack.H .Show does it really exist or not because same problem occured in different systems too.-reply by paritosh Share this post Link to post Share on other sites