Is c++ a compiler?

0
39
Asked By Dan On

Is c++ a compiler language or is it a scripted language like python

1 Answer

Answered By Anthony Fisher On

C++ is a language that requires a compiler. This means that c++ is a compiled language. I am guessing this is what you mean by this and it was just a grammar mistake. If you are looking to develop code in C++ you should get a compiler with the IDE that you are using. Visual Studio for example will allow you to write, build and execute code.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.