answersLogoWhite

0

C and C++ are not directly supported by operating systems. You must use a compiler to convert a program written in C or C++ to a native executable that runs under a particular operating system. In other words, you can use C or C++ under any operating system for which a compiler exists for the desired language.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Does windows 7 operating system support c plus plus and c?

Yes, via Visual Developer Studio


Operating over loading in c plus plus?

Yes


Why c plus plus is called the backbone of computer programming?

Because it is used by almost every software developer. C++ is a strong, efficient and reliable programming language. You can use C++ to make everything from general applications, video games, and even operating systems.


Does turbo c plus plus works on an android operating system?

yes


What is C Plus Plus?

C++ is a High-level programming language developed in Bell Laboratories. It is an object-orientation extension onto C. It is widely used today, and is the basis for some operating systems and most computer programs/applications. It was created mainly by Bjarne Stroustrup.C++ is "C with classes".


What programming languages are operating systems written in?

C and Assembly.


What have most modern operating systems been written in?

c


What can c programming do?

by using this we can write a coding for operating systems


Can you add record in middle of the file in c language?

The standard C library-functions do not support record-oriented file-access.Neither do the common operating systems like Windows and Unix.So basically the answer is no.


In which programming language are operating systems written?

Usually a combination of C++, C and assembly language.


How c language helps in operating system?

c language helps to create securities create several programs to build the software{operating systems.


Why is java's portability better than c plus plus?

As we know that java is a plateform independent language and the main advantage of java is that it can support to any operating system and can be executed to any machines without any modifications.Due to the use of class in java it has become more easier to understand the program compared to c plus plus.Hence,java is portable than c plus plus