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
~196 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for clorofaysal

hello everyone, can anyone suggest me any software that is portable in pen-drive and c++ program can run in pen-drive.

Member Avatar for cossay
0
137
Member Avatar for clorofaysal

i got this error in the arrow line.help me out. [CODE]void stack::push(int x) { /*->>>>>>>>>> */ nodeType *n=new nodeType(int x); n->next=this->head; this->head=n; length++; }[/CODE] it is stack.cpp file

Member Avatar for Ancient Dragon
0
59