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 » Console 'Hello World' won't build.
Re: Console 'Hello World' won't build. [message #10934 is a reply to message #10906] Sun, 05 August 2007 19:42 Go to previous messageGo to previous message
JohnO is currently offline  JohnO
Messages: 4
Registered: August 2007
Location: Ireland
Junior Member
Hi,
Where would I find the .upp file - I don't seem to have one.
Could this be the problem?

I tried this (below) too, but it also wouldn't build.

Thanks,
John


------ Prog_3 ------
#include "stdio.h"
#include <iostream>
#include <Core/Core.h>

using namespace Upp;

CONSOLE_APP_MAIN
{
char dummy;
String a;

a = "Hello, world!";
std::cerr << a << std::endl;

std::cin >> dummy;
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: What compiler are you using with Ultimate++?
Next Topic: Intel compiler
Goto Forum:
  


Current Time: Sun Jul 06 05:26:54 CEST 2025

Total time taken to generate the page: 0.02695 seconds