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)
Can't run newly compiled helloworld.o (New User) [message #1613] Fri, 10 March 2006 01:59 Go to previous message
mzelem is currently offline  mzelem
Messages: 2
Registered: March 2006
Location: Colorado
Junior Member
I'm a computer science student and we just switched from java to c++.

I just started using Ultimate++ and 'theide' but when I compile the simple "HelloWorld" code below, I get an output file helloworld.o, and I can't figure out how to run it.

#include <iostream>
using namespace std;

int main( )
{
cout << "Hello World!" << endl;
return 0;
}

I'm running Kubuntu Linux Breezy 5.10

Thank you for any help.

Mike
[topic title edited by fudadmin]

[Updated on: Fri, 10 March 2006 02:53] by Moderator

Report message to a moderator

 
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: Thu May 16 18:43:06 CEST 2024

Total time taken to generate the page: 0.02083 seconds