Computer Science Canada

Graphics and Windows

Author:  discovery2005 [ Tue May 17, 2005 5:04 pm ]
Post subject:  Graphics and Windows

Hey folks,

Microsoft's Visual Basic allows the creation of very windows-friendly programs that easily incorporate graphics into their design. Is anything similar possible with C++, especially the Borland or Microsoft versions? If so, how? Like do I have to use OpenGL, AppExpert, DirectX, or something else?

Thanks so much!

Author:  Andy [ Tue May 17, 2005 5:58 pm ]
Post subject: 

with visual studio, you can use the MFC (microsoft foundation class) to create vb looking dialog applications

Author:  wtd [ Tue May 17, 2005 6:01 pm ]
Post subject: 

If you're insistent on using something Windows-specific, I would suggest using the .Net libraries.


: