User profile: hypercruize

User info
User name:hypercruize
Location:New Plymouth
Bio:20 years experience with C & C++
History
Joined:
Number of posts:3
Latest posts:

Help! template function
Depends what you are trying to do. The problem at the moment is that the function argument in the...

Need helps on pointer
int (*p)[3] declares p as a pointer to an array of 3 int's. p is then assigned to be the address ...

toupper
toupper() takes a char and returns a char, you are passing it a char* The correct syntax is sent...

This user does not accept Private Messages