karen pointer sur fonctions en static, sed resolution eof

This commit is contained in:
Hugo LAMY
2022-02-10 17:21:01 +01:00
parent c287ea7c97
commit 504f6c3524
29 changed files with 369 additions and 8 deletions

View File

@@ -80,6 +80,30 @@ private:
//
//
//
// /// NEGATIVS INTEGERS ///////////////////////////////////////
//
// 5 0101 0 0000 0 0000 0000 0000 0000 0000 0000 0000 0000
// 1010 + 1 1 0001 1 0000 0000 0000 0000 0000 0000 0000 0001
// -5 1011 2 0010 2 0000 0000 0000 0000 0000 0000 0000 0010
// 3 0011 3 0000 0000 0000 0000 0000 0000 0000 0011
// 4 0100 4 0000 0000 0000 0000 0000 0000 0000 0100
// -> 5 0101 5 0000 0000 0000 0000 0000 0000 0000 0101
// 6 0110 6 0000 0000 0000 0000 0000 0000 0000 0110
// 7 0111 7 0000 0000 0000 0000 0000 0000 0000 0111
// ...
// 0111 1111 1111 1111 1111 1111 1111 1111 MAXINT
// 1000 0000 0000 0000 0000 0000 0000 0000 MININT
// ...
// 8 1000 -8 1111 1111 1111 1111 1111 1111 1111 1000
// 9 1001 -7 1111 1111 1111 1111 1111 1111 1111 1001
// 10 1010 -6 1111 1111 1111 1111 1111 1111 1111 1010
// -> 11 1011 -5 1111 1111 1111 1111 1111 1111 1111 1011
// 12 1100 -4 1111 1111 1111 1111 1111 1111 1111 1100
// 13 1101 -3 1111 1111 1111 1111 1111 1111 1111 1101
// 14 1110 -2 1111 1111 1111 1111 1111 1111 1111 1110
// 15 1111 -1 1111 1111 1111 1111 1111 1111 1111 1111
//
//
// /// FLOATS VS FIXED /////////////////////////////////////////
//
// 1.....................23