Question:
help with visual c++?
Dalton
2009-02-10 16:00:43 UTC
i have visual c++ 2008 and i need help with the "visual" part

any1 know of any guides to the visual part of visual c++
Three answers:
anonymous
2009-02-10 16:51:35 UTC
You create a project in Visual C++ by doing a File | New and select project. For a GUI application you want to select a Windows Form application to start.



For tutorials perhaps look at



http://www.ucancode.net/Free-VC-Draw-Print-gdi-example-tutorial/Free-VC-Draw-Print-gdi-example-tutorial.htm



http://www.winprog.org/tutorial/start.html



If you want to do GUI in C++ I would strongly look at MFC to help you as bare bones Win32 API can be daunting.



http://www.codersource.net/mfc_tutorial_Part1.html
Tim
2009-02-10 16:05:10 UTC
Building GUIs with a RAD is the easiest part. Just drag and drop the elements onto the form. Then, double click on each element in the editor to apply linking actions to each element.



You can search for "Visual C++ Video Tutorials" on Google, too.
anonymous
2009-02-10 16:15:02 UTC
If you are talking about managed C++ then Why dont you use another language that is designed for managed enviroment like C#?


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...