Twelve Years of Service
Posts: 395
Threads: 64
C++ jGRASP Help? 09-13-2014, 05:09 AM
#1
Can someone please tell me how to setup jGRASP, so that I can compile and run my code? I have g++, but it says programname.exe does not exist when I run it. How do I fix this? It only does this at home not school. Any help would be appreciated.
•
Thirteen Years of Service
Posts: 1,475
Threads: 91
RE: C++ jGRASP Help? 09-18-2014, 01:46 AM
#2
What says programname.exe does not exist? g++ is ONLY a compiler, it will not run the executable for you, so you are doing something wrong.
•
Thirteen Years of Service
Posts: 1,475
Threads: 91
RE: C++ jGRASP Help? 09-18-2014, 01:46 AM
#3
What says programname.exe does not exist? g++ is ONLY a compiler, it will not run the executable for you, so you are doing something wrong.
•
Thirteen Years of Service
Posts: 1,475
Threads: 91
RE: C++ jGRASP Help? 09-28-2014, 11:52 PM
#6
Do you even have a compiler installed?
•
Thirteen Years of Service
Posts: 1,475
Threads: 91
RE: C++ jGRASP Help? 09-28-2014, 11:52 PM
#7
Do you even have a compiler installed?
•