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.
bpunsky
I was testing some ideas in Odin, namely appending dynamic arrays within maps, and came across a p…
»
Allen Webster
Well hopefully someone who knows MinGW better than I will come along to help, because I don't know…
»
Anthony Romano
I'm trying to build the 4coder custom dll with the mingw's gcc and im wondering am I doing somethi…
»
Mārtiņš Možeiko
helps with these kind of things: *%28*x%29%28int+%29%29%5B10%5D
»
Mikael Johansson
There is all sorts of bullshit in the corporate World. The fact that I asked for part time made th…
»
Brian
To be honest, not sure how to respond to that. What was their reason for termination? Sounds like…
»
Shazan
I saw Casey mention this on stream is there a good alternative debugger on windows. I found windbg…
»
Simon Anciaux
Not on topic but I was going to ask about that one but I think I figured it out: X is a pointer t…
»
Casey Muratori
I pulled it completely out of my butthole. Multigrid schemes are common in continuum dynamics (s…
»
Allen Webster
Hmm... that actually makes sense, but it means I need to reconsider the structure of the sticky ju…
»
Daniel Bross
Nice! Glad you found it!
»
Daniel Bross
I ran into a bug when going through error locations with Alt + N / Alt + Shift + N. The feature ju…
»
pragmatic_hero
And this definitely can't be done without symbol list: cool beans; // function declaration beans(…
»
pragmatic_hero
[/quote] First two would be classified as variables. The last one would be erroneously recognize…
»
Mārtiņš Možeiko
What does your hypothesis say about following declarations?
»
Mikael Johansson
I live in Sweden, and am unemployed, so I do not know how much help this will be, but here, the on…
»
Brian
Greetings! When in the process of talking with a prospective employer, when should one bring up no…
»
pragmatic_hero
So far I've come up with a "hypothesis" that if - scanning left to right - an identifier has a ope…
»
Sander Boer
Hi, I found casey's harebrained scheme to lighting refreshing and I am always on the lookout for l…
»
Ginger Bill
To solve this issue, you will probably need to actually parse C. This is not that difficult but C …
»
pragmatic_hero
I'm adding some extras to basic meta-programming for C, and I can't come up with a simple, but fai…
»
Andras Koczka
I have sent the details. Also the autosaving now works perfectly, thanks a lot :)
»
Allen Webster
Huh yep that's a bug. I usually ignore the text indenting system these days since I just use code…
»
Andras Koczka
I have set enable_code_wrapping to false and DEF_TAB_WIDTH to 2, but it still uses the 4 wide inde…
»
Allen Webster
You are definitely making some of the most epic customizations I've ever seen!
»
Allen Webster
That sounds like you've got the "code wrapping" which automatically displays the code as if it had…
»
Siew Yi Liang
I know this is a bit of an old post, but I found exactly what the OP was looking for: a Dash/Veloc…
»
David Butler
#define cro_make_string(_name, _size) char _ ## _name ## _space[_size] = ""; String _name = {.st…
»
Andras Koczka
Hi Allen, I tried to set DEF_TAB_WIDTH to 2 (on version 4.0.20) but everything still looks the sam…
»
»