Forum: C++ Apr 16th, 2006 |
| Replies: 4 Views: 978 Thanks, those were some great help. It reduced my errors by more than half!!! :cheesy: I really appreciate everyone's help. Now a problem I'm having is in my cpp file, the output section is giving... |
Forum: C++ Apr 15th, 2006 |
| Replies: 4 Views: 978 Thanks to some people who has already given me some pointers and insights, I wrote down on paper the layout before I started putting them into code, which I eventuall did and they're in code now. I... |
Forum: C++ Mar 18th, 2006 |
| Replies: 7 Views: 28,322 Thanks, but I already handed my project in... incorrectly. I probably got
probably (grade < 70)
{
cout << "Isuck because you failed" <<endl;
} |
Forum: C++ Mar 17th, 2006 |
| Replies: 7 Views: 28,322 Heh, that was post 100 for him. I feel so honored. It's not reading the input.txt file though. Where do I put the input fine so my program can read it? |
Forum: C++ Mar 17th, 2006 |
| Replies: 7 Views: 28,322 Sorry, here it the main file again:
#include <iostream>
#include <fstream>
#include <cstdlib>
#include <string>
#include <iomanip>
using namespace std;
#include "wong_header.h" |
Forum: C++ Mar 17th, 2006 |
| Replies: 7 Views: 28,322 Hi, I'm using Microsoft Visual C++ and I keep getting this error referring to this one line in my main file. The line of error is in bold.
Header file
int f (int n);
double e (double... |