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