Click here to Skip to main content
15,903,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Rotated text using Drawtext Pin
Mary Chennai11-Aug-10 8:38
Mary Chennai11-Aug-10 8:38 
GeneralRe: Rotated text using Drawtext Pin
Luc Pattyn11-Aug-10 8:48
sitebuilderLuc Pattyn11-Aug-10 8:48 
GeneralRe: Rotated text using Drawtext Pin
Maximilien11-Aug-10 9:00
Maximilien11-Aug-10 9:00 
GeneralRe: Rotated text using Drawtext Pin
CPallini11-Aug-10 22:20
mveCPallini11-Aug-10 22:20 
QuestionReading chunks of Data Pin
AbhiHcl11-Aug-10 3:05
AbhiHcl11-Aug-10 3:05 
AnswerRe: Reading chunks of Data Pin
CPallini11-Aug-10 3:27
mveCPallini11-Aug-10 3:27 
AnswerRe: Reading chunks of Data Pin
elchupathingy11-Aug-10 3:34
elchupathingy11-Aug-10 3:34 
GeneralRe: Reading chunks of Data Pin
AbhiHcl11-Aug-10 3:42
AbhiHcl11-Aug-10 3:42 
thanks for reply,

My acutal dat is like
char *str = "1,2,3\r\n1,3,4\r\n3,4,5\r\n1,3,5\r\n2,3,1\r\nCMD OK\r\n"

but first time I m getting only
char* temp = "1,2,3\r\n1,3,4\r\n3,4,"
I need to read upto last \r\n and keep the remaining (3,4) in some temporery variable, and the next time wen I'll get the another set of data then I need to append the tepory data with the new one, I hv to do the same task until I m not getting the "CMD OK\r\n".

I need to do like that becz every comma seperated value has to be store in seperate array.

Can u please send me some sample code for that..
Thanks..
GeneralRe: Reading chunks of Data Pin
Cool_Dev11-Aug-10 4:47
Cool_Dev11-Aug-10 4:47 
AnswerRe: Reading chunks of Data Pin
bleedingfingers11-Aug-10 7:59
bleedingfingers11-Aug-10 7:59 
Questionwrong output ,error in my program Pin
0x808511-Aug-10 3:03
0x808511-Aug-10 3:03 
AnswerRe: wrong output ,error in my program Pin
mk1488211-Aug-10 3:19
mk1488211-Aug-10 3:19 
GeneralRe: wrong output ,error in my program Pin
0x808511-Aug-10 3:30
0x808511-Aug-10 3:30 
AnswerRe: wrong output ,error in my program Pin
Maximilien11-Aug-10 3:26
Maximilien11-Aug-10 3:26 
GeneralRe: wrong output ,error in my program Pin
0x808511-Aug-10 3:41
0x808511-Aug-10 3:41 
GeneralRe: wrong output ,error in my program Pin
mk1488211-Aug-10 4:24
mk1488211-Aug-10 4:24 
GeneralRe: wrong output ,error in my program Pin
0x808511-Aug-10 4:30
0x808511-Aug-10 4:30 
AnswerRe: wrong output ,error in my program Pin
elchupathingy11-Aug-10 3:41
elchupathingy11-Aug-10 3:41 
QuestionProblem with String Array Pin
T.RATHA KRISHNAN11-Aug-10 0:21
T.RATHA KRISHNAN11-Aug-10 0:21 
AnswerRe: Problem with String Array Pin
CPallini11-Aug-10 0:36
mveCPallini11-Aug-10 0:36 
GeneralRe: Problem with String Array Pin
T.RATHA KRISHNAN11-Aug-10 0:46
T.RATHA KRISHNAN11-Aug-10 0:46 
GeneralRe: Problem with String Array Pin
CPallini11-Aug-10 1:18
mveCPallini11-Aug-10 1:18 
GeneralRe: Problem with String Array Pin
Nuri Ismail11-Aug-10 0:54
Nuri Ismail11-Aug-10 0:54 
GeneralRe: Problem with String Array Pin
CPallini11-Aug-10 1:17
mveCPallini11-Aug-10 1:17 
GeneralRe: Problem with String Array Pin
Nuri Ismail11-Aug-10 1:44
Nuri Ismail11-Aug-10 1:44 

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.