Click here to Skip to main content
16,016,562 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: algorithm Pin
prrusa21-Mar-06 3:27
prrusa21-Mar-06 3:27 
GeneralRe: algorithm Pin
toxcct21-Mar-06 3:34
toxcct21-Mar-06 3:34 
GeneralRe: algorithm Pin
prrusa21-Mar-06 4:39
prrusa21-Mar-06 4:39 
GeneralRe: algorithm Pin
Douglas Dean24-Mar-06 4:16
Douglas Dean24-Mar-06 4:16 
GeneralRe: algorithm Pin
toxcct24-Mar-06 4:19
toxcct24-Mar-06 4:19 
QuestionFile I/O Pin
Kuroro Rucilful19-Mar-06 13:28
Kuroro Rucilful19-Mar-06 13:28 
AnswerRe: File I/O Pin
Saksida Bojan19-Mar-06 23:08
Saksida Bojan19-Mar-06 23:08 
GeneralRe: File I/O Pin
Kuroro Rucilful20-Mar-06 14:43
Kuroro Rucilful20-Mar-06 14:43 
Thanks a lot Saksida, i'll use struct array. you give me the hint that uncovers a mile area.
i'm currently studying how to do that.... at this website..
http://wps.aw.com/aw_savitch_abscpp_2s/0,10408,1982372-,00.html

there are few problems: this is the overview of my project, i mean a chunk of my project..

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

How am I suppose to say this…..

char_val = string or character

int_val1 = integer

int_val2 = integer

int_val3 = integer

longint_val(n) = an array of long integers



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,15, 55342,55662,55982,56302" , 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).


GeneralRe: File I/O Pin
2bee 20-Mar-06 22:17
2bee 20-Mar-06 22:17 
AnswerRe: File I/O Pin
RichardS19-Mar-06 23:10
RichardS19-Mar-06 23:10 
AnswerRe: File I/O Pin
2bee 19-Mar-06 23:21
2bee 19-Mar-06 23:21 
GeneralRe: File I/O Pin
Kuroro Rucilful20-Mar-06 14:48
Kuroro Rucilful20-Mar-06 14:48 
GeneralRe: File I/O Pin
Kuroro Rucilful20-Mar-06 14:50
Kuroro Rucilful20-Mar-06 14:50 
QuestionHelp With Change Pin
klutez12319-Mar-06 11:06
klutez12319-Mar-06 11:06 
AnswerRe: Help With Change Pin
Douglas Dean24-Mar-06 4:27
Douglas Dean24-Mar-06 4:27 
Questionmemcpy() and Structs in MC++ Pin
ScottLeff18-Mar-06 21:42
ScottLeff18-Mar-06 21:42 
AnswerRe: memcpy() and Structs in MC++ Pin
2bee 30-Mar-06 19:56
2bee 30-Mar-06 19:56 
QuestionBest Practice for Unmanaged C++ Callbacks to C# Pin
Halloko17-Mar-06 22:14
Halloko17-Mar-06 22:14 
Questionfor each Pin
John L. DeVito17-Mar-06 11:21
professionalJohn L. DeVito17-Mar-06 11:21 
AnswerRe: for each Pin
George L. Jackson17-Mar-06 11:43
George L. Jackson17-Mar-06 11:43 
GeneralRe: for each Pin
John L. DeVito21-Mar-06 6:39
professionalJohn L. DeVito21-Mar-06 6:39 
GeneralRe: for each Pin
George L. Jackson21-Mar-06 11:49
George L. Jackson21-Mar-06 11:49 
QuestionRetrieving the CheckBox status from another application Pin
Virtek17-Mar-06 7:25
Virtek17-Mar-06 7:25 
AnswerRe: Retrieving the CheckBox status from another application Pin
Karim Mribti17-Mar-06 7:47
Karim Mribti17-Mar-06 7:47 
QuestionDifference Pin
HakunaMatada17-Mar-06 0:34
HakunaMatada17-Mar-06 0:34 

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.