printf not outputting...
printf not outputting...
- Subject: printf not outputting...
- From: Ken Hawkins <email@hidden>
- Date: Tue, 3 Aug 2004 15:08:37 -0700
earlier today i was able to output anything and everything to the
console via printf(...) now i can create a new standard tool which
main.c has:
#include <stdio.h>
int main (int argc, const char * argv[]) {
// insert code here...
printf("Hello, World!\n");
return 0;
}
the standard default when you create via the new command. is there a
preference somewhere that can get set to not output to the console?
puzzled and restarting,
ken;
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.