I put together a list of options you can set to remove all the Visual clutter from Visual Studio 2…
Mox —
Hi, I found a bug in the last minute code for the cycle tag. Don't know if Casey wants to know it …
First I need get a base language with which I am happy with before I can then expand upon. I thi…
Hello Allen, I've been playing around with "4Coder Super!", and I just started playing around with…
Thanks for responding, Casey. I understand that it can't be easy doing as many things at once as y…
As the developer of the Molecule Engine, I wanted to chime in to clarify things and make my intent…
It looks like you are taking some of the better stuff from the Go language and ditching the rest. …
Assuming you are using visual studio, uou may want to use the static linking option, if you can: …
i found processing to be a pretty good way. You write the program with java and it compiles it in…
What features are you currently working on, and will be working on in future, in what order?
Dear Mārtiņš Možeiko... Thanks for your help... After running dependency walker, I found that …
The algorithm used in The Witness hasn't been documented yet, and it is the only one of its kind t…
Fair points. Rust actually gets most of what I want. The only major concern I have is build times(…
If this has already been answered, I apologize, since the forums aren't easily searchable at the m…
I've gotten pokes from viewers asking about the . It's awesome to have awesome viewers, thank you …
I am having some problems with my first pass. Here is what I am trying to do: I am just focusing …
I like quite a lot of the ideas from Jai however there are two main problems with Jai: Jai is sta…
Interesting, I'd also be interested in your thoughts on Jai. The general notion of an 'improved C'…
Is this your game built from source, or just binary you got from somewhere? If it is your game, th…
Intel and AMD chips present x86 and x86-64 as a front end to the world, but the actual chip turns …
I have been working on a game in C++ for over a year now. Recently I had to change the development…
Interesting. How does your language differ from Jai?
Is there a video on how to set up VS with emacs or 4coder? If so can someone let me know which one…
CREATESTRUCT is here: It is mentioned in description of last parameter for CreateWindow[Ex] funct…
Holy shit, that seems more convoluted than it's suppose to be (CREATESTRUCT?? what type of datatyp…
Yes, for unsigned numbers that is how it works - it does "implict AND". In C89 this is defined lik…
I'll add a few things to Casey's suggestion. There are few messages that are sent before WM_CREATE…
When you call CreateWindow, you can pass userdata as the final paramter (lParam). This will come …
Thanks! We'll check it out on Monday. And yeah, streaming programming is pretty tough :/ But hey…
This crap has been frustrating me for some time. I started to get rid of the globals in my program…