C++ Projects

Started by
1 comment, last by Samurai_x 22 years, 9 months ago
Does anyone know where I can find beginner C++ project assignments. I found that I learn better if I am given an assignment This method has helped me out a lot in Calculus
Advertisement
Well....http://www.cplusplus.com and http://www.cprogramming.com have tutorials which you could follow along with...and if you need more, I''m halfway thinking about starting to do basic C++ tutoring with optional assignments; email me at draqza@rocketmail.com if you''re interested in that.
--


WNDCLASSEX Reality;
...
...
Reality.lpfnWndProc=ComputerGames;
...
...
RegisterClassEx(&Reality);


Unable to register Reality...what''s wrong?
---------
Dan Upton
Lead Designer
WolfHeart Software
WNDCLASSEX Reality;......Reality.lpfnWndProc=ComputerGames;......RegisterClassEx(&Reality);Unable to register Reality...what's wrong?---------Dan Uptonhttp://0to1.orghttp://www20.brinkster.com/draqza
Man that was fast
Thanks for the links.

This topic is closed to new replies.

Advertisement