We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mārtiņš Možeiko
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…
»
Mārtiņš Možeiko
I'm confused.. doesn't 4coder allow you to write any text you want?
»
Jeremiah Goerdt
I'll give it a shot if we get enough people involved.
»
Chen
Sounds like fun, I'm in!
»
Xavier Belanche
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…
»
Mārtiņš Možeiko
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…
»
Mārtiņš Možeiko
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…
»
Simon Anciaux
I knew the order is important but still I messed it up. Thanks
»
Jason
Okay, thanks for the input.
»
Ryan Fleury
Awesome, thanks for the quick response! Looking forward to future updates. :)
»
Mārtiņš Možeiko
Yes, that is exactly what you need to do. Be aware that you cannot put arbitrary text and hope it…
»
NelsonMandella
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 …
»
John Brexton
awesome! such a useful website too. so much easier than creating a test VS project just to look at…
»
Nikita Smith
I just started working with CDbg and am loving it thus far! I do, however, think I found an issue…
»
Mārtiņš Možeiko
It depends on code around it. But as you say, compiler may decide to not put values on stack, but …
»
John Brexton
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 …
»
Mārtiņš Možeiko
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) …
»
Mārtiņš Možeiko
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]
»
mindspyke
Hi I'm working on text rendering for my game and I was wondering.. how can I represent any given s…
»
BlackHatIsMe
Thanks, I known all of that things, but really, it's eventually called to the ntdll.dll or ntoskrnl…
»
Mārtiņš Možeiko
Or you know - link statically to runtime libraries. Nothing to install or ship afterwards. Anyway…
»