answersLogoWhite

0

C++ Extension Name is...

Syntax is:

File Name.extension name.

Ex:

ankit.cpp

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How does a compiler interpret the difference between c and c plus plus?

from the extension of your file.If it has an extension of .cpp then it is a c++ programIf it's extension is .c, then it is a C program.


Where did C plus plus program come from?

C++ is an extension of C, and was invented by Bjarne Stroustrup.


What c plus plus program must be saved in a text with the extension cpp?

The .cpp extension is merely conventional; it is not required by the C++ standard. You can actually use any file extension you wish.


Is it possible to learn c plus plus without learning c?

No. C++ is an extension of C. By the time you learn C++, you have learned C.


What is the extension of a C plus plus file?

.h for headers, .cpp or .cc for sources


Can you do projects in c and c plus plus?

Yes, you can do projects in C and in C++. Most compilers will recognize the source file by its extension, and adjust itself accordingly.


Is g plus plus similar to c plus plus?

G++ is the Gnu compiler's extension for C++. It is not a different language. It simply allows you to use the GCC compiler to write C++ code.


How many types of File Extension can be created from C plus?

Well, it depends on the length of the file-extension. If you settle for letters and numbers, it will be 36n, where n is the length.PS: your question has nothing to do with C or C++ or programming at all.


Why do you use a different extension for c and c plus plus programs?

Simply because they're different languages, C++ has a few more added components to it. If they were the same they would both be C wouldn't they?


What is the extension of C programming?

The extension of c program is ".c".


What the difference between c and c plus plus?

The fundamental difference is that in C++ object-oriented programming (OOP) was added. C is a procedural language (that means. top-down structure design), where as C++, which is an extension of C itself, is an object oriented language.


How do you Open a text file as C plus plus source code?

All C++ source code is is a text file with the .cpp extension. So if you save your code as *****.cpp then it is automatically C++ source code.