+ 1
Can i make a software only using c++ programming?
I want to make a software which will be only c++ based. Is there any popular software which can make computer softwares only with c++? I need helps from you. Please comment.
3 Respostas
+ 4
C++ is highly dependend on target platform then you have to download tools for compiling on that platform... For "normal" development, you can use simply an IDE (like CodeBlock or CodeLite) and download compiling tools for your platform
+ 2
Can
+ 2
you can make any software only using c++. however you will need a compiler specific to the machine you want to execute your program on.