scanf...?
scanf...?
- Subject: scanf...?
- From: Jonathan <email@hidden>
- Date: Sun, 09 Apr 2006 15:59:18 -0700
- Thread-topic: scanf...?
Ok. So I'm going through my beginning C book, and come across some code that
wont compile in XCode no matter what I do:
#include <stdio.h>
int main()
{
char me[20];
printf("%s", "What is your name?");
scanf(³%s²,&me);
return 0;
}
I get 7 errors on this one. When I remove the scanf, it runs fine.
Best,
Jonathan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden