stack push functionHello, I want to use an STL linked list as a stack (I am not taking about implementing a List Stac...
this pointer in struct's constructorYou are right. Thank you !! I am not sure what was going on.
this pointer in struct's constructorHello, We read in the books that the struct in C++ is almost the same as the class except in the ac...
Accessing members of another classThanks a lot. It works now. I've spent hours on this stupid mistake.
Accessing members of another classHello. I am trying to write a function (setxy in class A) in one class to access members (function s...