User: dziadgba

  • Public profile

User profile: dziadgba

User info
User name:dziadgba
History
Joined:
Number of posts:7
Latest posts:

return reference from function
Thanks!

return reference from function
Hy, referring to this code [code] #include <vector> #include <iostream> using namespace std...

Using swap to effectively clear vector
vector::swap can be used to effectively free allocated memory. ie, vector<int> v; vector<int>()....

Use of ‘const’ in Functions Return Values
Hy, [code]#include <iostream> using namespace std; const char * function() { return "some Te...

Pointer to struct elements, print offset
:-) Thanks!

This user does not accept Private Messages