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 » Community » Newbie corner » Where did the console app go (i.e. select main package)....
Where did the console app go (i.e. select main package).... [message #48125] Mon, 22 May 2017 02:22
ptkacz is currently offline  ptkacz
Messages: 89
Registered: March 2017
Member
Hi Guys,

I just started working on a console app and when launching TheIDE, the package/project does not list? It's listed in the MyApps folder. Here's a simple example of the steps taken:

1) Launch TheIDE
2) Select New Package
3) From the Create new package dialog box, select, "Core console project"
4) For package name, type, "Hello"
5) Select the Create button
6) Edit one's program as such:
#include <Core/Core.h>
#include <iostream>

using namespace Upp;
using namespace std;

CONSOLE_APP_MAIN
{
	cout << "HELLO" << endl;
}

7) Save the program
Cool Launch and test the program
9) Exit and restart TheIDE
10) Hey, where did the project go???


Peter

PS: Weird that the '8' followed by a ')' creates a cool face.
Previous Topic: PromptOK and \n
Next Topic: Told TheIDE where to find library, but TheIDE states, No such file or directory....
Goto Forum:
  


Current Time: Fri Apr 19 03:32:18 CEST 2024

Total time taken to generate the page: 0.01506 seconds