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 » read argument count/vector in GUI
Re: read argument count/vector in GUI [message #55888 is a reply to message #55887] Sun, 27 December 2020 14:09 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1077
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello,

This is the same as for CONSOLE_APP_MAIN:
GUI_APP_MAIN
{
    const Vector<String>& arguments = CommandLine();
    for (int i = 0; i < arguments.GetCount(); i++)
    {
   
    }
}


Klugier


U++ - one framework to rule them all.
 
Read Message
Read Message
Read Message
Previous Topic: margin / Report
Next Topic: Report / navigation to page number
Goto Forum:
  


Current Time: Mon Jun 10 13:03:16 CEST 2024

Total time taken to generate the page: 0.01626 seconds