Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 1321
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: Tue Jul 08 06:19:06 CEST 2025

Total time taken to generate the page: 0.03463 seconds