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.
mojobojo
You may be debugging an optimized build. Check to see if you are building optimized, if so turn op…
»
Ginger Bill
Short answer: Clang is about 3 times slower than MSVC but debug info works okay (so far). Longer a…
»
Mārtiņš Možeiko
From : It sounds like your basic debugging - setting breakpoints and stepping will work. But exam…
»
Ginger Bill
I am going to test it tonight. I will report on the results.
»
Matt Hartley
Ah I didn't know there were more columns, the Commit Size column stays the same unless a new asset…
»
Bryan Taylor
There are a few columns regarding memory in Task Manager. The default one shown is the Private Wor…
»
Matt Hartley
I'm using Windows7, the task manager looks like this:
»
Jim R. Didriksen
Are you looking at what the game is using or what it has gotten allocated. In windows 10 I can't e…
»
Matt Hartley
I opened up task manager the other day and found that my game is leaking quite a lot of memory, ab…
»
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!
»