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::arrayhow 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 iteratorthanks 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 twiceis 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