You are viewing our Forum Archives. To view or take place in current topics click here.
Figured this would be the best place to ask
Posted:

Figured this would be the best place to askPosted:

Section187
  • V5 Launch
Status: Offline
Joined: Nov 04, 20158Year Member
Posts: 87
Reputation Power: 3
Status: Offline
Joined: Nov 04, 20158Year Member
Posts: 87
Reputation Power: 3
So im wondering what programs people use to code JavaScript / C# / C++ / whatever language you use. what i mean by that is, is there a program where you can write your code and then run it and see if it works. Id imagine there is. So can you leave below what programs you use?
#2. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Google: IDEs

IDEs provide: an editor (usually with syntax highlighting, suggestions, refactoring abilities), some build system or project file tracking shit, compiler (or they use the toolchain you've got installed).
#3. Posted:
Xaldin
  • 2 Million
Status: Offline
Joined: Oct 09, 201013Year Member
Posts: 2,358
Reputation Power: 106
Status: Offline
Joined: Oct 09, 201013Year Member
Posts: 2,358
Reputation Power: 106
I use visual studio, idk if its free for people that arent students. I use it for c++ and python. Im sure you can find some basic compilers and stuff for free online you can even use something as dumb as notepad++ to play around youll just need a compiler.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.