Class function does not linkOh I forget. I delete lines for you guys easier to see. I compile it again 1>f:\vz test\vz test\pe...
Class function does not linkI'm trying to create a class with some function about file, like this: pes.h [code] #ifndef PES_H; ...
Cannot use macro defined in header.header.h [code]#define x 1000[/code] header.cpp [code]#include "header.h" void foo() { p...
Use unsigned int range as bitset parameterOk true, the problem is unsigned int is 2^32 - 1. Thanks everyone for figure out my problem.
Use unsigned int range as bitset parameterWhat I want to do is check every number from 0 to 2^32 if they have been generated, so I need 2^32 b...
This user does not accept Private Messages