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
Printable View
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
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).