Search found 3 matches
- Sun Feb 06, 2005 5:22 am
- Forum: C++
- Topic: Compiler Error
- Replies: 5
- Views: 2733
- Sun Feb 06, 2005 3:40 am
- Forum: C++
- Topic: Compiler Error
- Replies: 5
- Views: 2733
- Sun Feb 06, 2005 3:04 am
- Forum: C++
- Topic: Compiler Error
- Replies: 5
- Views: 2733
Compiler Error
When i submit the following code i get a compiler error.
It compiles fine using g++ one a True Unix 64 machine and on Visual C++. Any help you can give me would be appreciated, thanks
#include<iostream>
#include<iomanip>
#include<string>
#include<math.h>
using namespace std;
int main()
{
cout ...
It compiles fine using g++ one a True Unix 64 machine and on Visual C++. Any help you can give me would be appreciated, thanks
#include<iostream>
#include<iomanip>
#include<string>
#include<math.h>
using namespace std;
int main()
{
cout ...