User: ThisAintMeDude

  • Public profile

User profile: ThisAintMeDude

User info
User name:ThisAintMeDude
History
Joined:
Number of posts:10
Latest posts:

How to make sure that different dynamic memory is allocated to the same pointer when using while loop?
Ohhhhh so that means I'm overthinking isn't it......

How to make sure that different dynamic memory is allocated to the same pointer when using while loop?
[quote]Why do you want the addresses to be different? What is wrong if an address that is no longer ...

How to make sure that different dynamic memory is allocated to the same pointer when using while loop?
For example: [code]int i = 0; int* p = new int; while (i <= 5) { *p = i; cout << p << endl; ...

How to make sure that different dynamic memory is allocated to the same pointer when using while loop?
Sorry guys for not putting my code when asking yesterday I dont know why even i deleted the memory ...

How to make sure that different dynamic memory is allocated to the same pointer when using while loop?
Here is my question: How to use a while loop to allocate different dynamic memory address to the sa...

This user does not accept Private Messages