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:
Status: Offline
Joined: Nov 04, 20159Year 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:
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year 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).
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).
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Oct 09, 201014Year Member
Posts: 2,358
Reputation Power: 106
Status: Offline
Joined: Oct 09, 201014Year 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.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.