Hi
Im also dabbling with C programming using Project Builder (Ive done command line 'old school' stuff - but I wanted to use project builder to get my hands dirty right away)
I wrote a simple program using stdio.h....
Do I now have to add stdio.h into the project as a header file (even though its referenced in my program.c file?)
It seems that my first program (which didnt use getchar or putchar) - worked fine without adding stdio.h as a header (I only used printf) -
When I went on to use putchar and getchar - the program failed to work as expected from within ProjectBuilder....(It works from the command-line)
Does anyone have insight on getting projectbuilder to act like the "old school" implementation?
Thanks!
Tj