- Is it possible to set up references to arrays? ex:
int array[15];
int& var = array;
var[5] = 0;
// Just an example...
- Is it possible to trigger a thread if the function is a member of a class? ex:
class MyClass{
void funct(void* var); // trigger a thread using this function
}
A friend told me its impossible, just want to be absolutely sure.
- If the previous is impossible, then I would like to know a good method for doing this:
Triggering a thread which can also access the private members of a class, using references or pointers if needed.
Edit: One more question I forgot to ask...
- Can I preallocate files without having to write data to the harddrive first? (e.g. Allocate a 300mb file without having to write 300mb of data to the HD) If its complicated, it might be best not to explain...
yeah it seems to be Edge only. The dialog buttons work as expected in Chrome and Firefox. The phone is using Android 16 (OneUI 8.5) and Edge version 149.0.4022.53
I'm not aware of this issue, but to help the other guys.
What version of Android are you using?
Did you try a different browser? To see if Edge is the issue here.
I agree when are you going to read this (really poor BTW) article?
Here is a better article so you actually know what is going on and answers questions you had in other comments --> https://arstechnica.com/gadgets/2026/05/speed-boosting-low-latency-profile-is-one-of-the-improvements-coming-to-windows-11/
It is unclear if one will be able to disable the new profile at this point but I am not seeing any reason why one would.
I disagree; they come off very "bitchy" and "whiny".
Make a great product and combine that with a great price (free) and people will come over to your side. Or build it and they will come as they say.
Constantly trying to get attention by complaining all the time, will turn people off to your product.
Question
+Xinok Subscriber²
- Is it possible to set up references to arrays? ex:
int array[15];
int& var = array;
var[5] = 0;
// Just an example...
- Is it possible to trigger a thread if the function is a member of a class? ex:
class MyClass{
void funct(void* var); // trigger a thread using this function
}
A friend told me its impossible, just want to be absolutely sure.
- If the previous is impossible, then I would like to know a good method for doing this:
Triggering a thread which can also access the private members of a class, using references or pointers if needed.
Edit: One more question I forgot to ask...
- Can I preallocate files without having to write data to the harddrive first? (e.g. Allocate a 300mb file without having to write 300mb of data to the HD) If its complicated, it might be best not to explain...
Edited by xinokLink to comment
https://www.neowin.net/forum/topic/337811-c-few-questions/Share on other sites
15 answers to this question
Recommended Posts