Thomas
|
Registered User
|
I'm a student in Computing Science from Groningen, The Netherlands. I am experienced in C, C++, C# and Java, and have some experience with PHP, Python, Javascript, Perl and Haskell, among others. I am also the author of Taekwindow, a Windows utility that enables Alt+drag style moving and resizing of windows, common in many Unix window managers. |
|
2h |
answered | Amazing WayBackMachine |
|
3h |
comment |
Optimization for division on “extern const int” @Pavel: Would have to be a #define then, or you'll end up with multiple definitions. |
|
3h |
answered | Optimization for division on “extern const int” |
|
3h |
answered | struct sizeof result not expected |
|
3h |
revised |
How to save pointer to member in compile time? added 6 characters in body |
|
3h |
comment |
find word before second comma with regex You're right. Now it's nearly the same as Svante's solution, which I upvoted anyway because his explanation is much nicer. |
|
3h |
revised |
find word before second comma with regex deleted 2 characters in body |
|
3h |
answered | Control PointToClient() vs PointToScreen() |
|
3h |
comment |
find word before second comma with regex Good point, thanks. |
|
3h |
revised |
find word before second comma with regex edited body |
|
3h |
comment |
How to save pointer to member in compile time? See my edited post. |
|
3h |
revised |
How to save pointer to member in compile time? added an example; deleted 41 characters in body; deleted 31 characters in body; added 22 characters in body; deleted 7 characters in body; added 101 characters in body |
|
3h |
answered | is there a simple compiler for a small language |
|
3h |
answered | find word before second comma with regex |
|
3h |
comment |
Creating a UAC like environment I would be so pissed if random applications started doing this. Please reconsider. |
|
3h |
revised |
How could pairing new[] with delete possibly lead to memory leak only? added 10 characters in body |
|
3h |
comment |
How could pairing new[] with delete possibly lead to memory leak only? I actually meant size to indicate the number of bytes, not elements. Something that a function like malloc could do. I'll edit my post a bit to make this explicit. |
|
3h |
comment |
Program a system with C++ Of course, this only holds for a specific definition of "possible program", and Turing completeness assumes a pretty abstract model. You really can't write a PC operating system kernel in Perl, simply because it won't run straight on the hardware. |
|
4h |
answered | How to save pointer to member in compile time? |
|
4h |
answered | ‘find’ optimization |
|
4h |
comment |
Best/worst examples of undefined behavior in C or C++? I do not see the problem here. Could you elaborate? |
|
4h |
comment |
How did Perl get its name? Even if it's a backronym, it can still stand for that now :) |
|
4h |
answered | Does anyone know of any standards for the classification of software? |
|
4h |
comment |
How could pairing new[] with delete possibly lead to memory leak only? To all answerers: the question is how it can lead to only a memory leak, i.e., how it can possibly not cause heap corruption. |
|
4h |
answered | How could pairing new[] with delete possibly lead to memory leak only? |
|
5h |
answered | Balloon class in c#.net for winforms |
|
5h |
comment |
How to Convert English to Cron? Not with tags like "nlp" and "parser" and "parse". Definitely a programming question. |
|
1d |
comment |
Wrapping a PropertySheet; how to handle callbacks? Yes, the window procedures for the individual pages are not a problem. It's the callback for the entire property sheet that is causing my headaches. |
|
1d |
comment |
Wrapping a PropertySheet; how to handle callbacks? I admit it's far-fetched. But maybe I'll just create an invisible dummy window specifically as the parent of the property sheet. Clunky, but at least it's fail-safe. |
|
1d |
comment |
Wrapping a PropertySheet; how to handle callbacks? Wow, that is one hack I never thought of. But I dare not go down that road. |
|
1d |
comment |
Wrapping a PropertySheet; how to handle callbacks? Or are you suggesting that I cast a PropSheet* to a HWND? Won't that make Windows's head explode if it tries to access the HWND? |
|
1d |
comment |
Wrapping a PropertySheet; how to handle callbacks? Alas, it has no parent. Also, the same problem would occur if the parent spawned multiple property sheets. (Rare, I know, but it could happen.) |
|
1d |
revised |
Wrapping a PropertySheet; how to handle callbacks? added 70 characters in body |
|
1d |
asked | Wrapping a PropertySheet; how to handle callbacks? |
|
2d |
accepted | fread speeds managed unmanaged |
|
Dec 13 |
revised |
fread speeds managed unmanaged added 849 characters in body |
|
Dec 13 |
comment |
fread speeds managed unmanaged Too much to say for a comment. I'll edit my answer, hang on... |
|
Dec 13 |
answered | fread speeds managed unmanaged |
|
Dec 10 |
comment |
alt-tab alternative Why the close votes? The words "C++" and "programmatically" definitely make this a programming question. |
|
Dec 10 |
answered | using delete on pointers passed as function arguments |
|
Dec 7 |
comment |
add seconds to a date I think the date format in your example is underspecified. 2009127000000 could be the 7th of December or the 27th of January. |
|
Dec 7 |
comment |
which is collection or list is fastest for too many additions & deletions ? Yes... it's been a while since I've done C# and I haven't had coffee yet. Edited. Thanks. |
|
Dec 7 |
revised |
which is collection or list is fastest for too many additions & deletions ? gaaah coffee |
|
Dec 7 |
answered | which is collection or list is fastest for too many additions & deletions ? |
|
Dec 6 |
awarded | ● Mortarboard |
|
Dec 6 |
comment |
Separate code and comments If the comment is unneccesary, the Delete key should separate it from the code just fine. If the comment is useful, you probably do not want to make it invisible. |
|
Dec 6 |
comment |
circular linked list I cannot. I'd end up using some C++ism, so my code wouldn't compile. |
|
Dec 6 |
answered | Uses of VC++ these days? |
|
Dec 6 |
revised |
implementing a per-digit counter using the list monad formatting |
|
Dec 6 |
awarded | ● Nice Answer |
