User: donamin

  • Public profile

User profile: donamin

User info
User name:donamin
History
Joined:
Number of posts:4
Latest posts:

Vector Problem By Pointers
of course there's no errors now! i told i solved it. [code]#include<iostream> #include<vector> usin...

Vector Problem By Pointers
[code]#include<iostream> #include<vector> using namespace std; struct MyStruct { vector<int> arr; ...

Vector Problem By Pointers
solved! i should've used "new" instead of "malloc" :D

Vector Problem By Pointers
hi every one. i have a struct which contains a vector<int>. when i define a pointer of that struct ...

This user does not accept Private Messages