I'm not sure it is useful to graph O0/1/2/3/s levels as line-chart. It should be bar chart, becaus…
Miles —
Out of curiosity, I recently spent some time (maybe too much time) taking measurements of my softw…
I'm confused.. doesn't 4coder allow you to write any text you want?
I'll give it a shot if we get enough people involved.
Any chance? I know that's not the main purpose of 4coder, but... Best, Xavier
paked —
Hey everyone! Historically, I haven't been much of a forum user -- but I've been relatively active…
I'm not sure who, why and where considers smaller integer types slower, but my gut feeling is that…
Draos —
i see, so everything you said made a lot of sense, but then why are the smaller integer data types…
If we are talking only about Intel architecture, then even in 64-bit mode it does operations on 32…
Draos —
Hi, so very often in the episodes, alignment on a 32-bit boundary is brought up, because the CPU i…
I knew the order is important but still I messed it up. Thanks
Jason —
Okay, thanks for the input.
Awesome, thanks for the quick response! Looking forward to future updates. :)
Yes, that is exactly what you need to do. Be aware that you cannot put arbitrary text and hope it…
Here's a program, do you think it's protectable in theory under any copyright law? ...now I'm no…
Jason —
I had a quick question for anyone who might know any of the legal issues surrounding software. It …
awesome! such a useful website too. so much easier than creating a test VS project just to look at…
I just started working with CDbg and am loving it thus far! I do, however, think I found an issue…
It depends on code around it. But as you say, compiler may decide to not put values on stack, but …
Hey guys, I am a bit of a beginner (on episode 7 of HMH). I had a shower thought today, and just t…
bewwys —
Hmm, I was misleading by an example in the book call "The x window system" where the author talks …
Why would you want that? X11 was designed for use case when client is the one that has "weaker" re…
bewwys —
Hmmm my first thought was that I can do all the rendering in a remote client (some crazy machine) …
It's actually not so simple in context of games. If you want to use hardware accelerated API such …
bewwys —
Hello everyone, I'm currently learning X11 protocol and the xlib implementation of it and I love t…
joe513 —
Take a look here to get you started. Code below is from the link above. }[/code]
Hi I'm working on text rendering for my game and I was wondering.. how can I represent any given s…
Thanks, I known all of that things, but really, it's eventually called to the ntdll.dll or ntoskrnl…
Or you know - link statically to runtime libraries. Nothing to install or ship afterwards. Anyway…