User profile: rachitagrawal

User info
User name:rachitagrawal
Name:Rachit Agrawal
Location:Kanpur, U.P., India
Statistical data
Skills:C
PHP
C++
Java
Javascript
History
Joined:
Number of posts:101
Latest posts:

Vector of Structures - Memory
Thanks Wazzak and Vlad... Another quick questions [code] std::vector<my_struct> a(10, my_struct())...

Vector of Structures - Memory
And How do I handle freeing up memory for this vector?

Vector of Structures - Memory
Hi all, I would like to know what would happen in the following scenario [code] struct my_str...

Vector of Vector of Objects
What is the best way to move vector of vector of objects? For e.g. [code] template<typename T...

Shared Memory and Semaphores
Hi Albatross, Well the problem was that the second shared memory segment was getting attached to ...