User: nick050183

  • Public profile

User profile: nick050183

User info
User name:nick050183
History
Joined:
Number of posts:25
Latest posts:

Separate colors in a listbox on Visual C++/CLI
I have been banging my head trying to find the answer to this question. I found this. https://soc...

Boolean Variable array and Variable parsing.
[code]bool Bool1 = false; bool Bool2 = false; bool * const foo[] = { &Bool1, &Bool2 }; *(foo[1]) = t...

Boolean Variable array and Variable parsing.
Unfortunately this does not work. I have bool variables named [code]bool Bool1 = false; bool Bool2 ...

Boolean Variable array and Variable parsing.
LB: How would you do it in C++? I've asked a few questions here before... with C++ in mind. And th...

Boolean Variable array and Variable parsing.
I figured there was enough similiarity to where people could help me with: 1) Making an array with ...

This user does not accept Private Messages