robsite

In c++

K&R&YOU

Fotos von C-Geeks mit ihrem Buch. Weil: Dennis Ritchie ist tot. Er designte C und war einer der Erfinder von Unix. Kann mein Header gleich noch ne Woche dunkel bleiben...

· c++, tot, unix · ★

Obfuscated C

C ist lustig. Statt array[i] kann man auch i[array] schreiben. array[i] ist nämlich identisch zu *(array + i), was das gleiche ist wie *(i + array).

Sorgt für schön hohe WTFs/minute :>

· c++ · ★

Unraveling Bézier Splines

> In this article, I will explain to you the mathematics behind these Bézier curves, code that will draw a quadratic bézier spline (the simplest flavor of spline), and some techniques you can use to derive ways of making cubic, quartic, quintic, or whatever degree of bézier curve that you feel that you need.
· c++, gfx, math, programming, tutorial · ★
Mastodon