Page 1 of 1

how to run C programs

Posted: Sun Oct 18, 2015 5:56 am
by boobeebah13
i was just wondering how a C program was run in the ide, if you know please give a detailed description of how it's done

Re: how to run C programs

Posted: Sun Oct 18, 2015 1:00 pm
by DavidGH
Hi,

I presume you mean 'C' instead of C++. What have you tried so far?

Have you read the Hello World page from the docs? Have you tried selecting a C compiler instead of a C++ one? And an appropriate project for that compiler?

Regards,

David