Jump to content

Best Programming Software?

jasonwj322a

Your title says Programming software and your question says what programs should you use. Can you be more clear in your question

Hello

Link to comment
Share on other sites

Link to post
Share on other sites

if you mean, type in C++ or whatever and have the computer do stuff, it may depend on the language. 

Link to comment
Share on other sites

Link to post
Share on other sites

Best programming software?  It depends on what you want to program, for interpreted languages like Javascript or Python all you need is a text editor that edits in plain text like Notepad, and an interpreter.  If you want to program a compiled language like c# or c++, all you need is a text editor like notepad and a compiler, and to compile the program after you write it. 

 

For Windows, arguably the best IDE is Visual Studio, and for plain text Visual Studio Code I like a lot, or you can use Atom, both of them have a lot of similarities.  Just make sure you actually know some basic computer science concepts before you start writing code, there are many great free courses for these online.  I advise them.  They will hopefully teach you about basic programming concepts, what an OS is, algorithmic concepts and how a compiler and interpreter actually work.  

Link to comment
Share on other sites

Link to post
Share on other sites

If you need an IDE use Visual Studio, if you don't then use VS Code or Atom and probably the terminal or Bash on Ubuntu on Windows.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×