Re: I don't what the language's meaning

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Vladimir_petter (vladp72_at_hotmail.com)
Date: 09/12/04


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.



Relevant Pages