computer






 

Question by  riavianca (1)

How do I create a C++ program?

 
+6

Answer by  sweeneydjg (87)

First, learn the c++ markup language, once you've done that, you can start writing the program, even in Notepad, then bring the code into a compiler, compile it, and voila!

 
+5

Answer by  amar49 (25)

C++ is an "object oriented" programming language .You create a new project,add a new file, edit the file to add C++ code,then compile and run the program using Visual Studio.

 
You have 50 words left!