User: iperetta

  • Public profile

User profile: iperetta

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

Memory Allocation Issue
In your code: [code] m_points = new Point[3]; ... delete m_points; [/code] m_points is an ...

If/Switch statement that always runs
Actually, you could include cin in your function: [code] bool checkSomething(int &var){ cin >> ...

Returning Pointer-to-Member from a Class Method
Nope :-( The first error is still there. A new error on lines 32, 33 and 35: [code] base operand o...

How to replace a period ( dot ' . ' ) with a space
After [code] #include <string> ... string str = "How to replace a period ( dot ' . ' ) with a space...

Operator 'delete' applied to 'new' created variables needed as return of a function
Thank you, guys!

This user does not accept Private Messages