Memory Allocation IssueIn your code: [code] m_points = new Point[3]; ... delete m_points; [/code] m_points is an ...
If/Switch statement that always runsActually, you could include cin in your function: [code] bool checkSomething(int &var){ cin >> ...
Returning Pointer-to-Member from a Class MethodNope :-( 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 spaceAfter [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 functionThank you, guys!
This user does not accept Private Messages