Search Results

Search: Posts Made By: Anlex
4,974
Posted By Anlex
I have no clue where those errors were coming...
I have no clue where those errors were coming from, but:

I have deinstalled and reinstalled Cygwin from a different mirror while installing only the needed packages. It seems to work now.
...
4,974
Posted By Anlex
Unfortunately that only fixes the very first...
Unfortunately that only fixes the very first error mentioned in the first line of the error file.

Something seems to be wrong with the includes, I think. But as stated before I have no clue how to...
4,974
Posted By Anlex
The code looks as follows: #include...
The code looks as follows:

#include <iostream>
using namespace std;

int main () {

cout << 'Hello World!';
return 0;

}
And the call to the compiler is:

g++ 04.cpp -o 04
4,974
Posted By Anlex
Problem compiling C++ Code in Cygwin
Hello everyone. I just recently installed Cygwin and I am running it under Windows 7.

My problem is that I cannot seem to compile any C++ code with g++. I've tried to compile C Code using gcc and...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 02:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy