Memory leak or safe?Thanks ne555! Yeah my function was [code]const float Point::getX();[/code] and not [code]const floa...
Memory leak or safe?Thank you! It seems logical... I actually thought that if I allocated memory that way then I should ...
Memory leak or safe?Hello, my learning of C++ has been constantly interrupted during the years and therefore sometimes I...
String to uppercase?Ok thank you very much to both of you :) Then the best way would be just this: [code]char *strtouppe...
String to uppercase?The second one was the issue, could you please elaborate why isn't it recommended to use the second?...