Awesome! PowerToys just keeps rapidly getting better and better. 👏🏽 Looking forward to the day Peek matches the speed and compatibility of the QuickLook app on the Microsoft Store, and PowerRename matches the versatility of File Renamer Turbo.
maybe he is a Gypsie. There’s a guy I watch on YouTube (indigotraveller) and he just did a little series on the Romani Gypsies and gold is one of the most valued assets and like the super rich ones have everything made with gold just because.
I'm surprised they aren't using the horizontal space in addition to the vertical space and laying it out in an icon grid grouped by utility. By far most monitors have more horizontal space than vertical, too.
I count 22 items in that list (some more outside it). So let's say 30 modules in a long winded list. That's honestly just a 6x5 grid.
Question
juan
primitive bool variables have "false" by default.
Is there a better way of initializing an array of boolean value to "true"?
Normally this is the way :
for(int i = 0; i < n; i++) array = true;
Is there a way say, during declaration
bool array[10000] = {false};
and have all 10000 initialized to false without using the for loop?
Link to comment
https://www.neowin.net/forum/topic/278351-initialize-array-of-boolean-values/Share on other sites
12 answers to this question
Recommended Posts