English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

2007-02-16 10:16:28 · 6 answers · asked by prem 2 in Computers & Internet Programming & Design

I am using microsoft visual studio.net

2007-02-16 10:34:58 · update #1

6 answers

check out http://www.pscode.com for great sample codes.

2007-02-16 12:05:01 · answer #1 · answered by Richard H 7 · 0 0

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.

2007-02-16 10:45:43 · answer #2 · answered by Andy T 7 · 0 0

Are you using Visual C++ 6 or Visual Studio.NET?

2007-02-16 10:22:01 · answer #3 · answered by Mike F 1 · 1 1

study the C++ Primer. It provides you a strong base programming skill that's critical for all destiny programming that you may want to do. The seen C++ is more desirable depending upon making issues which have a seen ingredient to them (aka...a Window and buttons and such). I save all programming books round no count how old they're. the author might want to have wrote something that a more desirable moderen e book received't have protected. So not in any respect imagine of a e book as being old. If something, in case you discover something in a e book that you do not see in different books, save the web page tabbed so for you to use it as reference cloth. i'm in the frame of mind of scanning my library of books so I easily have get admission to to them on my workstation the position ever i pass. that's like having a million,000 pounds of books at my disposal on each and every occasion i want. Even began making HTML pages with hyperlinks to my e book-tabs so i visit only look issues up.

2016-11-03 21:17:04 · answer #4 · answered by canevazzi 4 · 0 0

Go to your start page and select links that look interesting in "Getting Started".

2007-02-16 10:49:49 · answer #5 · answered by John W 3 · 0 0

here is a very interesting website

http://www.waybuilder.net/free-ed/InfoTech/informit/ITLC05.asp

2007-02-16 10:22:04 · answer #6 · answered by sammy 5 · 1 0

fedest.com, questions and answers