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.
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…
»
Leonid Kapitonov
Use . Simply download Youtube URL with the program, voilà!
»
»
Patrick Lahey
C++ is immensely complicated and I find it depressing that it is the industry's go to language for…
»
Fred
Yeah (I'm still only at video #27), but I've been wondering about "utility" functions. I.e. logic …
»
Fred
A funny little fact: - in C/C++ you can reverse array name and access index: int arr[] = { 1, 2, 3…
»
Patrick Lahey
A unity build refers to "unifying" all the code into a single translation unit. In practice this …
»
Justin
Thanks everyone, I have alot of reading to do, which is always a good thing hahaha.
»
Johan Öfverstedt
The obvious addition of immediately comes to mind. :)
»
Johan Öfverstedt
I was re-reading the book Antifragile which led me to thinking about the relationship between Sema…
»
Krzysiek
I think you may be right. C++ became so popular because of all those peculiarities. It certainly i…
»
Martin Cohen
Hello guys, thoughout the series I've collected some names of programmers that Casey referred to a…
»
Livet Ersomen Strøm
I don't know about C "alternatives". But the winsock library in windows, is not hard to get your h…
»