answersLogoWhite

0

platform-dependent

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Are there any STL headers which are not part of the C plus plus Standard Library?

The Standard Library includes the Standard Template Library (STL). Therefore no, there are no STL headers that are not part of the Standard Library.


Which compiler is used for writing c plus plus exception handling programs?

C++ compiler, obviously, a C compiler won't do.


What is the latest compiler of C plus plus compiler?

C++ compilers are many and varied. There is no single "latest compiler" because every IDE implements their own version according to the current C++ standard. However some (Microsoft in particular) do not fully adhere to the C++ standard. The "latest compiler" for your IDE is either provided as an interim update to the IDE, or by upgrading the IDE to the latest version.


How do you create a game library for a c plus plus compiler used for 3D sonic the hedgehog games?

You would have to use coding.


What steps are required to locate math.h in C plus plus?

To find math.h, simply include it ... #include <math.h> ... The compiler knows where the standard libraries are. This is a function of where the compiler is installed, and varies from system to system. By using the carets (< and >) you are telling the compiler to look in the "standard" places.


What has the author Mark Nelson written?

Mark Nelson has written: 'C++ programmer's guide to the standard template library' -- subject(s): C++ (Computer program language), Standard template library, C. 'C [plus plus] programmer's guide to the Standard Template Library' -- subject(s): C.


How do you enter a sentence as input in c plus plus?

Use the C++ getline() function from the standard library.


What if unable to open conio.h file?

conio.h is not part of the standard library, either in C or C++. Some MS-DOS-based C compilers did provide it, but it is not required in any C++ implementation as the standard library already provides generic console input/output functions. If you have an MS-DOS-based C compiler and the file is missing, try re-installing the compiler. If the compiler does not provide a conio.h implementation, you can try downloading a 3rd party implementation.


With the aid of a diagram illustrate how the c plus plus compiler works?

With the aid of a diagram,illustrate how the c plus plus compiler works?


Is there a function similar to the C plus plus scanf function in JavaScript?

Scanf is part of the C standard library. Although the C++ standard library includes 18 headers from the ISO C90 standard, their usage in C++ is deprecated. However, to answer the question, there is no equivalent to scanf in JavaScript.


Does c sharp work on c or c plus plus compilers or you need a c sharp compiler?

They are different languages, each of them requires its own compiler.


What is a library function in C plus plus?

This are the predefined functions in c, which are already write.Examples : printf(),scanf().