Click here to Skip to main content
15,921,990 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Saving and Loading in a Dialogue based MFC app [modified] Pin
Samael26-Mar-08 11:16
Samael26-Mar-08 11:16 
AnswerRe: Saving and Loading in a Dialogue based MFC app [modified] Pin
Ricos6627-Mar-08 23:46
Ricos6627-Mar-08 23:46 
GeneralHandling DLL Load Failures Pin
Californian220-Mar-08 11:44
Californian220-Mar-08 11:44 
GeneralRe: Handling DLL Load Failures Pin
Chris Losinger20-Mar-08 11:52
professionalChris Losinger20-Mar-08 11:52 
QuestionRe: Handling DLL Load Failures Pin
Mark Salsbery20-Mar-08 11:55
Mark Salsbery20-Mar-08 11:55 
GeneralRe: Handling DLL Load Failures Pin
Californian220-Mar-08 16:17
Californian220-Mar-08 16:17 
GeneralRe: Handling DLL Load Failures Pin
Mark Salsbery20-Mar-08 16:21
Mark Salsbery20-Mar-08 16:21 
QuestionWhat is the Best Way to Parse and Store User Input from a CTreeCtrl Dialog? Pin
Stuck At Zero20-Mar-08 10:08
Stuck At Zero20-Mar-08 10:08 
I'm trying to build an app which displays proprietary binary data on a virtual grid. Since the number of rows can be in the millions, I'm trying to implement a way to filter out the undesired data. I was asked to prompt users to select filtering by way of a tree control.

My tree is 4 levels deep. At the root level, I have 8 nodes (called Bus). Each bus has 32 children nodes (called RT #). Each RT node has 2 children nodes (called Transmit / Receive). Each Transmit and Receive node has 32 children nodes (called MSG #). So top-down, my tree is essentially 8 x 32 x 2 x 32 nodes.

I have been asked to also implement this tree in such a fashion that if the user only selects a particular parent node and does not select any child node beneath this parent node, that this is to mean a wild card for all descendant nodes beneath that selected parent node.

I am doing things in MFC and it seems I cannot do a bit array. I've tried using a 4 dimensional bool array but I am forced to store true / false values utilizing all 4 dimensions (which makes it impossible to store the wildcard condition mentioned above for anything less than 4 dimensions.)

What is the best way to encapsulate the user-defined filtering right before I am about to parse through a source file on-the-fly?
GeneralRe: What is the Best Way to Parse and Store User Input from a CTreeCtrl Dialog? Pin
Member 75496024-Mar-08 10:23
Member 75496024-Mar-08 10:23 
Generalextern "C" in DLL Pin
Alan Balkany20-Mar-08 7:21
Alan Balkany20-Mar-08 7:21 
QuestionRe: extern "C" in DLL Pin
David Crow20-Mar-08 7:28
David Crow20-Mar-08 7:28 
GeneralRe: extern "C" in DLL Pin
Alan Balkany20-Mar-08 7:36
Alan Balkany20-Mar-08 7:36 
QuestionRe: extern "C" in DLL Pin
David Crow20-Mar-08 7:51
David Crow20-Mar-08 7:51 
GeneralRe: extern "C" in DLL Pin
Alan Balkany20-Mar-08 7:55
Alan Balkany20-Mar-08 7:55 
GeneralRe: extern "C" in DLL Pin
James R. Twine20-Mar-08 7:45
James R. Twine20-Mar-08 7:45 
GeneralRe: extern "C" in DLL Pin
Alan Balkany20-Mar-08 7:49
Alan Balkany20-Mar-08 7:49 
GeneralRe: extern "C" in DLL Pin
James R. Twine20-Mar-08 8:43
James R. Twine20-Mar-08 8:43 
GeneralRe: extern "C" in DLL Pin
Alan Balkany20-Mar-08 8:51
Alan Balkany20-Mar-08 8:51 
GeneralRe: extern "C" in DLL Pin
led mike20-Mar-08 8:53
led mike20-Mar-08 8:53 
GeneralRe: extern "C" in DLL Pin
Mark Salsbery20-Mar-08 12:00
Mark Salsbery20-Mar-08 12:00 
GeneralRe: extern "C" in DLL Pin
Nemanja Trifunovic20-Mar-08 7:57
Nemanja Trifunovic20-Mar-08 7:57 
GeneralRe: extern "C" in DLL Pin
Alan Balkany20-Mar-08 8:01
Alan Balkany20-Mar-08 8:01 
Generaluse fgets to read record by record in a file Pin
prasadbuddhika20-Mar-08 6:55
prasadbuddhika20-Mar-08 6:55 
GeneralRe: use fgets to read record by record in a file Pin
CPallini20-Mar-08 7:02
mveCPallini20-Mar-08 7:02 
QuestionRe: use fgets to read record by record in a file Pin
Maximilien20-Mar-08 7:26
Maximilien20-Mar-08 7:26 

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.