Standard question
From: Bill Cunningham (nospam_at_nspam.net)
Date: 02/29/04
- Next message: sugaray: "Why (long)NULL ?"
- Previous message: Jack Klein: "Re: fork() problems"
- Next in thread: Emmanuel Delahaye: "Re: Standard question"
- Reply: Emmanuel Delahaye: "Re: Standard question"
- Reply: Mark McIntyre: "Re: Standard question"
- Reply: Leor Zolman: "Re: Standard question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 29 Feb 2004 01:24:04 -0500
I think I have a standard question here. ISO or ANSI. Some of the developers
on this site have shown me code in this form
int name(int x,y);
Now my compiler just will not accept that. It has to be
int name (int x,int y);
Is my compiler a C99 compiler?
Bill
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
- Next message: sugaray: "Why (long)NULL ?"
- Previous message: Jack Klein: "Re: fork() problems"
- Next in thread: Emmanuel Delahaye: "Re: Standard question"
- Reply: Emmanuel Delahaye: "Re: Standard question"
- Reply: Mark McIntyre: "Re: Standard question"
- Reply: Leor Zolman: "Re: Standard question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|