Click here to Skip to main content
15,920,503 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSTL string : is it any good? Pin
Jon Hulatt15-Apr-02 6:16
Jon Hulatt15-Apr-02 6:16 
AnswerRe: STL string : is it any good? Pin
Anders Molin15-Apr-02 7:03
professionalAnders Molin15-Apr-02 7:03 
GeneralRe: STL string : is it any good? Pin
Tim Smith15-Apr-02 7:14
Tim Smith15-Apr-02 7:14 
GeneralRe: STL string : is it any good? Pin
Tim Smith15-Apr-02 7:15
Tim Smith15-Apr-02 7:15 
GeneralRe: STL string : is it any good? Pin
Jörgen Sigvardsson15-Apr-02 9:28
Jörgen Sigvardsson15-Apr-02 9:28 
GeneralRe: STL string : is it any good? Pin
Tim Smith15-Apr-02 9:37
Tim Smith15-Apr-02 9:37 
AnswerRe: STL string : is it any good? Pin
Ramon Casellas15-Apr-02 7:31
Ramon Casellas15-Apr-02 7:31 
GeneralRe: STL string : is it any good? Pin
Joaquín M López Muñoz15-Apr-02 8:38
Joaquín M López Muñoz15-Apr-02 8:38 
GeneralRe: STL string : is it any good? Pin
Tim Smith15-Apr-02 9:02
Tim Smith15-Apr-02 9:02 
GeneralRe: STL string : is it any good? Pin
Joaquín M López Muñoz15-Apr-02 9:46
Joaquín M López Muñoz15-Apr-02 9:46 
GeneralRe: STL string : is it any good? Pin
Tim Smith15-Apr-02 9:57
Tim Smith15-Apr-02 9:57 
GeneralRe: STL string : is it any good? Pin
Giles15-Apr-02 9:26
Giles15-Apr-02 9:26 
GeneralRe: STL string : is it any good? Pin
Mike Nordell15-Apr-02 11:02
Mike Nordell15-Apr-02 11:02 
GeneralUrgent help needed. enquire within Pin
15-Apr-02 5:59
suss15-Apr-02 5:59 
GeneralRe: Urgent help needed. enquire within Pin
Joaquín M López Muñoz15-Apr-02 6:35
Joaquín M López Muñoz15-Apr-02 6:35 
GeneralRe: Urgent help needed. enquire within Pin
15-Apr-02 6:40
suss15-Apr-02 6:40 
GeneralRe: Urgent help needed. enquire within Pin
Nish Nishant15-Apr-02 6:42
sitebuilderNish Nishant15-Apr-02 6:42 
GeneralRe: Urgent help needed. enquire within Pin
15-Apr-02 6:52
suss15-Apr-02 6:52 
GeneralRe: Urgent help needed. enquire within Pin
Nish Nishant15-Apr-02 7:00
sitebuilderNish Nishant15-Apr-02 7:00 
GeneralRe: Urgent help needed. enquire within Pin
15-Apr-02 7:12
suss15-Apr-02 7:12 
GeneralRe: Urgent help needed. enquire within Pin
Nish Nishant15-Apr-02 7:23
sitebuilderNish Nishant15-Apr-02 7:23 
What's happening is that since argc < 3, your program displays the usage message and exits.

Right click on the icon of the execuatble in explorer. You should get a properties tab window. Select the "Program" tab. There will be an edit box where you are supposed to enter the full command line. If you have any arguments you should append those arguments to the full path of the executable.

Eg:- C:\abc\myexe.exe file1.txt file2.txt /r:100

Regards,
Nish


The rumours that I am an AI bot are absolutely false. These rumours have been propogated by *them* to focus all the attention on to me, while *their* bots take over the planet. Thank y%%%% Divide by zero. Cannot proceed. Abort(y/y)?
GeneralRe: Urgent help needed. enquire within Pin
15-Apr-02 7:35
suss15-Apr-02 7:35 
GeneralRe: Urgent help needed. enquire within Pin
15-Apr-02 22:39
suss15-Apr-02 22:39 
GeneralRe: Urgent help needed. enquire within Pin
Nish Nishant15-Apr-02 6:41
sitebuilderNish Nishant15-Apr-02 6:41 
GeneralRe: Urgent help needed. enquire within Pin
Christian Graus15-Apr-02 22:55
protectorChristian Graus15-Apr-02 22:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.