Home » Community » Newbie corner » Console app, where are the args?
Console app, where are the args? [message #48126] |
Mon, 22 May 2017 02:25  |
ptkacz
Messages: 89 Registered: March 2017
|
Member |
|
|
Hi Guys,
A console app looks something like:
#include <Core/Core.h>
#include <iostream>
using namespace Upp;
using namespace std;
CONSOLE_APP_MAIN
{
cout << "HELLO" << endl;
}
What's the magic code to extract command line arguments?
Peter
|
|
|
|
|
Goto Forum:
Current Time: Fri May 02 17:23:36 CEST 2025
Total time taken to generate the page: 0.00934 seconds
|