Does anybody know what is mismatched free or delete means in valgrind?
Point(){ x = y = 0.0; } Point(){ this->x =0.0; this->y = 0.0; } is there a difference between these two constructors?
I'm trying to study c++ more deeply, not only the oop but all the functions etc, can anyone recommend a book?
Hi is anyone familiar with the getline () function? I have a program that reads x sentences from the user and for some reason it reads the entire sentence but without the very...
You understand?