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.
ratchetfreak
stepping into the middle of a function argument list isn't really supported. Though normally the d…
»
Caleb
Actually, clang-cl can produce PDB information for MSVC now. Just checked it too.
»
Ginger Bill
:P My main concern with LCTHW is not the C code per se (except in some cases where he is incorrect…
»
Misu Popescu
@MrPhil You can buy C Programming a modern approach by King at half a price from abebooks.com. Pre…
»
rizoma
I checked I can do other breakpoints.... so I'm a bit confused.... This is the breakpoint in the v…
»
Mārtiņš Možeiko
After watching todays stream, bump - remainder about this topic about MSVC+clang. Clang is used on…
»
Bryan Taylor
This usually happens if you edit the file without rebuilding. The source no longer matches up wit…
»
rizoma
So I'm trying to place a breakpoint into my code, but it is ignored when I start debugging (f5) I'…
»
rizoma
I'm investigating further, maybe what I'm looking for is move the pointer of the kill-ring to the …
»
ratchetfreak
I rewatched Wednesday's 4coder stream (the one with the callback rant in the prestream) I noticed …
»
Carsten Holtkamp
Not really getting your point :) you mean overwrite? or delete selection? Maybe you find your …
»
Benjamin Pedersen
I have made a possible solution for the cutscenes with rotating camera angle. Instead of using a f…
»
rizoma
Hi guys I'm using Emacs: I want to delete a word without ctrl-w, so that I can then replace it wi…
»
Carsten Holtkamp
You missunderstood me. That wasn't a response to your post. I wrote "someone" not you :) It was ju…
»
Mārtiņš Možeiko
Who is using only commercial, closed source programs? And what's wrong with using xterm? I use xte…
»
Carsten Holtkamp
Great, don't think I stumbled over it. I have a way more comprehensive private list, with distinct…
»
Piotr Madalinski
I've found reading the linux kernel source code very instructive. It's a very well engineered code…
»
Mattie
Stack Overflow has a list of books, categorized by skill level:
»
Carsten Holtkamp
Another free C-language book: Maybe we could maintain a book-list with reviews?
»
Carsten Holtkamp
I use GNU+Linux all the time and I am only booting windows for gaming since you are kinda forced t…
»
Philip Ludington
Wow, lots of interesting thing new to me! Thanks!
»
Casey Muratori
Oh there's tons of movement bugs - that code is just placeholder stuff that we did when we were ta…
»
Andrew Bromage
For Handmade Chat 010, Casey talked about a few things, including the distinction between interpre…
»
mojobojo
There appears to be a bug where you can step off the stairs while going up them before you fully s…
»
Jim R. Didriksen
Tree like structure in Notepad++ without plugin. Notepad++ -> View-> Project-> choose Panel 1 OR …
»
hendrix
Tree like structure in Notepad++ without plugin. Notepad++ -> View-> Project-> choose Panel 1 OR …
»
Mārtiņš Možeiko
Typically that means you wrote past the end of array that is on stack. Verify in debugger that len…
»
Mārtiņš Možeiko
Using just pulse audio isn't ideal. People with only alsa available on their systems won't have so…
»
siska
Hello guys, I'm testing my code 43 minutes into the day 12 video. I have the sound playing for app…
»
Carsten Holtkamp
At the moment I use SDL2 for the sound. I don't think it is a good idea to use ALSA nowadays. Even…
»