Click here to Skip to main content
15,911,360 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: why CListCtl::InsertItem() would crash? Pin
Naveen25-Dec-07 18:25
Naveen25-Dec-07 18:25 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
kcynic25-Dec-07 18:32
kcynic25-Dec-07 18:32 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
Naveen25-Dec-07 18:33
Naveen25-Dec-07 18:33 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
kcynic25-Dec-07 18:53
kcynic25-Dec-07 18:53 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
kcynic25-Dec-07 22:27
kcynic25-Dec-07 22:27 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
Naveen25-Dec-07 23:10
Naveen25-Dec-07 23:10 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
kcynic26-Dec-07 14:22
kcynic26-Dec-07 14:22 
AnswerRe: why CListCtl::InsertItem() would crash? Pin
peterchen26-Dec-07 0:02
peterchen26-Dec-07 0:02 
GeneralRe: why CListCtl::InsertItem() would crash? Pin
kcynic26-Dec-07 14:26
kcynic26-Dec-07 14:26 
QuestionGDI+ Set Image DPI (win32) Pin
r3dqu33n25-Dec-07 16:22
r3dqu33n25-Dec-07 16:22 
GeneralRe: GDI+ Set Image DPI (win32) Pin
followait25-Dec-07 17:48
followait25-Dec-07 17:48 
GeneralDesktop_.ini file is getting created in InstallShield Pin
AnayKulkarni25-Dec-07 3:11
AnayKulkarni25-Dec-07 3:11 
GeneralRe: Desktop_.ini file is getting created in InstallShield Pin
Kiran Pinjala26-Dec-07 1:38
Kiran Pinjala26-Dec-07 1:38 
GeneralError in MD5Init() Function Pin
Developer61124-Dec-07 23:40
Developer61124-Dec-07 23:40 
GeneralRe: Error in MD5Init() Function Pin
CPallini25-Dec-07 3:21
mveCPallini25-Dec-07 3:21 
GeneralRe: Error in MD5Init() Function Pin
Developer61126-Dec-07 0:48
Developer61126-Dec-07 0:48 
QuestionHow to search a Subitem in list control? Pin
Rad.Krish24-Dec-07 23:32
Rad.Krish24-Dec-07 23:32 
GeneralRe: How to search a Subitem in list control? Pin
CPallini25-Dec-07 2:55
mveCPallini25-Dec-07 2:55 
GeneralLarge File Processing Pin
Sangeetha_J24-Dec-07 23:10
Sangeetha_J24-Dec-07 23:10 
GeneralRe: Large File Processing Pin
CPallini24-Dec-07 23:39
mveCPallini24-Dec-07 23:39 
GeneralRe: Large File Processing Pin
Sangeetha_J24-Dec-07 23:54
Sangeetha_J24-Dec-07 23:54 
GeneralRe: Large File Processing Pin
CPallini25-Dec-07 2:43
mveCPallini25-Dec-07 2:43 
GeneralRe: Large File Processing Pin
Sangeetha_J25-Dec-07 16:34
Sangeetha_J25-Dec-07 16:34 
GeneralRe: Large File Processing Pin
kagdizuber26-Dec-07 5:23
kagdizuber26-Dec-07 5:23 
GeneralRe: Large File Processing Pin
Sangeetha_J26-Dec-07 17:18
Sangeetha_J26-Dec-07 17:18 
HI,

I had given one example of how the input file will be, and how i have to gather the information from the given file.

The input file contains the information in the following format,

#10
1 SN1
0 SN2
#15
0 SN3
x SN1
1 SN2
#50
0 SN5
0 SN1


In the above given format,
#10, #15, #50 are timestamps
SN1, SN2, SN3, SN5 are signal names
0, 1, x, are logical values

From the above example, i have to gather information like SN1 is changing at #10, #15, and #50. and the logical values are 1, x, 0. Likewise, have to gather all the information of each and every signal. From the gathered information, in future, if i refer one signal name, i could be able to retrieve all the relevant information (i.e., timestamps, and logical values) of that corresponding signal name. So i need all the information for future reference. So suggest me the best way to store the information.

Gathered information from above example,

SN1 10 15 50
1 x 0

SN2 10 15
0 1

SN3 15
0

SN5 50
0

With Regards,
Sangeetha.

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.