Thursday, July 30, 2009

I am a new user of microsoft visual C++. Can you help me in learning the fundamental programming in VC++?

Which is the basic step (ie., hello program) to write an application program in Visual C++?

I am a new user of microsoft visual C++. Can you help me in learning the fundamental programming in VC++?
If you are using .Net version of VS you should look for .Net framework library reference, MFC is for VC++ 6. I know in C# and VB.Net the programming entry point is Main() and to deal with basic CUI I/O the system object is System.Console and the first function of interest to a hello world is Write("text") in that object. Keep to the OOP paradigm.





I'm using C#.Net Compact Framework so I can't help further.
Reply:here is a very interesting website





http://www.waybuilder.net/free-ed/InfoTe...
Reply:Go to your start page and select links that look interesting in "Getting Started".
Reply:Are you using Visual C++ 6 or Visual Studio.NET?
Reply:check out http://www.pscode.com for great sample codes.


No comments:

Post a Comment