User profile: delpins

User info
User name:delpins
Email:delpins@gmail.com
Statistical data
Birthdate:Nov 30, 1995
Gender:Male
Occupation:Other
History
Joined:
Number of posts:7
Latest posts:

Problem with functions
Thanks for help! Problem solved!

Problem with functions
I have a problem. This is a source code: [code] #include <iostream> #include <cmath> using nam...

How to delete automatically created variable, array, etc.?
Ok, thanks for help!

How to delete automatically created variable, array, etc.?
When I initialize some automatic object, how I can delete it from stack? I know that compiler takes ...

Dynamic allocated arrays
Yes, I have done it. And after copying one space left me free in which I put '/0'. My code now looks...