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++ Core » Commandline-Args with Core-Console-App
Re: Commandline-Args with Core-Console-App [message #17554 is a reply to message #17552] Wed, 20 August 2008 13:56 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14105
Registered: November 2005
Ultimate Member
michael wrote on Wed, 20 August 2008 07:15

Thanks,

this works:

int argc = CommandLine().GetCount();

const Vector<String>& argv = CommandLine();
		
var1 = argv[0];
var2 = argv[1];


By the way... is there any documenation about these packages?


I think not yet....

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Smart pointer: Garbage collected by reference counting
Next Topic: Some 'missing' string functions
Goto Forum:
  


Current Time: Fri Nov 01 00:53:27 CET 2024

Total time taken to generate the page: 0.01825 seconds