Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~404 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for Ghayth_1
Member Avatar for Ghayth_1

hello everybudy i'm writing a code to revers a stack but i have a wrong output when i Calling the reverse function can anyone help me please :) :) # header.h # class intnode { public : intnode(int , intnode*); int info; intnode* next ; }; class Stack { public: …

Member Avatar for Ghayth_1
0
258