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 » U++ Library support » U++ Library : Other (not classified elsewhere) » Input value at main ()
Re: Input value at main () [message #22895 is a reply to message #22893] Tue, 25 August 2009 16:26 Go to previous messageGo to previous message
darthspawn is currently offline  darthspawn
Messages: 58
Registered: February 2009
Member
Thank you! if someone needs the code I used this:


    String str;
    int argc = CommandLine().GetCount();
    const Vector<String>& argv = CommandLine();

    if(argc < 1 || argc >2)  {
        return;
    }
    else {
        str = argv[0];
    }
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Named HTML Colors [FEATURE REQUEST].
Next Topic: HTTPS?
Goto Forum:
  


Current Time: Sun May 12 08:19:31 CEST 2024

Total time taken to generate the page: 0.01316 seconds