Re: I don't what the language's meaning
From: Vladimir_petter (vladp72_at_hotmail.com)
Date: 09/12/04
- Next message: Anthony Wieser: "Re: Using a timer/interrupt"
- Previous message: valkyrie: "I don't what the language's meaning"
- In reply to: valkyrie: "I don't what the language's meaning"
- Next in thread: valkyrie: "Re: I don't what the language's meaning"
- Reply: valkyrie: "Re: I don't what the language's meaning"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 11 Sep 2004 21:41:25 -0700
"valkyrie" <pottybuddy@163.com>
> int (*table[10])();
this is a variable with name "table" of type "array of 10 pointers to a
function that has an empty parameter list and returns int".
> DWORD _x memtable;
this is not a valid C++ program, unless "_x" or "memtable" is a macros or a
nonstandard C++ extension.
Vladimir.
- Next message: Anthony Wieser: "Re: Using a timer/interrupt"
- Previous message: valkyrie: "I don't what the language's meaning"
- In reply to: valkyrie: "I don't what the language's meaning"
- Next in thread: valkyrie: "Re: I don't what the language's meaning"
- Reply: valkyrie: "Re: I don't what the language's meaning"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|