Can't we as a developer build such a system or IDE where you can click on a button and pick up any programming language however you want and compile run just clicking that button?

Dipu Singha 0 Reputation points
2023-09-25T06:07:38.1833333+00:00

I asked this question because while installing C++ compilers I faced extreme disappointment. It took me a whole day and another half a day just to get started with C++ on VS Code. It is still hard because every time I write a new line of C++ code, I have to manually pick a compiler and select it then run with CLI which is boring. Most of my time goes to compiling, writing CLI and running rather than on building Great Software and solving real world problems.

I know many programmers who suffered more than I did in their programming journey.

I dream to make other developers journey easy and ensure their effort and time goes to building great products.

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,690 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.