User: elay

  • Public profile

User profile: elay

User info
User name:elay
Old user name:mayst15
History
Joined:
Number of posts:42
Latest posts:

aggregate struct object
should i still pass the object of an aggregate struct as const reference? does that still differs in...

c style array to std::array
how can i assign c style array to std::array? [code] int cstyle[3] = { 3,3,3 }; std::array<int,3>...

returning an object pointed by iterator
thanks jlborger. didnt notice i was returning an object when my return type is a vector of that obj...

returning an object pointed by iterator
[code] const std::vector<Account>& getExistingAccount(const std::vector<Account>& acc,const std::...

writing the code twice
is it only alright to write the code twice? i mean when i start a new project i had to write the wh...

This user does not accept Private Messages