gcc compiler and c programming

Chat about just about anything else
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 30 days after creation.
Locked
piratesmack

Re: gcc compiler and c programming

Post by piratesmack »

What does your source code look like?
Sounds like you don't got the "< >" around stdio.h

Should look something like this:

Code: Select all

#include <stdio.h>

int main(void)
{
printf("Hello World!\n");
printf("Thank you piratesmack I love you!\n");
return 0;
}
Last edited by LockBot on Wed Dec 07, 2022 4:01 am, edited 1 time in total.
Reason: Topic automatically closed 30 days after creation. New replies are no longer allowed.
Locked

Return to “Open Chat”