valgrind shows definitely lost blocks in simple codeHow can i remove memory leaks in simple code below? [code] int main() { char* str = new char(...
print string in reverse order with unknown length and without using librariesThanks all :)
print string in reverse order with unknown length and without using librariesHi, Is it possible to print a string in reverse order without knowing length and without using stri...
Manipulating a class member outside a classThank you all, @uberwulu, @Aramil of Elixia : the code i gave above was just a sample :) Restrictin...
Manipulating a class member outside a classHi, I want to change value of an object that is a member of another object. Although i used as a r...
This user does not accept Private Messages