Forum: C++ May 17th, 2004 |
| Replies: 1 Views: 2,577 i have been trying to incorporate various element into this mortgage calculation program. it is supposed to present the three options from the array or prompt you to enter your own rates. my... |
Forum: C++ Mar 25th, 2004 |
| Replies: 5 Views: 4,215 ////having trouble with this one after first input starts a crazy loop malf.
#include <iostream.h>
#include <conio.h>
const int MAX_ITEMS = 5;
typedef int InventoryArray[MAX_ITEMS];
... |
Forum: C++ Mar 23rd, 2004 |
| Replies: 8 Views: 5,802 how would you make a simple exe application for something like this in vis c++. so that you could send it self contained and a person double clicks it and it runs. please show the code and where you... |