answersLogoWhite

0


Best Answer

A source code file is a plain-text file containing C++ instructions. The instructions must be compiled and linked to create a native machine code executable.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a source code file in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


A c plus plus code name sumcpp saved on a diskis it process or job?

It is neither. It is a source file.


How do you create .exe file in c plus plus?

You can create an exe-file from your C++ source, if you have a compiler.


How do you convert .c extension to .exe?

To convert source code (.c file) to an executable (.exe) file you have to use a compiler, which is a translator of source code to machine code.


How do you create a new C source file?

A source file is nothing more than a text file with code. Therefore, any file created in Notepad and saved as "anyname.c" is considered a C source file.


What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.


How do you compile a C code in MS VS c plus plus?

Just build it with F7, or execute it with F5/F5. The MS VS Compiler understands the difference between C and C++. You can name the source file as something.C, if you want.


Which program produces the obj file assembly or C plus plus?

A compiler produces object code, which is an obj file.


Source code of DSR and AODV in C plus plus?

code source de dsr sous omnet++4.1 en .cc


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.


Where do you get c plus plus software?

A good open source IDE for C++ would be Code::Blocks or Notepad++.


C program download a file from HTTP server source code?

curl, wget