Thread: I know SDL, should I learn openGL? - for a simple program

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    C++ Enthusiast jmd15's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    532
    Well, for the kind of program you are talking about, it sounds like using the Win32 API would do just fine. It is quite easy, maybe a bit tough to get down at first but in the end you'll realize how easy it really was. I would go with Win32, it has basic GDI functions and can make windows, dialogs, and all kinds of child windows. OpenGL(used in windows, and not using glut) actually requires the use of the Win32 API. The Win32 API is extremely useful for so many different things.
    Last edited by jmd15; 11-27-2005 at 03:25 PM.
    Trinity: "Neo... nobody has ever done this before."
    Neo: "That's why it's going to work."
    c9915ec6c1f3b876ddf38514adbb94f0

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with simple program
    By nik2007 in forum C++ Programming
    Replies: 4
    Last Post: 02-27-2006, 09:54 AM
  2. I want to learn openGL......... but
    By Muphin in forum Game Programming
    Replies: 15
    Last Post: 07-20-2005, 04:35 PM
  3. linking an opengl program
    By raits in forum C++ Programming
    Replies: 11
    Last Post: 03-11-2003, 01:54 PM
  4. opengl program as win API menu item
    By SAMSAM in forum Game Programming
    Replies: 1
    Last Post: 03-03-2003, 07:48 PM
  5. Simple Chat program. Help.
    By knave in forum C++ Programming
    Replies: 0
    Last Post: 09-16-2001, 02:35 AM