visual C++ professional [closed] - c++

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am trying to download and install microsoft visual c++ for project developement purpose which upports only visual c++(as I was told).I am searching on google, but not finding any relevant website.where I can find and download microsoft visual c++ ?Please help.

You mean like this one: https://visualstudio.microsoft.com/vs/features/cplusplus/
It's part of Visual Studio.

Related

Where is Multibyte MFC Library for Visual Studio 2015 community ed? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have installed Visual Studio 2015 community ed, made sure I clicked MFC under C++.
Now I can build default wizard generated app, but if I switch to 'not set' char set, it will not compile, complain it needs MBSC libraries.
All links I have found via searches and forums are dead or missing.
Anyone knows where I can find Multibyte MFC Library for Visual Studio 2015 community ed ?

can I use visual studio 2013 with unity 5 [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have Windows 10 installed on my laptop and I want to know if can use Visual Studio 2013 with the latest unity 3-d software. Also unity installed a Visual Studio community 2015. Will that community software work as well?
Yes, you can use either: VS 2013 (any version) or VS-Community 2015.

Creating a C++ win32 program from scratch [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
There isn't any books in my library on XAML only C++. I want to know if there's a way to make a Win32 program in C++ 64 bit without dealing with XAML and Visual Studio. I want to only use Windows Notepad. Where do I start?
I found it! The windows.h file is in C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include and I downloaded the C++ compiler, Clang.

Can I use Visual C++ compiler without Visual Studio? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Is there any way that I can use Visual C or Visual C++ compilers from the command line without having to install visual studio?
I have tried it before, and I couldn't find one. Seeking help.
Yes you can, for example Windows SDK comes with a Visual C++ compiler, but it doesn't contain Visual Studio, a quick search found this msdn page.
LE "brilliant" decision from Microsoft: it seems that newer Windows SDK doesn't come with compilers, so you need to install Visual Studio to have what to use from command line.

Intel C++ compiler integration in Visual Studio 2012 [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I want to do parallel programming using thread building blocks (tbb). The Intel C++ compiler provides tbb. Can someone help me integrate this compiler into Visual Studio 2012.
Did you try reading the manual? Where are you stuck, exactly? The Intel documentation for the compiler has a section entitled, "Using Microsoft Visual Studio" you could refer to and everything. http://software.intel.com/en-us/node/458838