🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

How to use Visual Studio

Started by
9 comments, last by Daivam 22 years, 8 months ago
I''m going to jump in here as the token C++ purist and advise you to start with a C++ beginners book like C++ How to program, C++ primer plus etc. There is about as much reason to C before C++ as there is to learn binary before using windows.

It''s no harder than C, actually it''s easier, and you''ll avoid picking up bad habits and having to relearn libraries and features that are specific to C.

Similarly, as has been advised, stay away from ''visual'' or ''windows'' books until you''re good and ready.

This topic is closed to new replies.

Advertisement