PDA

Click to See Complete Forum and Search --> : lines and graphics in C++?


NightSt@lker
Mar 31st, 2002, 08:53 AM
hey all,

how do i draw lines or plot points (for a sine or cosine curve) in a Win32 Console application? no MFC please.

Thanks

parksie
Apr 1st, 2002, 10:58 AM
With difficulty.

If you want to do any graphics you have to make a proper windowed program using either the Win32 API, MFC, WTL, or .NET :eek:

(.NET is dead easy to do, I picked it up in about 10 minutes, and the API is more work but more versatile).