-
I am really confused :)
Ok i have bought my self
MICROSOFT VISUAL STUDIO .NET ENTERPRISE ARCHITECT EDITION
and i want to make a little program like Hello World in the
Visual C++, now when they say visual C++ am i not supose to get like a form, like in VB :) lol i am making a fule of my self i know, :D but i really wanna know.
Plz help out, thanks for all your support :D
-
you can have both console and forms like vb
-
You can have a lot of things in VC++, but you can't design an app like in VB. You can design dialogs, but they are not as powerful as real windows (you create them in code).
-
1 Attachment(s)
And I have attached an example that creates a simple window in VC++ .NET using API.