Click here to Skip to main content
15,867,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: To read a complete string Pin
«_Superman_»12-May-09 21:05
professional«_Superman_»12-May-09 21:05 
GeneralRe: To read a complete string Pin
Madhu Nair12-May-09 21:14
Madhu Nair12-May-09 21:14 
GeneralRe: To read a complete string Pin
Pankaj D.Dubey12-May-09 21:28
Pankaj D.Dubey12-May-09 21:28 
GeneralRe: To read a complete string Pin
Chandrasekharan P12-May-09 21:54
Chandrasekharan P12-May-09 21:54 
GeneralRe: To read a complete string Pin
«_Superman_»12-May-09 21:55
professional«_Superman_»12-May-09 21:55 
GeneralRe: To read a complete string Pin
Rajesh R Subramanian12-May-09 22:39
professionalRajesh R Subramanian12-May-09 22:39 
GeneralRe: To read a complete string Pin
«_Superman_»12-May-09 22:49
professional«_Superman_»12-May-09 22:49 
GeneralRe: To read a complete string Pin
Pankaj D.Dubey12-May-09 22:40
Pankaj D.Dubey12-May-09 22:40 
Send an example of your text file. I don't think people here has understood your file format.... (from ur previous post)

#Its a text file(notepad.txt)

Text: 2
Parity: fad90
xyz:

01110000 00000000 00000100 10110000 00000010 00000000 00000000 00000000
00001001 01100000 01000101 00000000 00000000 00000000 11011001 00010000
00000000 00000000 00001111 01111100 11101100 01001110 11101101 11011110
11101101 11101110 1101

ABCD: 1
EFGH: 3
Correction[ 1 ]: 0 (0, 0m)
Correction[ 2 ]: 4b (75, 9.375m)
Correction[ 3 ]: 2 (2, 0.25m)
Correction[ 4 ]: 0 (0, 0m)
Correction[ 5 ]: 0 (0, 0m)
Correction[ 6 ]: 96 (150, 18.75m)
Correction[ 7 ]: 45 (69, 8.625m)
Correction[ 8 ]: 0 (0, 0m)
Correction[ 9 ]: 0 (0, 0m)
Correction[ 10 ]: d91 (3473, -77.875m)
Correction[ 11 ]: 0 (0, 0m)
Correction[ 12 ]: 0 (0, 0m)
Correction[ 13 ]: f7c (3964, -16.5m)

I am only getting first character after ':'(not reading newline character)
every time but getting, for ex: 4(instead of 4b), d(instead of d91) & so on.

mt2 is declared as:
char mt2[15];

m_txt1, m_txt2 are the textboxes takes Value(not control) and declared as type CString.

Hope this much info. will be sufficient for you people.
Even i am trying for the same and hope to get it right soon.

Thank you all once again for showing interest in my problem.
(Plz follow the previous link to check the code)

French is the language of love, for everything else there is c++ ...(anonymous)

GeneralRe: To read a complete string Pin
«_Superman_»12-May-09 22:56
professional«_Superman_»12-May-09 22:56 
GeneralRe: To read a complete string Pin
Pankaj D.Dubey12-May-09 23:04
Pankaj D.Dubey12-May-09 23:04 
QuestionCustomised Browse for folder dialog problem Pin
VC++Maniac12-May-09 18:47
VC++Maniac12-May-09 18:47 
QuestionCut and Drag and Drop File/Folder Path Pin
MsmVc12-May-09 18:19
MsmVc12-May-09 18:19 
AnswerRe: Cut and Drag and Drop File/Folder Path Pin
enhzflep12-May-09 19:46
enhzflep12-May-09 19:46 
GeneralRe: Cut and Drag and Drop File/Folder Path Pin
MsmVc12-May-09 21:06
MsmVc12-May-09 21:06 
GeneralRe: Cut and Drag and Drop File/Folder Path Pin
MsmVc12-May-09 21:53
MsmVc12-May-09 21:53 
GeneralRe: Cut and Drag and Drop File/Folder Path [LONG POST] Pin
enhzflep12-May-09 22:18
enhzflep12-May-09 22:18 
GeneralRe: Cut and Drag and Drop File/Folder Path [LONG POST] Pin
MsmVc12-May-09 22:22
MsmVc12-May-09 22:22 
QuestionRe: Cut and Drag and Drop File/Folder Path Pin
David Crow13-May-09 3:27
David Crow13-May-09 3:27 
QuestionWin32 web service client over SSL Pin
eight12-May-09 18:00
eight12-May-09 18:00 
AnswerRe: Win32 web service client over SSL Pin
eight12-May-09 22:33
eight12-May-09 22:33 
QuestionOne or many libraries? Pin
Mauro Leggieri12-May-09 14:54
Mauro Leggieri12-May-09 14:54 
AnswerRe: One or many libraries? Pin
«_Superman_»12-May-09 16:31
professional«_Superman_»12-May-09 16:31 
GeneralRe: One or many libraries? Pin
Mauro Leggieri13-May-09 2:37
Mauro Leggieri13-May-09 2:37 
QuestionCreating and Deleting a New Window Pin
BobInNJ12-May-09 12:28
BobInNJ12-May-09 12:28 
AnswerRe: Creating and Deleting a New Window Pin
Mauro Leggieri12-May-09 14:57
Mauro Leggieri12-May-09 14:57 

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.