What programs are best for opening C+ and Java script code?
PJFilth
2010-12-21 09:44:48 UTC
Just started getting back into coding. Are there any good (free) external programs for opening and running C+ and Java script code? Are there any good websites with starting shells and useful information and such?
Thanks!
Four answers:
Hex
2010-12-21 10:37:59 UTC
As for C++ you probably want to use Code::Blocks. It's a free and open-source
C/C++ compiler. As for Javascript? Well Javascript is a client-side scripting
language but it's considered an OOP Programming language.... So using
FireFox to run the script would suffice, just utilize the Error Console to catch
and problems that may occur in your coding.
anonymous
2016-10-07 03:16:57 UTC
you could write your javascript into an html document embedded contained in the html code. you additionally can create .js data that are then being imorted on your html code with -->