I just started a introductory C/C++ course. We use code blocks in the class to solve problems.
I have installed code blocks 10.05 on my mac (mac osX 10.5.8 ). I also installed the X-code.
I tried a basic program, printing something on the screen. I compiled the program, it was fine. When i press run, the terminal starts, and doesn't print the message, but instead prints some addresses and "permission denied".
So, is there any possibility to make it work?
Thanks.