Page 1 of 1

compiling a console progarm in OS 10 Yosemite

Posted: Mon Jan 12, 2015 12:56 am
by DPGeorge
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

Re: compiling a console progarm in OS 10 Yosemite

Posted: Mon Jan 12, 2015 3:07 am
by jack
in compiler options select console format.

Re: compiling a console progarm in OS 10 Yosemite

Posted: Mon Jan 12, 2015 5:27 pm
by DPGeorge
Thank you so much for the info Jack. I tried it and it worked fine!

I'm a dummy! *sigh*

-Don