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.
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…
»
Livet Ersomen Strøm
Please excuse my ignorance, but what is a "unity build"?
»
Livet Ersomen Strøm
Luckily now I have access to the code, so then it no longer matters. I recommend preordering the g…
»
Livet Ersomen Strøm
I have noticed that a considerable amount of the streamtime, goes into debating the choices made, …
»
Benjamin Kloster
In principle, you can do a strict scheme with declarations in headers and definitions in source fi…
»
Livet Ersomen Strøm
How do you know what kind of alignment will performed to the start of that structure?
»
Dejan
The classic reference is by Charles Petzold. It came out during the Win95/98 & NT era. All the in…
»
Ori Avtalion
Hey, Perhaps inspired by HH, Tom Francies, the creator of , has started a new Youtube series on ma…
»
Andrew Chronister
My notes are in the form of comments next to relevant things in the code itself, since I'm coding …
»
Andrew Chronister
Just checked it out, and it seems 1080p works with the html5 player in chrome but not in firefox.…
»
Ben Hollis
Casey, I know you touched on this a bit when setting up the build, but I'd like to hear some more …
»
sinsizer
I can recommend the "C Primer" series. I own "C Primer plus 5th edition" and really like it. IMHO…
»
sinsizer
This contains some basics for window creation and gdi.
»
fluffels
@Pseudonym73 terrible in what way? I haven't run into any problems yet, but I've only been doing s…
»
Andrew Bromage
The last time I checked, DDD was terrible at peering inside structures, and especially STL contain…
»
fluffels
Ah okay. I thought maybe you hadn't seen DDD yet because it's somewhat obscure. I also tried CLion…
»
Pete
For the sake of completeness i am linking this Win32 resources thread from here too.
»
Pete
I have been looking for some good material for windows network programming. I know Casey will not …
»
Casey Muratori
To the best of my knowledge, I have tried every debugger on Linux that allows debugging of an exte…
»