U++ framework
Do not panic. Ask here before giving up.

Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Can't run newly compiled helloworld.o (New User)
Re: Can't run newly compiled helloworld (New User) [message #1618 is a reply to message #1617] Fri, 10 March 2006 06:12 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1324
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
What happens if this:
#include <iostream>
#include <string>

using namespace std;

int main( )
{
 string s;
 cout << "Hello World!" << endl;
 cin >> s;
 return 0;
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Compile Windows .exe on Linux and vice versa, how?
Next Topic: Linux compile fails
Goto Forum:
  


Current Time: Fri Sep 18 09:52:58 GMT+2 2026

Total time taken to generate the page: 0.00932 seconds