Click here to Skip to main content
16,004,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: File I/O Pin
Chris Gao19-Mar-06 13:52
Chris Gao19-Mar-06 13:52 
GeneralRe: File I/O Pin
Kuroro Rucilful19-Mar-06 13:58
Kuroro Rucilful19-Mar-06 13:58 
AnswerRe: File I/O Pin
Stephen Hewitt19-Mar-06 13:52
Stephen Hewitt19-Mar-06 13:52 
AnswerRe: File I/O Pin
Stephen Hewitt19-Mar-06 14:03
Stephen Hewitt19-Mar-06 14:03 
GeneralRe: File I/O Pin
Kuroro Rucilful19-Mar-06 14:01
Kuroro Rucilful19-Mar-06 14:01 
GeneralRe: File I/O Pin
Kuroro Rucilful19-Mar-06 14:06
Kuroro Rucilful19-Mar-06 14:06 
GeneralRe: File I/O Pin
jhwurmbach19-Mar-06 21:44
jhwurmbach19-Mar-06 21:44 
GeneralRe: File I/O Pin
Kuroro Rucilful19-Mar-06 14:29
Kuroro Rucilful19-Mar-06 14:29 
Steve,

Actual items in the file M637.VIN

M2,2,1,15,55342,55662,55982,56302
A,4,1,15,58856,59176,59496,59816
P,5,1,15,55327,55647,55967
B,7,1,15,55310,55630,55950,56270
4B,8,2,15,27769,25530

General format:
char_val,int_val1,int_val2,int_val3,longint_val1

is it possible to store these stuff in a struct or an array of some sort? Coz i need int_val1 and int_val2 as a reference to an output port. in line 1 "M2,2,1" , i need to access the extracted input 2 and 1 coz it corresponds to an output port2 and port1.

on the other hand, char_val must be taken into account coz it serves as a reference to longint_val(n).


Thanks,
Kuroro

QuestionGlobal Variable Question Pin
JSadleir19-Mar-06 12:43
JSadleir19-Mar-06 12:43 
AnswerRe: Global Variable Question Pin
Chris Gao19-Mar-06 13:05
Chris Gao19-Mar-06 13:05 
GeneralRe: Global Variable Question Pin
JSadleir19-Mar-06 13:16
JSadleir19-Mar-06 13:16 
GeneralRe: Global Variable Question Pin
Richard Andrew x6419-Mar-06 13:42
professionalRichard Andrew x6419-Mar-06 13:42 
GeneralRe: Global Variable Question Pin
JSadleir19-Mar-06 14:03
JSadleir19-Mar-06 14:03 
GeneralRe: Global Variable Question Pin
Chris Gao19-Mar-06 13:49
Chris Gao19-Mar-06 13:49 
QuestionCSockets and multithreading Pin
softwaremonkey19-Mar-06 11:06
softwaremonkey19-Mar-06 11:06 
AnswerRe: CSockets and multithreading Pin
Richard Andrew x6419-Mar-06 11:20
professionalRichard Andrew x6419-Mar-06 11:20 
GeneralRe: CSockets and multithreading Pin
softwaremonkey19-Mar-06 11:33
softwaremonkey19-Mar-06 11:33 
GeneralRe: CSockets and multithreading Pin
Richard Andrew x6419-Mar-06 11:47
professionalRichard Andrew x6419-Mar-06 11:47 
Questionprinting bitmaps Pin
Waldermort19-Mar-06 8:01
Waldermort19-Mar-06 8:01 
AnswerRe: printing bitmaps Pin
David Crow19-Mar-06 9:04
David Crow19-Mar-06 9:04 
AnswerRe: printing bitmaps Pin
Roger Allen19-Mar-06 12:24
Roger Allen19-Mar-06 12:24 
AnswerRe: printing bitmaps Pin
Hamid_RT19-Mar-06 17:09
Hamid_RT19-Mar-06 17:09 
QuestionWhere is call for DLL within VisStu 6.0 C++ Pin
Robert Palma Jr.19-Mar-06 7:45
Robert Palma Jr.19-Mar-06 7:45 
AnswerRe: Where is call for DLL within VisStu 6.0 C++ Pin
Richard Andrew x6419-Mar-06 7:55
professionalRichard Andrew x6419-Mar-06 7:55 
GeneralRe: Where is call for DLL within VisStu 6.0 C++ Pin
Robert Palma Jr.19-Mar-06 8:11
Robert Palma Jr.19-Mar-06 8:11 

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.