Forum: C++ Oct 19th, 2008 |
| Replies: 5 Views: 827 I am trying to make a bank C++ program but the problem is that when the program terminates, data is lost and when I start it again, it reinitializes. Can someone tell me how to save the information... |
Forum: C++ Apr 16th, 2008 |
| Replies: 3 Views: 471 Thanks for the advice. I am working on it. |
Forum: C++ Apr 15th, 2008 |
| Replies: 3 Views: 471 My code for address book is as follows:
#include <iostream>
#include <cstring>
using namespace std;
struct |
Forum: C++ Apr 14th, 2008 |
| Replies: 1 Views: 279 I was just asking, is it also possible to define 2D arrays? If so, how do I pass them into the functions and use them in an address book? As in can I say employee.name[x][] when I use things like... |