I have been doing strait-up c++ for a while, now I want to learn VC++. What are some easy commands? like a show form command and some others.

Thanx,
JT

Recommended Answers

All 2 Replies

If you're talking about making a Windows Forms application, see http://www.functionx.com/vccli/index.htm for an intro to the malevolent world of C++/CLI. If you are after MFC (only available in the full version of VS) google for tutorials on that. If you want to do things at a more fundamental level (Win32 API) then try www.winprog.org/tutorial/ Note that there are also other options for windowing with C++ such as Qt or wxWidgets.

thanks alot.
This helped me a lot in learning VC++.
thanks again,
JT

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.