Re: Automatically generate variables
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Sun, 18 Feb 2007 21:01:45 -0500
Yevgen Muntyan wrote:
.... snip ...
It does, indeed. Point is that calling conventions, preprocessor
magic, syntax are all the same. If your program is
#include <windows.h>
int main (void)
{
return 0;
}
then it's a C program. If your program is
No it isn't. If it had #include "windows.h" it would be. There is
no such header in standard C, but the user is allowed to create all
the headers he wishes elsewhere. All he has to do is provide them.
--
<http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt>
<http://www.securityfocus.com/columnists/423>
"A man who is right every time is not likely to do very much."
-- Francis Crick, co-discover of DNA
"There is nothing more amazing than stupidity in action."
-- Thomas Matthews
.
- Follow-Ups:
- Re: Automatically generate variables
- From: Keith Thompson
- Re: Automatically generate variables
- From: Keith Thompson
- Re: Automatically generate variables
- From: Yevgen Muntyan
- Re: Automatically generate variables
- From: boa
- Re: Automatically generate variables
- References:
- Automatically generate variables
- From: Nate
- Re: Automatically generate variables
- From: Mark McIntyre
- Re: Automatically generate variables
- From: jacob navia
- Re: Automatically generate variables
- From: Mark McIntyre
- Re: Automatically generate variables
- From: Yevgen Muntyan
- Re: Automatically generate variables
- From: santosh
- Re: Automatically generate variables
- From: Yevgen Muntyan
- Re: Automatically generate variables
- From: santosh
- Re: Automatically generate variables
- From: Ian Collins
- Re: Automatically generate variables
- From: Mark McIntyre
- Re: Automatically generate variables
- From: Yevgen Muntyan
- Automatically generate variables
- Prev by Date: Re: Requesting advice how to clean up C code for validating string represents integer
- Next by Date: Re: Requesting advice how to clean up C code for validating string represents integer
- Previous by thread: Re: Automatically generate variables
- Next by thread: Re: Automatically generate variables
- Index(es):
Relevant Pages
|