Author Topic: c++ help  (Read 2209 times)

orion

  • Guest
c++ help
« on: 29 January 2008, 21:37:45 »
I am very proud to be a java programmer, but I would very much like to learn how to use the windows api in c++. Does anyone know where I could find a descent and complete windows c++ programming tutorial?
« Last Edit: 1 January 1970, 00:00:00 by orion »

daniel.santos

  • Guest
(No subject)
« Reply #1 on: 30 January 2008, 00:05:14 »
You don't want to learn the Windows API. :D If you are interested in working on Glest, there is almost no Windows API stuff at all except in the shared library, to keep it isolated.  The shared library exposes a platform-neutral API to the rest of the game (quite nicely I should add).
« Last Edit: 1 January 1970, 00:00:00 by daniel.santos »

martiño

  • Behemoth
  • *******
  • Posts: 1,095
    • View Profile
Re: c++ help
« Reply #2 on: 30 January 2008, 00:27:50 »
Quote from: "orion"
I am very proud to be a java programmer, but I would very much like to learn how to use the windows api in c++. Does anyone know where I could find a descent and complete windows c++ programming tutorial?


You can learn the windows API, but it is a pain, I think you should learn SDL first, it has a pretty basic window handling mechanism which is suitable for games.
« Last Edit: 1 January 1970, 00:00:00 by martiño »

hailstone

  • GAE Team
  • Battle Machine
  • ********
  • Posts: 1,568
    • View Profile
(No subject)
« Reply #3 on: 29 April 2008, 12:40:48 »
Free programming books - http://www.mindview.net/Books
KDE front-end to Cscope code browser - http://kscope.sourceforge.net/
« Last Edit: 1 January 1970, 00:00:00 by hailstone »
Glest Advanced Engine - Admin/Programmer
https://sourceforge.net/projects/glestae/

 

anything