Returning an std::ostream by valueInstead of directly returning the MesgStream you could return a wrapper class that contains the poin...
Dereferencing void pointers@JLBorges Since malloc is not provided the type, the pointer it returns is always correctly aligned ...
The @ is not moving.line 9 you wrote [code]i>41[/code], it should be [code]i[b]<[/b]41[/code]
vector wont declareYou have two problems : - [code][b]Card[/b] vector<int>playerone(7)[/code] : what is card ? - you're...
Creating a Dll that export a class (Solved)You need to provide the class header because it contains the class interface. As for name mangling,...
This user does not accept Private Messages