Click here to Skip to main content
15,887,895 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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.

QuestionWhat about the efficency of DrawImage and coordinate transformation in GDI+ [modified] Pin
followait24-Dec-07 19:39
followait24-Dec-07 19:39 
QuestionDLLs for MFC Activex Controll Pin
manish.patel24-Dec-07 18:39
manish.patel24-Dec-07 18:39 
GeneralRe: DLLs for MFC Activex Controll Pin
_AnsHUMAN_ 24-Dec-07 20:48
_AnsHUMAN_ 24-Dec-07 20:48 
GeneralRe: DLLs for MFC Activex Controll Pin
manish.patel24-Dec-07 20:52
manish.patel24-Dec-07 20:52 
GeneralRe: DLLs for MFC Activex Controll Pin
_AnsHUMAN_ 24-Dec-07 20:54
_AnsHUMAN_ 24-Dec-07 20:54 
QuestionHow to use GetBitmapBits( ) correctly Pin
Chen-XuNuo24-Dec-07 17:20
Chen-XuNuo24-Dec-07 17:20 
AnswerRe: How to use GetBitmapBits( ) correctly Pin
Anthony Appleyard24-Dec-07 20:21
Anthony Appleyard24-Dec-07 20:21 
GeneralDLL_THREAD_ATTACH and The Tls Api,s Pin
ForNow24-Dec-07 16:03
ForNow24-Dec-07 16:03 
GeneralRe: DLL_THREAD_ATTACH and The Tls Api,s Pin
peterchen24-Dec-07 20:52
peterchen24-Dec-07 20:52 
GeneralRe: DLL_THREAD_ATTACH and The Tls Api,s Pin
ForNow24-Dec-07 21:48
ForNow24-Dec-07 21:48 
GeneralRe: DLL_THREAD_ATTACH and The Tls Api,s Pin
peterchen25-Dec-07 5:29
peterchen25-Dec-07 5:29 
GeneralRe: DLL_THREAD_ATTACH and The Tls Api,s Pin
ForNow25-Dec-07 7:00
ForNow25-Dec-07 7:00 
GeneralWhich .DLL's may be needed by a program compiled by Visual C++ 2008 (free download version)? [modified] Pin
Anthony Appleyard24-Dec-07 10:53
Anthony Appleyard24-Dec-07 10:53 
GeneralRe: Which .DLL's may be needed by a program compiled by Visual C++ 2008 (free download version)? Pin
Bram van Kampen24-Dec-07 13:11
Bram van Kampen24-Dec-07 13:11 
GeneralRe: Which .DLL's may be needed by a program compiled by Visual C++ 2008 (free download version)? Pin
Mark Salsbery24-Dec-07 14:58
Mark Salsbery24-Dec-07 14:58 
GeneralRe: Which .DLL's may be needed by a program compiled by Visual C++ 2008 (free download version)? Pin
Anthony Appleyard24-Dec-07 20:13
Anthony Appleyard24-Dec-07 20:13 
QuestionHow to get DNS addresses from a local pc. Pin
daavena24-Dec-07 3:13
daavena24-Dec-07 3:13 

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.