Continuing from our previous article, let's look are some more possibilities and maybe find a sol…
mmozeikoThe big annoying part will be keeping your modifications up to date.
By this you mean th…
It is practical, but it will require understanding large parts of clang. I have done some custom …
I was wondering...
How practical it would be to grab Clang source code and modify it to make C p…
Do you propose something like a +signed b? Maybe you could show an example.
Miles —
lernoIf you do not have a signedness, how can you determine trapping in an addition, subtraction …
Hello!
Recently I have been really buckling down on getting error-driven encoder/decoder pairs t…
notnullnotvoidNope. The whole point is that you actually don't need signed and unsigned types, on…
Miles —
ionutI don't get it. The bits can be encoded as one or the other not both right?
They actually c…
Refactoring is an important part of programming. If you are maintaining a non-trivial code base y…
notnullnotvoid
there are no signed or unsigned int types, just int
So like Java? There are obvi…
Previously I've been writing about various ways of handling integer overflows. The short summary …
Alex —
In this way result the same
1
2
3m4x4 ScaleAxis = ToM4x4(Tool->Axis) * InvRot * InvScale;
v3 …
You can't just pick one axis and invert it here:
1
2v3 ScaleAxis = Tool->Axis.Row[AxisID];
v3 …
andy
I was also planning to go through most of the books listed here, and am going to be using a …
Latest version of RemedyBG is now available for download. Thanks for all the suggestions.
New fe…
As I'm closing on 1 year of working on Mass I was quite curious to see if my approach to compile-…
Alex —
You been technically correct, I don't get rotation or some other artifact. Thet code that I use w…
One book that was often recommended in the forums was Computer Systems: A programmer's prespectiv…
Where is most of the work a web browser does anyway?
Does a browser not care much about server s…
bumbread>> How do you provide an interface which is equally good for most things people wan…
AsafGI would say that there are two fundamental problems with the web:
It's not really built to d…
You can have a look in the handmade network library.
One book that was often recommended in the …
I would say that there are two fundamental problems with the web:
The browser eats up a lot of th…
Cool books pic :)
Thanks for sharing these info guys!
I second about math, learn all the math y…
Matias —
Hey Andrew! Here's a few books I keep coming back to while coding:
Others that I use digitally…
Hey Allen, I just wanted to say thanks!
I'm just getting into customizing 4coder even though I'v…
Last post about arithmetics I listed the following problems related to overflow and arithmetics:
…
Here is a first version of the profiler header file and id generator. There is some documentation…
BernFethWe can build a fast Internet island of our own, while the rest of the Internet slows and …