Click here to Skip to main content
15,919,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL Pin
Navin8-Oct-02 15:48
Navin8-Oct-02 15:48 
GeneralTCPIP/NDIS driver issue Pin
Jesse Rosalia8-Oct-02 13:33
Jesse Rosalia8-Oct-02 13:33 
GeneralBitmap Pin
Anonymous8-Oct-02 12:56
Anonymous8-Oct-02 12:56 
GeneralRe: Bitmap Pin
Christian Graus8-Oct-02 14:23
protectorChristian Graus8-Oct-02 14:23 
GeneralRe: Bitmap Pin
Paul M Watt8-Oct-02 18:20
mentorPaul M Watt8-Oct-02 18:20 
GeneralRe: Bitmap Pin
Bartosz Bien10-Oct-02 11:24
Bartosz Bien10-Oct-02 11:24 
GeneralHost name from given url Pin
orcun colak8-Oct-02 12:19
orcun colak8-Oct-02 12:19 
GeneralRe: Host name from given url Pin
valikac8-Oct-02 12:44
valikac8-Oct-02 12:44 
One solution is a string function or algorithm to extract the sub-string you want. Do you store it in a string object or is it an array?

For a string object, use the find() functions. For an array, you could use strstr() and the like.

Kuphryn
GeneralRe: Host name from given url Pin
Jon Sagara8-Oct-02 12:47
Jon Sagara8-Oct-02 12:47 
GeneralRe: Host name from given url Pin
Michael Dunn8-Oct-02 18:51
sitebuilderMichael Dunn8-Oct-02 18:51 
GeneralMaking Autoruns in C++ Pin
CSHighCommand8-Oct-02 11:28
CSHighCommand8-Oct-02 11:28 
GeneralRe: Making Autoruns in C++ Pin
Anonymous8-Oct-02 11:36
Anonymous8-Oct-02 11:36 
GeneralRe: Making Autoruns in C++ Pin
Anonymous8-Oct-02 11:57
Anonymous8-Oct-02 11:57 
GeneralRe: Making Autoruns in C++ Pin
Martin Marvinski8-Oct-02 12:19
Martin Marvinski8-Oct-02 12:19 
GeneralRe: Making Autoruns in C++ Pin
Bill Wilson8-Oct-02 12:56
Bill Wilson8-Oct-02 12:56 
GeneralRe: Making Autoruns in C++ Pin
Jerome Conus8-Oct-02 19:22
Jerome Conus8-Oct-02 19:22 
GeneralRe: Making Autoruns in C++ Pin
Bill Wilson9-Oct-02 7:21
Bill Wilson9-Oct-02 7:21 
GeneralRe: Making Autoruns in C++ Pin
Slayer8-Oct-02 21:10
Slayer8-Oct-02 21:10 
GeneralRe: Making Autoruns in C++ Pin
Patje8-Oct-02 20:57
Patje8-Oct-02 20:57 
GeneralWin32 + mySQL Pin
Anonymous8-Oct-02 11:22
Anonymous8-Oct-02 11:22 
GeneralRe: Win32 + mySQL Pin
Jon Sagara8-Oct-02 11:53
Jon Sagara8-Oct-02 11:53 
GeneralLink problem #2 Pin
algruber8-Oct-02 11:20
algruber8-Oct-02 11:20 
GeneralRe: Link problem #2 Pin
Jon Hulatt8-Oct-02 21:38
Jon Hulatt8-Oct-02 21:38 
GeneralRe: Link problem #2 Pin
mariuszpopiolek8-Oct-02 21:45
mariuszpopiolek8-Oct-02 21:45 
Generalgetting event notification from an Excel worksheet Pin
Jim Crafton8-Oct-02 10:20
Jim Crafton8-Oct-02 10:20 

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.