Computer Science, asked by Narang5276, 10 months ago

What does the setup for C++ contain? What are the things used in C++?

Answers

Answered by Anonymous
2

Answer:

This is an actual C++ compiler, which will be used to compile your source code into final executable program.

Most C++ compilers don't care what extension you give to your source code, but if you don't specify otherwise, many will use .cpp by default.

Similar questions