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: 14267
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: Thu Aug 14 18:57:52 CEST 2025

Total time taken to generate the page: 0.12245 seconds