c++

New Member
✔️ HL Verified
Joined
Apr 23, 2005
Messages
416
Best answers
0
...

No comment...

Anyway, C++ is programming language, compiled one. You can do programs in C++ with simple notepad as I do ( sometimes ). But to actually use C++, you need a compiler which compiles your work into executable code ( I use compiler which comes with Microsoft Visual Studio ). Also, you need libraries to use with your C++ program, to be precise, "includes" which gives your program functionality.
 

Users who are viewing this thread

Top Bottom