PDA

Click to See Complete Forum and Search --> : 2 newbie questions


Nov 25th, 2000, 12:59 PM
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.

parksie
Nov 25th, 2000, 02:00 PM
2: msdn.microsoft.com/library - everything you could ever need for the Win32 API. (Concentrate on "Platform SDK")

Nov 26th, 2000, 05:34 AM
damn, I forgot to mention i need stuff to do with DOS C++, not windows. i have MSDN library on CD anyway, sorry.

parksie
Nov 26th, 2000, 05:35 AM
For graphics, look at MGL from http://www.scitechsoft.com (GTA written with it)

Nov 26th, 2000, 04:34 PM
Go to http://www.planet-source-code.com and select C/C++ World.