compiling a console progarm in OS 10 Yosemite
Posted: Mon Jan 12, 2015 12:56 am
So I wrote this simple console program to do integer factoring and ran it on my windows box. Works like a charm. I brought the code over to my Mac to see if I could get it to run on my iMac running Yosemite.
1. The debugger function keys to not work (you know f8 to single step f9 to set a break point etc,)
2. It doesn't bring up the Mac console. the input() command for example does not work (or at least nothing happens when it executes?)
Thoughts anybody?! What should i do?
MANY THANKS
-Don
1. The debugger function keys to not work (you know f8 to single step f9 to set a break point etc,)
2. It doesn't bring up the Mac console. the input() command for example does not work (or at least nothing happens when it executes?)
Thoughts anybody?! What should i do?
MANY THANKS
-Don