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.
Nines Baobaberson
Neat series! It looks like it'll be an interesting contrast to HH, sort of like the other end of t…
»
Martin Cohen
@ikerms: Qt Creator has that and I'm using it daily. It's a great feature, and I'm adding it to my…
»
Iker Murga
One thing I haven't seen in a text editor yet is the ability to quickly move to the next upper cas…
»
Ianuarius
I don't like HUDs that much, either. That's why it's nice whenever there's an option to not have i…
»
BlueWolf
I tried LigthTable and it has some interesting features like built-in variable watches and inline …
»
Nines Baobaberson
Maybe not the place to ask, but has anyone thought of (possibly radical) approaches to editing co…
»
BlueWolf
Can't you just open two separate views one the same file? I'm sure such a nice OS as Emacs, has tha…
»
Iker Murga
Oh, I just reviewed the section and I completely misunderstood, instead of centering an image that…
»
Nines Baobaberson
I think both have been mentioned.
»
Flederfalter
Is there actually a technical difference of the .h and .c/.cpp files or it is just for humans? The…
»
Flyingsand
I make decisions about what goes into different files based on personal preference that has to do …
»
»
Casey Muratori
A crude analogy: If you and some friends want to play a card game, you have a number of games that…
»
Flederfalter
@itfrombit Yeah, I've seen this project some days ago. It looks indeed interesting, though it is a…
»
Casey Muratori
The way I think about things is: I build everything in one go, so the only time I think about spli…
»
Casey Muratori
I'm not sure I understand your question exactly, but: usually the "safe area" requirements for dis…
»
Casey Muratori
It'll probably stay there. It is a perfectly predicted branch (it's ALWAYS false every time after…
»
Dragonmaster047
Hi I want to get a bit of feedback for my current architecture/code organisation. TL;DR: Just me e…
»
David Roguin
I've noticed that in the game update is always a check for memory initialization. I believe it's t…
»
Jeff Buck
If we want to make sure we're keeping a clean separation between the game code and the platform la…
»
Jari Komppa
if the previous variable in the source ended at address... 010 would I get a pointer to 011 for m…
»
Iker Murga
Given the running theme of "Heroes" on the podcast, and the similarity with awards for pretty much…
»
Iker Murga
[EDIT: I completely misunderstood the section I was asking about so if you haven't read my questio…
»
Livet Ersomen Strøm
I understand that the Size will differ. But how will a pointer look like if I declear it as a sta…
»
Ben Hollis
Sure, I understand how unity builds work and how you can do them, but what I'm interested in is wh…
»
Flyingsand
He's also mentioned
»
Jari Komppa
If my memory doesn't fail me, that should tell msvc to pack the members at one byte granularity, …
»
Jari Komppa
Noted.
»
Neil Blakey-Milner
From Episode 1: Mobile Hellgates Koolaid Man enemy (break through any brick wall, ...) Unrelated: …
»
Jari Komppa
The thing that makes C++ so powerful and versatile is that you don't need to use all of its featur…
»