Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How can I transform 3D coordinates into 2D coordinates using isometric projection?

warning C4090: 'function' : different 'const' qualifiers

c pointers

major() and minor() give different numbers from ls

c linux

Check if a char is ASCII using Bitmasks and Bit Operators in C

c char ascii bitmask

What's the difference between tp_clear, tp_dealloc and tp_free?

python c python-extensions

How can PyImport_AppendInittab fail?

c++ python c

Portability of using union for conversion

c unions

Using Antlr to get identifiers and function names

java c antlr

Why is a C++ Hello World binary larger than the equivalent C binary?

c++ c size

To keep n previous values, is memmove faster than a modulo operation?

My second scanf is not working - what can I do?

c scanf clion

Is there any cross platform file IO / path util library for C?

c file-io path cross-platform

Odd use of { } in legacy C program and incompatible pointer conversion

c

Widespread use of non-portable `void **` casts

c

Grouping sets of 4 bits into nybbles in C printf

c binary printf literals c23

Source file not compiled, even after compilation process is complete

c++ c dev-c++

Creating simple kernel module

linux-kernel c

keeping track of the original indices of an array after sorting in C

c arrays sorting qsort

Programming with verbose option in C

c

Unrecognised emulation mode: elf_i386 on MinGW32

c assembly linker x86 osdev