Search found 3 matches

by twhite5
Sun Feb 06, 2005 5:22 am
Forum: C++
Topic: Compiler Error
Replies: 5
Views: 2733

Great, that fixed the problems thanks.
by twhite5
Sun Feb 06, 2005 3:40 am
Forum: C++
Topic: Compiler Error
Replies: 5
Views: 2733

Thanks for you reply, i went ahead and included those libraries but unfortunately i am still receiving a compiler error. If you or anyonce else has anymore suggestions i am more than open to them. Thanks.
by twhite5
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 ...

Go to advanced search