Click here to Skip to main content
15,911,360 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPrinting the Class View Pin
brianwelsch23-May-02 3:19
brianwelsch23-May-02 3:19 
GeneralRe: Printing the Class View Pin
Martin Ziacek23-May-02 3:40
Martin Ziacek23-May-02 3:40 
GeneralRe: Printing the Class View Pin
Prem Kumar23-May-02 3:43
Prem Kumar23-May-02 3:43 
GeneralExecuting an EXE Through VC++ IDE - Bizzare! Pin
AJ12323-May-02 3:09
AJ12323-May-02 3:09 
GeneralRe: Executing an EXE Through VC++ IDE - Bizzare! Pin
Rutger Ellen23-May-02 3:18
Rutger Ellen23-May-02 3:18 
GeneralRe: Executing an EXE Through VC++ IDE - Bizzare! Pin
Prem Kumar23-May-02 3:16
Prem Kumar23-May-02 3:16 
GeneralRe: Executing an EXE Through VC++ IDE - Bizzare! Pin
Joao Vaz23-May-02 3:34
Joao Vaz23-May-02 3:34 
QuestionFormating a string? Pin
23-May-02 3:03
suss23-May-02 3:03 
Hi
I'm trying to create a simple program that will format a ftp url..
Example:

ftp://user:pass@11.11.11.11:21/dir

Will be converted to:

IP:11.11.11.11
PORT:21
PATH:/dir
USERNAME:user
PASSWORD:pass

How could I do this? What functions might be usefull ??

Thanks
AnswerRe: Formating a string? Pin
Prem Kumar23-May-02 3:07
Prem Kumar23-May-02 3:07 
AnswerRe: Formating a string? Pin
Martin Speiser23-May-02 3:33
Martin Speiser23-May-02 3:33 
AnswerRe: Formating a string? Pin
Ramon Casellas23-May-02 3:52
Ramon Casellas23-May-02 3:52 
AnswerRe: Formating a string? Pin
JT Anderson23-May-02 10:33
JT Anderson23-May-02 10:33 
GeneralCWinApp class in MFC Extension dll.. Pin
Neha23-May-02 3:04
Neha23-May-02 3:04 
GeneralRe: CWinApp class in MFC Extension dll.. Pin
Prem Kumar23-May-02 3:20
Prem Kumar23-May-02 3:20 
GeneralDebugging problem Pin
Hans Ruck23-May-02 2:50
Hans Ruck23-May-02 2:50 
GeneralRe: Debugging problem Pin
Prem Kumar23-May-02 2:58
Prem Kumar23-May-02 2:58 
GeneralRe: Debugging problem Pin
Hans Ruck23-May-02 3:46
Hans Ruck23-May-02 3:46 
GeneralAbout COleControl's interface override Pin
FengXie23-May-02 2:31
FengXie23-May-02 2:31 
GeneralAdding List boxes dynamically Pin
athick23-May-02 2:20
athick23-May-02 2:20 
GeneralRe: Adding List boxes dynamically Pin
Prem Kumar23-May-02 2:46
Prem Kumar23-May-02 2:46 
QuestionMSVC STL threadsafe? Pin
peterchen23-May-02 2:02
peterchen23-May-02 2:02 
AnswerRe: MSVC STL threadsafe? Pin
Matt Gullett23-May-02 2:08
Matt Gullett23-May-02 2:08 
GeneralRe: MSVC STL threadsafe? Pin
peterchen23-May-02 3:07
peterchen23-May-02 3:07 
GeneralRe: MSVC STL threadsafe? Pin
Mike Nordell23-May-02 3:40
Mike Nordell23-May-02 3:40 
GeneralRe: MSVC STL threadsafe? Pin
Matt Gullett23-May-02 3:52
Matt Gullett23-May-02 3:52 

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.