Graphics and Windows
Author |
Message |
discovery2005
|
Posted: 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! |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Andy
|
Posted: Tue May 17, 2005 5:58 pm Post subject: (No subject) |
|
|
with visual studio, you can use the MFC (microsoft foundation class) to create vb looking dialog applications |
|
|
|
|
|
wtd
|
Posted: Tue May 17, 2005 6:01 pm Post subject: (No subject) |
|
|
If you're insistent on using something Windows-specific, I would suggest using the .Net libraries. |
|
|
|
|
|
|
|