Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

return makes integer from pointer without a cast [-Wint-conversion] return candidate

c

How does this assigning of variables work?

c

C: delete array

c

memory map file with growing size

c linux posix mmap

How do I ensure the `SIGINT` signal handler is called as many times as `Ctrl+C` is pressed (with `longjmp`)?

c linux signals sigint setjmp

HiGHS fails to link with "undefined reference" errors

c gcc rust ld highs

Why does gcc -Wdiscarded-qualifiers complain about this code?

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