-
Programing Tools
I recently got a book to help me code in C++. I have done some work with VB, and what not, but C++ is uncharted water for me. Now, in the book I got, it keeps making referances too what I think are two different things. Visual Studio, and AppWizard. Are these two different programs, or is AppWizard a part of Visual Studio?
-
AppWizard is the Application Wizard delivered with Visual Studio.
It creates a Stub-Program for you that takes care of the "boring boiler-plate stuff" for you.
However if you are a new starter in C++, I would strongly recommend to leave the Wizard-stuff for later and start with easy simple HelloWorld - type programs and write them from scratch. In VS you can do that by creating empty or simple command-line projects.
This way you get to learn the finer intricacies of C++, which can be quite a culture shock if you have a background in VisualBasic ... ;-)
DKyb
-------------------------------
Life is a short warm moment -
Death is the long cold rest.
Pink Floyd
-------------------------------
-
Yes. I also figured that I would read the book once before jumping into anything. Some of the information they have in their is not exactly clear cut, and I might save myself a head ache or two later. So far so good. I have a copy of VC++, and I am ready to start. Thank you for your help. Everything makes a lot of sense now.
As a side note: Why does Dell have to send a repairman to my house? It's not like I haven't replaced a dozen CD-ROM drives before. They can stay out of my room. My room is tempest.
Similar Threads
-
By kenn_rosie in forum .NET
Replies: 0
Last Post: 03-02-2006, 04:29 PM
-
By premartha in forum C++
Replies: 5
Last Post: 11-18-2005, 08:50 AM
-
By noel in forum Open Source
Replies: 1
Last Post: 04-08-2002, 04:28 AM
-
By Eric Pearson in forum vb.announcements
Replies: 0
Last Post: 10-17-2001, 09:45 AM
-
By Malcolm Crowe in forum .NET
Replies: 0
Last Post: 09-17-2000, 03:14 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|