Re: signal 11 (SIGSEGV)?
Re: signal 11 (SIGSEGV)?
- Subject: Re: signal 11 (SIGSEGV)?
- From: Denis Defreyne <email@hidden>
- Date: Wed, 12 Apr 2006 19:14:15 +0200
On 12 Apr 2006, at 19:09, Jonathan wrote:
[snip]
scanf("%c",key);
[/snip]
That line should read:
scanf("%c",key);
since you have to pass a pointer to 'key' to scanf, not the value of
key.
Also, this message is not exactly Cocoa-related. This is not the best
place to ask such trivial questions.
Regards,
Denis Defreyne
--
mail: email@hidden
web: http://amonre.org/
_______________________________________________
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