Click here to Skip to main content
15,796,333 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
PinnedThe C++ / CLI is for managed and mixed-mode C++ programming only Pin
Chris Maunder9-Jan-06 10:36
cofounderChris Maunder9-Jan-06 10:36 
QuestionTreelistView c++/cli Pin
Temblor22-Aug-23 0:05
Temblor22-Aug-23 0:05 
AnswerRe: TreelistView c++/cli Pin
Richard MacCutchan22-Aug-23 1:09
mveRichard MacCutchan22-Aug-23 1:09 
GeneralRe: TreelistView c++/cli Pin
Temblor22-Aug-23 4:57
Temblor22-Aug-23 4:57 
GeneralRe: TreelistView c++/cli Pin
Richard MacCutchan22-Aug-23 5:03
mveRichard MacCutchan22-Aug-23 5:03 
AnswerRe: TreelistView c++/cli Pin
jschell22-Aug-23 7:41
jschell22-Aug-23 7:41 
Temblor wrote:
cli project...TreelistView


So 'cli' is command line interface.

So a CUI for a tree list view?

My take is you have three options.
1. Get different requirements so it is not needed at all.
2. The tree is going to be very shallow. And probably very short. So roll your own.
3. This isn't going to work.

Why the third? For example sometimes I recurse a directory tree via the command line looking for files or even all files. I can certainly view that in a console but it is basically worthless because there is so much data. Even if I am just looking for one specific file I still need a search mechanism. So I route to a file and then use an editor to search.

But lets say you are not looking for a actual file system. So what is the growth rate of this tree? If it is shallow and small in 10 years rolling your own still works. And the users can use it. But if your growth rate is not small then in 10 years the users will have something they can't use.

If I was asked to do this and I already knew that the tree was not small then I would push back on the requirements. In writing (like email.) And if they insisted I would first make a copy of that email and my response. Then I would just roll my own (still not that hard.) It would be their problem when it was unusable. But I might use a demo with data from 10 years from now - just so they can see what is going to happen.
GeneralRe: TreelistView c++/cli Pin
Peter_in_278022-Aug-23 18:20
professionalPeter_in_278022-Aug-23 18:20 
GeneralRe: TreelistView c++/cli Pin
Temblor22-Aug-23 21:54
Temblor22-Aug-23 21:54 
GeneralRe: TreelistView c++/cli Pin
Richard MacCutchan22-Aug-23 22:48
mveRichard MacCutchan22-Aug-23 22:48 
GeneralRe: TreelistView c++/cli Pin
jschell23-Aug-23 7:47
jschell23-Aug-23 7:47 
AnswerRe: TreelistView c++/cli Pin
Gerry Schmitz23-Aug-23 6:49
mveGerry Schmitz23-Aug-23 6:49 
AnswerRe: TreelistView c++/cli Pin
Temblor23-Sep-23 4:54
Temblor23-Sep-23 4:54 
QuestionHeap Corruption in richedit Pin
ForNow15-Jan-23 13:49
ForNow15-Jan-23 13:49 
AnswerRe: Heap Corruption in richedit Pin
Victor Nijegorodov15-Jan-23 21:26
Victor Nijegorodov15-Jan-23 21:26 
GeneralRe: Heap Corruption in richedit Pin
ForNow16-Jan-23 1:10
ForNow16-Jan-23 1:10 
Questiontrying to understand DLL and Thread local storage Pin
ForNow4-Dec-22 9:52
ForNow4-Dec-22 9:52 
AnswerRe: trying to understand DLL and Thread local storage Pin
Richard Deeming4-Dec-22 22:42
mveRichard Deeming4-Dec-22 22:42 
GeneralRe: trying to understand DLL and Thread local storage Pin
ForNow5-Dec-22 3:40
ForNow5-Dec-22 3:40 
GeneralRe: trying to understand DLL and Thread local storage Pin
Richard Deeming5-Dec-22 5:29
mveRichard Deeming5-Dec-22 5:29 
GeneralRe: trying to understand DLL and Thread local storage Pin
ForNow5-Dec-22 5:41
ForNow5-Dec-22 5:41 
GeneralRe: trying to understand DLL and Thread local storage Pin
Richard Deeming5-Dec-22 7:01
mveRichard Deeming5-Dec-22 7:01 
GeneralRe: trying to understand DLL and Thread local storage Pin
ForNow5-Dec-22 8:39
ForNow5-Dec-22 8:39 
AnswerRe: trying to understand DLL and Thread local storage Pin
Richard MacCutchan5-Dec-22 6:56
mveRichard MacCutchan5-Dec-22 6:56 
GeneralRe: trying to understand DLL and Thread local storage Pin
ForNow5-Dec-22 8:33
ForNow5-Dec-22 8:33 
GeneralRe: trying to understand DLL and Thread local storage Pin
Richard MacCutchan5-Dec-22 8:54
mveRichard MacCutchan5-Dec-22 8:54 

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.