User: moritz

  • Public profile

User profile: moritz

User info
User name:moritz
History
Joined:
Number of posts:6
Latest posts:

easy question???
Oh! too fast left_room as variable and left_room as function could work but is unreadable [cod...

easy question???
[code] if (left_room == 'd' || left_room == 'D') { left_room(); } [/code] ;)

Need assistance with overloading operators...AGAIN.
Why don't you use std::vector? If you inside STL you can use std::algorithm may be stable_sort ...

Need assistance with overloading operators...AGAIN.
sorry, my mistake [code] memcpy(data, bag.data, sizeof(str) * capacity); [/code]

Need assistance with overloading operators...AGAIN.
[code] stringArray& stringArray::operator = (const stringArray& bag) { count = bag.count...

This user does not accept Private Messages