applications of vc++

  • Thread starter Thread starter Guest
  • Start date Start date
ash said:
hi folks,
i would like to know what is the feature and advantages of vc++

Hello Ash,
Are you asking about the C++ language or the VC++ development environment?
A small start:
C++ - versatile. Supports both procedural and object oriented programming
techniques
- powerful. Includes a full spectrum of capabilities, including bit
manipulation operators, placing few if any limitations on the developer.
- fun. Personally, I enjoy playing with pointers, although that
might indicate a need for some form of counseling :-)

VC++ - intuitive, full-featured integrated development environment (IDE)
offering numerous templates to streamline development of applications using
(as examples) the Windows API, MFC or the .NET Framework classes.

I'm sure others will have more to say and say it more eloquently :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top