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 » Console app, where are the args?
Re: Console app, where are the args? [message #48139 is a reply to message #48126] Thu, 25 May 2017 11:49 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3432
Registered: August 2008
Senior Veteran
Dear ptkacz

You can use CommandLine()

CONSOLE_APP_MAIN
{
    const Vector<String>& cmdline = CommandLine();
    for(int i = 0; i < cmdline.GetCount(); i++) {
    ...


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Previous Topic: link error
Next Topic: I can't use mruby in Ultimate++
Goto Forum:
  


Current Time: Sat May 03 18:05:59 CEST 2025

Total time taken to generate the page: 0.03800 seconds