🎉 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!

C++ Workshop - Data & File Streams (Ch. 17)

Started by
19 comments, last by Emmanuel Deloget 17 years, 2 months ago
Quote: Original post by Dejai


Hey all I am sort of new to c++.. I have been doing a course on it for some time and I think a course that would really get people involved would be a hands on course like that in the book Beginning C ++ Through Game Programming, Second Edition. Here is a link with some Information. http://www.courseptr.com/ptr_detail.cfm?group=Game%20Development&subcat=Programming&isbn=1%2D59863%2D360%2D0

I believe that this is a good book and anyone who wants to get into programming games straight off yet still with a good foundation then i recommend this book.

If you can't afford the book or it is not in stock then take a look at this site:
http://www.gametutorials.com/gtstore/c-3-c-tutorials.aspx

This comes with C++ game Tutorials, C Tutorials, Open GL Tutorials, Direct3d Win32 , Java 350 + tutorails. The C++ ones slowly introduce you into C++ bu pick it up and lead on to make a rpg. Its resonably priced at $60. Downloadable or Can Buy it as Cd form.

Though if you really cannot afford anything take a look at:
http://www.cppgameprogramming.com/cgi/nav.cgi?page=index

This teaches you some basics of C++ and then leads you into simple 2D game development with the Allegro Library. It has quite a welcoming community. Though I have yet to find really indepth tutorials :P

And If you a want to learn or discuss about graphics, coding ect in a smaller environment. Get some nice links and discuss C++ Coding, Multimedia and Other stuff visit my site and forum at. http://dejai.ifastnet.com/

Thank you for you time and I hope that you enjoyed this Post!


The purpose of the C++ Workshop on GameDev.Net is not to learn how to "maek games" but to learn the language itself. If you read the introduction, you should know that we are using "Teach yourself C++ in 21 Days (5th Edition)" (which has been chosen after a long discussion). "Beginning C ++ Through Game Programming" just doesn't have the same goal, and I don't think that this book should be used to learn the basics of C++ (although you can use it if you want).

Regarding the other tutorials/web sites you cited - don't worry, we know them, but again: this is a C++ workshop, not a "game programming with C++" workshop.

(and if you want to advertise your web site, feel free to do it in the Your Announcement forum; not here, unless there is a goooooood reason to do so [smile]).

Regards,

This topic is closed to new replies.

Advertisement