-
hi can you help me with the following?
1.
Can someone give me some example code that will draw a dot moving across the screen (I have no idea what the code would look like since I have negligible documentation for C++.
2.
Can anyone tel me if there are any decent on-line categorized function repositories, so i can look up things like syntax and find out which .H file the functions are stored in?
Thanks.
-
2: msdn.microsoft.com/library - everything you could ever need for the Win32 API. (Concentrate on "Platform SDK")
-
damn, I forgot to mention i need stuff to do with DOS C++, not windows. i have MSDN library on CD anyway, sorry.
-
For graphics, look at MGL from http://www.scitechsoft.com (GTA written with it)
-