Forum: C++ Apr 7th, 2006 |
| Replies: 4 Views: 3,099 Thanks for your help! I tried first to use classes but had problems making it work, so when struct worked out I was very happy for that...
Regarding the throw and try-catch commands, I want to... |
Forum: C++ Apr 6th, 2006 |
| Replies: 4 Views: 3,099 Hi all,
I am working on an assignment on creating a program that recognizes whether an expression has balanced parentheses or not. The program has to use ADT (Abstract Data Type) stacks.
The... |
Forum: C++ Mar 31st, 2006 |
| Replies: 3 Views: 1,937 Thanks for your very rapid answers! I will try to implement it in the code and make it work.
Thank you
Gro |
Forum: C++ Mar 31st, 2006 |
| Replies: 3 Views: 1,937 Hi everybody,
I am currently working on an assignment on linked lists. I am stuck with parts of the project, and I would be very pleased if anyone could help me.
I am supposed to create a... |
Forum: C++ Oct 22nd, 2005 |
| Replies: 2 Views: 3,887 Hi everybody,
I have just started working with C++ and I find it intersting and facinating!! However, I am struggling a bit with a problem. I want to find out if the elements in an integer array... |