PDA

View Full Version : Basic C++ tutorials (windows apps)


scroots
05-30-2003, 08:08 PM
Does anyone know any really good C++ tutorials for making windows applications for a beginner. I can do javascript and php if that is any use.

As in my quest to learn C++ for making windows apps i cannot find any good tutorials, and as i thought we all have to start somewhere, so i thought i'd ask.

Is it worth getting a book? my mate said having a book is cool as you can read it anywhere.

So what do you all reccomend.

Scroots

mouse
05-31-2003, 07:54 PM
http://www.ultimategameprogramming.com - visited this one thisafternoon looking for vertex and pixel shader stuff.

Used to be a decent site here (http://gamecoding.org.uk/) that looked okay but seems to have been hacked off or summit http://silverpaw3d.com/smilies/dunno.gif

http://www.gametutorials.com/

scroots
06-01-2003, 11:16 AM
mouse thanks for the links, i will take a look later after i have done some more revision.

thanks
scroots

Mhtml
06-16-2003, 04:54 PM
www.cprogramming.com

maes
06-17-2003, 05:29 PM
Win API tutorial: Sunlight (http://sunlightd.com/Windows/GUI/)
How to work with resources and stuff:Foosyerdoose (http://www.foosyerdoos.fsnet.co.uk/) (BTW: if anyone knows what Foosyerdoose means, let me know :D )
You can also learn alot by looking at source code, the one I use the most is Planet Source Code (http://www.planet-source-code.com/vb/default.asp?lngWId=3) sometimes they are very slow but they have alot

>>Is it worth getting a book?
I think so yes. I can recomend Programming Windows by Charles Petzold ISBN-1-57231-995-X

>>www.cprogramming.com
are you a member there Mhtml?

Mhtml
06-18-2003, 05:48 AM
I'm not a member as most people have already asked the questions I need to know the answer to and so I just search.