Game Development Community

where is a good site for c++ help

by Anthony Rosenbaum · in Technical Issues · 10/03/2001 (6:56 am) · 5 replies

I am a second semester as C++ student and I got a problem of my own dealing with pointers arrays and structures and well time is getting short before it is due and I need a site when there I can get some feed back on basic coding problems anyone have a sugestion?
Anthony

#1
10/03/2001 (1:41 pm)
Dr. Harvey Deitel has a series of C and C++ books he wrote (along with some on Java) He is a former professor at Boston Univ. (I think - definitely a prof in the Mass area) I have met him and took some advanced courses with him while I was at Sun Microsystems. He is cordial, welcomes questions and if you get one of his books that contains his email and net addresses, he will happily discuss problems you have over the net.
#2
10/03/2001 (2:31 pm)
CodeWarriorU.com. It is great for learning C++ from basics to intermediate skills. I do not know about arrays though but I think I took a lesson on pointers. You should take these courses anyways, though. Or, cplusplus.com should have something.
#3
10/03/2001 (3:58 pm)
Have you checked out our resource area? Specifically the Beginners area.

--Rick
#4
10/12/2001 (8:58 pm)
http://www.codeproject.com/cpp/
http://www.boost.org/
http://www.cplusplus.com/
http://www.dinkumware.com/
I hope this helps.
#5
11/05/2001 (2:53 pm)
I guess this relates to this, does anyone know of a site that explains the conio.h or other "basic" graphics header files that can be used??? this would be helpful.