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
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
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.
|
|
|
Goto Forum:
Current Time: Sun May 04 20:57:00 CEST 2025
Total time taken to generate the page: 0.02904 seconds
|