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 #17555 is a reply to message #17554] Wed, 20 August 2008 14:19 Go to previous messageGo to previous message
michael is currently offline  michael
Messages: 153
Registered: May 2007
Location: Germany
Experienced Member
Another problem:

when i try to get the first agrument like this:

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

if(argv[0]=="/?")
  {
    std::cout << "Syntax: blah blah blah" << "\n";
  }


i got an EXEPTION_ACCESS_VIOLATION reading at 0000000E.

What's wrong?



 
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: Wed Jun 12 00:29:22 CEST 2024

Total time taken to generate the page: 0.01157 seconds