User: KarenRei

  • Public profile

User profile: KarenRei

User info
User name:KarenRei
History
Joined:
Number of posts:5
Latest posts:

Class,set and get functions in object oriented programming using C++
So, you're asking people to do your homework for you? Yeah, good luck with that. Try, then when yo...

Member variable aliasing a function?
"What's so difficult about x.sum(y) instead of x += y? " Are you sure you want to be on a C++ forum...

Member variable aliasing a function?
What's so difficult about x.sum(y) instead of x += y? C++ provides tools for you to keep your code c...

putting a variable in a function and getting a return value
Since you're using c++, you should really consider std::random (that is, assuming c++11 is okay). It...

Member variable aliasing a function?
So, one can do stuff like this using #defines: [code]#include <iostream> #include <array> #define ...

This user does not accept Private Messages