C89 has a strict requirement where variable definitions need to be first statements in a scope. So…
Okay thanks for the update, I think I have enough information to investigate now. Also, just to b…
So it would seem that the problem shows up on newer Nvidia cards only. GTX660 had no problems at a…
So that's what that error means. Now I feel stupid. Thanks
struct foo { int A; PLZ_GIMME_ARROW_FOR_STRUCT(foo) }; struct bar { foo F; PLZ_GIMME_ARROW_FOR_ST…
Yes, it can be confusing but it is an array of one element so it is too much confusing. Also it's …
This evening @StrangeZak heroically booked a double room with two "full beds" (i.e. regular double…
Yeah, I guess C99 is required. Upgrade compiler to VS2013 or VS2015. Or either rename file to .cpp…
When I try to compile 's ctime.c with VS2012 I get an error: ctime.c ctime.c(224) : error C2143: …
Dan —
Hi Oswald! I'm very interested in your offer, and sent you a e-mail about it.
You can still do this: // or this bar Bar[1]{ InitializeBar(5) }; [/code] But I'm not sure I like…
There is no official place for the code. It's released into the public domain and so if someone w…
Mark —
Sorry to bump an old thread, But I just started using 4coder and I have the exact same problem. Le…
So, what do you think procedural generation means? Procedural generation is a method of creating d…
Definitely! Current status is that we'll start overhauling the annotation system shortly after a…
"Procedural generation" is not what makes diablo 2 a great hack-n-slash loot game. In fact, almost…
Jason —
Just sent an e-mail. I'm trying to make a decision by tomorrow if I will be able to attend. This …
Anybody have some 4coder bindings they wrote that are similar to the emacs defaults? I don't know …
nikki —
Ah thanks for that! It clears it up, got it know
This is a trick so you can always use -> instead of . to access struct members. The trick is to de…
graeme —
That would work, but giving each type its own arena has advantages, for example you can instantly …
Mikkel —
Glad to know you are well!!!
Fellow programmer, As you saw from my , we Floridians survived the hurricane. It was rough, but no…
Well if original crashes then this is expected in my version. Only thing I changed is code that ge…
@hugo, the code that generates the graphs is the code that is crashing. I accidentally triggered t…
The code I took from gist (I assume it is yours) was crashing when I ran it to see the stats (loca…
hugo —
I just tried on Windows/cl.exe and got a "program stopped working" when the ctime file had a and …
What OS/compiler you are using? I have tried that on Windows+msvc2015 and on Linux+gcc/clang and i…