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.
Christoffer Lernö
Continuing from our previous article, let's look are some more possibilities and maybe find a sol…
»
Leonardo
mmozeikoThe big annoying part will be keeping your modifications up to date. By this you mean th…
»
Mārtiņš Možeiko
It is practical, but it will require understanding large parts of clang. I have done some custom …
»
Leonardo
I was wondering... How practical it would be to grab Clang source code and modify it to make C p…
»
Christoffer Lernö
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 …
»
CireNeikual
Hello! Recently I have been really buckling down on getting error-driven encoder/decoder pairs t…
»
Christoffer Lernö
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…
»
Christoffer Lernö
Refactoring is an important part of programming. If you are maintaining a non-trivial code base y…
»
Christoffer Lernö
notnullnotvoid there are no signed or unsigned int types, just int So like Java? There are obvi…
»
Christoffer Lernö
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 …
»
Marc Costa
You can't just pick one axis and invert it here: 1 2v3 ScaleAxis = Tool->Axis.Row[AxisID]; v3 …
»
Aphetres
andy I was also planning to go through most of the books listed here, and am going to be using a …
»
x13pixels
Latest version of RemedyBG is now available for download. Thanks for all the suggestions. New fe…
»
Dmitriy Kubyshkin
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…
»
BernFeth
One book that was often recommended in the forums was Computer Systems: A programmer's prespectiv…
»
BernFeth
Where is most of the work a web browser does anyway? Does a browser not care much about server s…
»
Asaf Gartner
bumbread>> How do you provide an interface which is equally good for most things people wan…
»
bumbread
AsafGI would say that there are two fundamental problems with the web: It's not really built to d…
»
Simon Anciaux
You can have a look in the handmade network library. One book that was often recommended in the …
»
Asaf Gartner
I would say that there are two fundamental problems with the web: The browser eats up a lot of th…
»
BernFeth
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…
»
Tjom2000
Hey Allen, I just wanted to say thanks! I'm just getting into customizing 4coder even though I'v…
»
Christoffer Lernö
Last post about arithmetics I listed the following problems related to overflow and arithmetics: …
»
Simon Anciaux
Here is a first version of the profiler header file and id generator. There is some documentation…
»
Aphetres
BernFethWe can build a fast Internet island of our own, while the rest of the Internet slows and …
»