answersLogoWhite

0

Is Visual C or Visual C plus plus platform independent?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

No, M$ Windoze only.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is Visual C or Visual C plus plus platform independent?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the use of visual c plus plus?

It's primary purpose is to develop programs for the Windows platform.


Who developed visual c plus plus?

Microsoft developed Visual C++.


What is the brief history of visual c plus plus?

The complete history of Visual C++ can be found in the "Visual C++" article in Wikipedia.


Why c plus plus is platform dependent?

C++ is not platform dependent. The implementation is, but not the language.


Is C plus plus same as Microsoft Visual C plus plus Express Edition?

Your question request a comparison between apples and pears. C++ is a programming language. Microsoft Visual C++ Express is one of many development tools that you can use to create programs using the C++ programming language. Microsoft Visual C++ Express supports native C++ development, and supports development in 'managed C++,' a Microsoft-specific derivative of the C++ language, aimed specifically at the .NET platform.


Is cloud computing is platform dependent or independent?

c is platform dependent


Is microsoft visual c plus plus the same as visual c plus plus?

Yes. Microsoft Visual C++ is the correct name, but it is often abbreviated to MSVC++ or just VC++. They are all the same.


Is c plus plus platform dependent or platform independent?

The language itself is platform independent. However, specific implementations may be platform dependant. For instance, code written with Microsoft Visual C++ is generally intended to be compiled upon Windows platforms only, not Linux or Mac platforms. Although pre-compiler directives can filter machine specific code to suit the current platform, programmers need to be careful to avoid implementation-specifics when porting code to other compilers. If code is intended to be portable, it's better to use an implementation that conforms to the ISO standard, and that has implementations for all the intended platforms to accommodate platform-specific code.


Why java is platform independent and also prove how it is possible?

WHY MEANS the java is a platform independent language for the sake of it has its own platform to run the program it doesn't require any platforms like c and C++


Can you make programs of C in visual c plus plus?

Yes.


Can visual c plus plus be run on an n78 mobile phone?

It probably can with the appropriate libraries and phone emulator, but you'd be much better off using a more generic version of C++, or one that is more specific to the platform, such as Symbian C++.


Is visual studio c plus plus 2010 free?

No. Visual C++ Express is free, but Visual Studio C++ must be bought. The Express edition is a subset of the Studio release.