Sinisterly
C++ jGRASP Help? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C)
+--- Thread: C++ jGRASP Help? (/Thread-C-jGRASP-Help)



C++ jGRASP Help? - ShawnReynolds - 09-13-2014

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.


RE: C++ jGRASP Help? - ArkPhaze - 09-18-2014

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.


RE: C++ jGRASP Help? - ArkPhaze - 09-18-2014

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.


RE: C++ jGRASP Help? - ShawnReynolds - 09-20-2014

(09-18-2014, 01:46 AM)ArkPhaze Wrote: 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.

I do not know. I click compile and link, and it says "Cygwin version 1.7 will be assumed", then I click run and it gives me that error.


RE: C++ jGRASP Help? - ShawnReynolds - 09-20-2014

(09-18-2014, 01:46 AM)ArkPhaze Wrote: 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.

I do not know. I click compile and link, and it says "Cygwin version 1.7 will be assumed", then I click run and it gives me that error.


RE: C++ jGRASP Help? - ArkPhaze - 09-28-2014

Do you even have a compiler installed?


RE: C++ jGRASP Help? - ArkPhaze - 09-28-2014

Do you even have a compiler installed?


RE: C++ jGRASP Help? - ShawnReynolds - 09-28-2014

(09-28-2014, 11:52 PM)ArkPhaze Wrote: Do you even have a compiler installed?

I have G++ installed. I got it working. I had to copy an old version from my school's computer.


RE: C++ jGRASP Help? - ShawnReynolds - 09-28-2014

(09-28-2014, 11:52 PM)ArkPhaze Wrote: Do you even have a compiler installed?

I have G++ installed. I got it working. I had to copy an old version from my school's computer.