Click here to Skip to main content
15,890,186 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: outputting text on-screen Pin
George L. Jackson9-Feb-06 12:29
George L. Jackson9-Feb-06 12:29 
QuestionMulti threaded programming Pin
RanjanShrestha9-Feb-06 7:23
RanjanShrestha9-Feb-06 7:23 
QuestionFind a string Pin
picasso29-Feb-06 7:20
picasso29-Feb-06 7:20 
AnswerRe: Find a string Pin
RanjanShrestha9-Feb-06 7:27
RanjanShrestha9-Feb-06 7:27 
GeneralRe: Find a string Pin
picasso29-Feb-06 7:49
picasso29-Feb-06 7:49 
GeneralRe: Find a string Pin
RanjanShrestha9-Feb-06 8:04
RanjanShrestha9-Feb-06 8:04 
GeneralRe: Find a string Pin
picasso29-Feb-06 8:37
picasso29-Feb-06 8:37 
GeneralRe: Find a string Pin
perlmunger10-Feb-06 11:15
perlmunger10-Feb-06 11:15 
Some of your code got truncated because of the use of greater than and less than characters. I think you can fix that if you use the pre or code tags (can't remember which).

Anyhow, if you are trying to use strlen, you need to lowercase the L. Yours is strLen. Next, I would really suggest that you use the Standard Template Library instead of trying to manipulate strings yourself. There's rarely a case when you need to do that yourself these days. The string class provided in the STL has a find method in it which looks like it'll do exactly what you need. It's pretty simple to use. Here is a link that will show you how to use it:

http://www.msoe.edu/eecs/ce/courseinfo/stl/string.htm[^]

-Matt

------------------------------------------

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
QuestionBoost threading. Pin
hyyppa9-Feb-06 1:19
hyyppa9-Feb-06 1:19 
AnswerRe: Boost threading. Pin
Nemanja Trifunovic9-Feb-06 1:45
Nemanja Trifunovic9-Feb-06 1:45 
Questionusing VB classes in C++ code Pin
schrilax8-Feb-06 18:46
schrilax8-Feb-06 18:46 
AnswerRe: using VB classes in C++ code Pin
George L. Jackson9-Feb-06 13:02
George L. Jackson9-Feb-06 13:02 
QuestionMC++ Graphics HELP !!! Pin
hbjs8-Feb-06 17:03
hbjs8-Feb-06 17:03 
AnswerRe: MC++ Graphics HELP !!! Pin
George L. Jackson9-Feb-06 8:24
George L. Jackson9-Feb-06 8:24 
GeneralRe: MC++ Graphics HELP !!! Pin
hbjs9-Feb-06 13:55
hbjs9-Feb-06 13:55 
GeneralRe: MC++ Graphics HELP !!! Pin
George L. Jackson9-Feb-06 15:18
George L. Jackson9-Feb-06 15:18 
GeneralRe: MC++ Graphics HELP !!! Pin
hbjs9-Feb-06 16:10
hbjs9-Feb-06 16:10 
QuestionnooB question: Can mix MFC and .NET extensions in single app/class ? Pin
Mike the Red8-Feb-06 2:25
Mike the Red8-Feb-06 2:25 
AnswerRe: nooB question: Can mix MFC and .NET extensions in single app/class ? Pin
George L. Jackson8-Feb-06 9:23
George L. Jackson8-Feb-06 9:23 
Questionnull value check Pin
madhusri7-Feb-06 21:37
madhusri7-Feb-06 21:37 
AnswerRe: null value check Pin
Cedric Moonen7-Feb-06 22:10
Cedric Moonen7-Feb-06 22:10 
GeneralRe: null value check Pin
toxcct7-Feb-06 22:49
toxcct7-Feb-06 22:49 
AnswerRe: null value check Pin
Red Stateler8-Feb-06 3:06
Red Stateler8-Feb-06 3:06 
Questionpipe problem Pin
allenmpcx7-Feb-06 17:26
allenmpcx7-Feb-06 17:26 
AnswerRe: pipe problem Pin
kakan9-Feb-06 0:01
professionalkakan9-Feb-06 0:01 

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.