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

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 Sep 13 02:22:24 GMT+2 2026

Total time taken to generate the page: 0.00631 seconds