User profile: matrebatre

User info
User name:matrebatre
History
Joined:
Number of posts:29
Latest posts:

Dev-C++ related: How to automatically include .h files
You can go to Project Options > Files and uncheck 'include in compilation' for all header files. But...

function arguments and member variables with the same name
Is it possible to use the same name for member variables and member function arguments? For example:...

Function pointer question
I found this code in an open-source project: [code] char* address; // (...) return (void*)*(unsi...

expected constructor, destructor, or type conversion before "double"
double& does not exist. Use double* instead.

Is this performance gain possible?
Unless you are using file IO functions, like fread and fwrite, for example. One thread can perform c...

This user does not accept Private Messages

User: matrebatre

  • Public profile