PDA

Click to See Complete Forum and Search --> : A good C/C++ website?


Master
Jul 5th, 2000, 06:31 PM
Anybody know of a nice, informative site with plenty of articles (like this one) for C/C++?? I'd like to know of any you can think of....

kb244
Jul 6th, 2000, 08:44 AM
theres my site (just for the books) http://kb244.8m.com
you can also try tek-tips.com(they got a big C++/VC++ forum)
informit.com (for their library of books)
planetsourcecode.com (for some free source and examples)


If I think of anymore I'll let you know.

Jul 6th, 2000, 11:35 AM
Yes http://www.planet-cource-code.com is a great site. It even has discussion fourms like these. But the only down side is that it does not have very many Windows/GUI related code.

kb244
Jul 6th, 2000, 11:56 AM
Hmm true, but I've always felt for learning purposes to avoid IDE specific reading, and learn Standardized C++ first, since it'll work in any compiler, and then to move on to learning the IDE specifics.

HarryW
Jul 6th, 2000, 01:07 PM
I agree kb244, learn the fundamentals first.

If I get confused (which happens a lot :D) then I post a message on the C/C++ forums at http://www.codeguru.com

There's a lot of traffic there, so you usually get a reply fairly quickly. Roughly the same as this site, but the GUI's not so purdy ;)