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.
jeringa
Just realised that my last post made it sound like I don't like vi ... In fact I do & it's st…
»
jeringa
*hehe* vi the is best god-awful editor you will ever use The only reason I went through the pai…
»
Dan
I actually was able to get Alsa to work in a single-threaded way. The issue I was having is that…
»
Den V
I highly recommend "C Programming: A Modern Approach". As someone pointed out, it is used in sch…
»
Casey Muratori
At the moment, it's less about misconstruing the meaning of modal editing and more just me trying…
»
jeringa
Was going to add a topic to cover this, but you guys beat me to it... My two cents was going to b…
»
ratchetfreak
It also has a good hint that you should have a key that will always take you to command mode. Ca…
»
Mārtiņš Možeiko
This is excellent post about how to use vim! One of the best I have read.
»
ratchetfreak
tl;dr: you shouldn't be thinking of modal editor like having separate modes but instead of a comm…
»
Piotr Madalinski
I think Casey is misconstruing the notion of 'modal editor', and sadly, nobody pointed it out to …
»
Robert Toth
Thank you both for some great comments. That part about producing the leas work to get the job do…
»
Philip Ludington
mmisu @MrPhil You can buy C Programming a modern approach by King at half a price from abebooks.…
»
Joel Davis
Don't think about the structure of the program. Think about what you want to get done. You want t…
»
Bryan Taylor
You've got the right approach here. The critical thing to notice is: you're factoring that stru…
»
Robert Toth
Hi everyone! I must admit, I'm not up to date with the series and I haven't watched enough of th…
»
rizoma
cmuratori For what it's worth, on HH we are switching to mr4thdimention's 4coder this week. So w…
»
Benjamin Pedersen
Oh, I forgot to put the points up. I'll edit my first post. It looks pretty good: Everything …
»
Casey Muratori
Cool! How does it look? - Casey
»
Casey Muratori
I would like to switch to WinDBG and have actually tried multiple times to move my workflow over …
»
Casey Muratori
For what it's worth, on HH we are switching to mr4thdimention's 4coder this week. So we will be …
»
rizoma
I tried so many times, debugger just skip it, like ratchetfreak said... seems that a breakpoint …
»
rizoma
Acry . Thanks Acry for your detailed point of view, it was really interesting, I'm really a noob …
»
rizoma
mmozeiko One could argue that emacs and vim can be modern text editors if you.... I just noted th…
»
Mārtiņš Možeiko
Yes, it can replace VS. By default the interface it may look a bit alien, because it is more lik…
»
Ginger Bill
Thank you. I am only asking as all I use Visual Studio for is debugging and I was wondering if W…
»
Mārtiņš Možeiko
Technically you can do in VS everything you can do in WinDbg. Because VS can read and write proce…
»
Ginger Bill
To be more clear, is the any advantage using Visual Studio for debugging C/C++ code compared to W…
»
Carsten Holtkamp
IMO a Development Environment/toolchain should fulfill your personal needs. As a low level develo…
»
Mārtiņš Možeiko
windbg is more powerful. It allows to enter much more commands to do stuff VS cannot. It is very …
»
Mārtiņš Možeiko
One could argue that emacs and vim can be modern text editors if you put effort into customizing …
»