Microsoft Visual C++ / Tutorial

In summary, MSVC++ is a C++ compiler that deviates from the standard in some areas and extends it in others. It allows for member templates and has attempted to fix the design of valarray. Learning C++ will largely work with MSVC++, but keep in mind that their frameworks and application libraries are Windows specific.
  • #1
wScott
88
0
Anybody have a link to a good site that'll teach me some of the MS C++, and is it the same as C++?
 
Technology news on Phys.org
  • #2
MSVC++ includes a C++ compiler. The compiler deviates from the standard in places, extends it in others. For example, it used to not allow member templates; MS may have fixed it. They also made an attempt to fix valarray's design, er, features.

If you learn C++, it will by and large work with MSVC++.

Visual Studio incudes various MS application frameworks packaged and repackaged under a blizzard of PHB-dazzling acronyms. Their frameworks and app. libs are Windows specific.
 
  • #3


Yes, Microsoft Visual C++ is a popular integrated development environment (IDE) for C++ programming. It is a powerful tool that allows developers to write, compile, and debug C++ code. It is widely used for developing applications, games, and system software for Windows.

As for tutorials, there are many online resources available to learn Microsoft Visual C++. One popular site is Microsoft's official documentation, which provides a comprehensive guide to the IDE and its features. Additionally, there are many tutorials and courses available on websites like Udemy, Coursera, and YouTube.

In terms of differences between C++ and Microsoft Visual C++, it is important to note that Microsoft Visual C++ is a compiler and IDE, while C++ is a programming language. Microsoft Visual C++ uses the same syntax and language features as standard C++, but it also includes some Microsoft-specific extensions and libraries.

Overall, learning Microsoft Visual C++ can be a valuable skill for developers looking to build applications for Windows. With the abundance of online resources and tutorials available, it is definitely worth exploring for anyone interested in C++ programming.
 

Related to Microsoft Visual C++ / Tutorial

1. What is Microsoft Visual C++?

Microsoft Visual C++ is an integrated development environment (IDE) used for programming in the C++ language. It includes a compiler, debugger, and other tools to aid in software development.

2. Is Microsoft Visual C++ free?

No, Microsoft Visual C++ is not free. It is a commercial product and requires a license to use.

3. How do I install Microsoft Visual C++?

To install Microsoft Visual C++, you can download it from the official website or through Microsoft's integrated development environment, Visual Studio. Follow the installation instructions provided to complete the installation process.

4. Are there any tutorials available for learning Microsoft Visual C++?

Yes, there are many tutorials available online for learning Microsoft Visual C++. You can find official tutorials on Microsoft's website, as well as numerous tutorials on other websites and video platforms such as YouTube.

5. Can I use Microsoft Visual C++ for other programming languages?

While Microsoft Visual C++ is primarily used for programming in the C++ language, it also supports other languages such as C# and Visual Basic. However, it is not as robust for these languages as it is for C++.

Similar threads

  • Programming and Computer Science
Replies
9
Views
1K
  • Programming and Computer Science
Replies
3
Views
697
  • Programming and Computer Science
Replies
2
Views
1K
  • Programming and Computer Science
Replies
2
Views
1K
  • Programming and Computer Science
Replies
4
Views
414
  • Programming and Computer Science
Replies
1
Views
328
  • Programming and Computer Science
Replies
11
Views
2K
  • Programming and Computer Science
2
Replies
69
Views
4K
  • Programming and Computer Science
Replies
10
Views
2K
  • Programming and Computer Science
2
Replies
50
Views
3K
Back
Top