Can i make a software only using c++ programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

2nd Sep 2018, 10:01 AM
Muhtasim Wahid
Muhtasim Wahid - avatar
3 Answers
+ 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
2nd Sep 2018, 10:28 AM
KrOW
KrOW - avatar
+ 2
Can
2nd Sep 2018, 10:24 AM
Calviղ
Calviղ - avatar
+ 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.
2nd Sep 2018, 12:47 PM
ifl
ifl - avatar