Click here to Skip to main content
15,895,656 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problems with string as member variable Pin
Cedric Moonen5-May-08 23:21
Cedric Moonen5-May-08 23:21 
GeneralRe: Problems with string as member variable Pin
CPallini5-May-08 23:42
mveCPallini5-May-08 23:42 
GeneralRe: Problems with string as member variable Pin
toxcct5-May-08 23:43
toxcct5-May-08 23:43 
AnswerRe: Problems with string as member variable Pin
Nibu babu thomas5-May-08 22:20
Nibu babu thomas5-May-08 22:20 
GeneralRe: Problems with string as member variable Pin
piul5-May-08 22:35
piul5-May-08 22:35 
Questionstring in c++ Pin
sofia_1115-May-08 21:06
sofia_1115-May-08 21:06 
QuestionRe: string in c++ Pin
Rajesh R Subramanian5-May-08 21:38
professionalRajesh R Subramanian5-May-08 21:38 
AnswerRe: string in c++ [modified] Pin
sofia_1115-May-08 22:25
sofia_1115-May-08 22:25 
int o=0;
for( int h=0 ;h<l ; h++)
if(str_integer[h]==' ' || str_integer[h]==',')
{
o=h+1;
if(str_integer[o] !=',' || str_integer[o] !=';')
{
cout << str_integer[o] <<'\t';
o++;
}
}
l is maximum number of str_integer
this excuted put print only the first character
i want print all character between , and ; or between space and , or between ,and,
in lgical we must use while not use if but when I use while appeare problem in excute

THANKS THIS MY IDEA
I HOPE HELP ME

modified on Tuesday, May 6, 2008 4:32 AM

GeneralRe: string in c++ Pin
CPallini5-May-08 22:45
mveCPallini5-May-08 22:45 
GeneralRe: string in c++ Pin
sofia_1116-May-08 5:46
sofia_1116-May-08 5:46 
QuestionRe: string in c++ Pin
CPallini6-May-08 6:02
mveCPallini6-May-08 6:02 
AnswerRe: string in c++ Pin
CPallini5-May-08 21:46
mveCPallini5-May-08 21:46 
QuestionMFC/C++ Pin
Member 36547605-May-08 20:47
Member 36547605-May-08 20:47 
AnswerRe: MFC/C++ Pin
Rajesh R Subramanian5-May-08 20:56
professionalRajesh R Subramanian5-May-08 20:56 
AnswerRe: MFC/C++ Pin
toxcct5-May-08 21:55
toxcct5-May-08 21:55 
AnswerRe: MFC/C++ Pin
Hamid_RT6-May-08 1:18
Hamid_RT6-May-08 1:18 
Questionprogressbar in status bar,MFC VC++ Pin
Mohanraj D5-May-08 19:42
Mohanraj D5-May-08 19:42 
AnswerRe: progressbar in status bar,MFC VC++ Pin
Nitheesh George5-May-08 20:07
Nitheesh George5-May-08 20:07 
AnswerRe: progressbar in status bar,MFC VC++ Pin
Nibu babu thomas5-May-08 20:13
Nibu babu thomas5-May-08 20:13 
AnswerRe: progressbar in status bar,MFC VC++ Pin
toxcct5-May-08 21:54
toxcct5-May-08 21:54 
GeneralRe: progressbar in status bar,MFC VC++ Pin
Nelek6-May-08 1:47
protectorNelek6-May-08 1:47 
GeneralRe: progressbar in status bar,MFC VC++ Pin
toxcct6-May-08 1:51
toxcct6-May-08 1:51 
QuestionHow to set VC6 to fit this useness? Pin
kcynic5-May-08 19:33
kcynic5-May-08 19:33 
AnswerRe: How to set VC6 to fit this useness? Pin
Cedric Moonen5-May-08 20:20
Cedric Moonen5-May-08 20:20 
GeneralRe: How to set VC6 to fit this useness? Pin
kcynic5-May-08 20:26
kcynic5-May-08 20:26 

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.