User: toum

  • Public profile

User profile: toum

User info
User name:toum
History
Joined:
Number of posts:353
Latest posts:

Returning an std::ostream by value
Instead 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 declare
You 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