User profile: carlossentino

User info
User name:carlossentino
History
Joined:
Number of posts:5
Latest posts:

stack push function
Hello, 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 constructor
You are right. Thank you !! I am not sure what was going on.

this pointer in struct's constructor
Hello, 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 class
Thanks a lot. It works now. I've spent hours on this stupid mistake.

Accessing members of another class
Hello. I am trying to write a function (setxy in class A) in one class to access members (function s...