Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3029

check type

$
0
0
How to check the type of argument passed to each function, checktype, in below?.
void checktype(void *p)
{
}

or

template <typename Type>
Type checktype(Type t) {

}

Viewing all articles
Browse latest Browse all 3029

Latest Images

Trending Articles



Latest Images