Forum: C++ Aug 22nd, 2008 |
| Replies: 8 Views: 614 iamthwee's much more reliable, with the exit and the d-while loop :) |
Forum: C++ Aug 22nd, 2008 |
| Replies: 8 Views: 614 I think it closes because of the break; after the loops.
I've edited a bit in your code.
#include <iostream>
#include <stdio.h>
using namespace std; |
Forum: C++ Aug 22nd, 2008 |
| Replies: 8 Views: 614 I think you should give more details about your problem. Have you started to write your code even just the main function? What menu?
show menu
if i pick one menu
... |