Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

MPI - changing number of processes launched

How to divide big numbers?

c largenumber

C union type punning arrays

c c99 c11

gdb: size of a struct that isn't in context?

c++ c debugging struct gdb

Trouble compiling io_uring

c linux io-uring

Can any pointer using malloc be considered an array?

c arrays malloc

How do I fix link errors that occur while building the Linux kernel?

Is theta notation called the average case?

c algorithm data-structures

Alternative to Turbo C [closed]

c turbo-c

sqlite3_reset() when is it needed?

c sqlite

Idiomatic way of checking for an empty string in C?

c

Avoiding unsigned overflow during multiplications using a max limit - how to define the limit value?

c integer-overflow

How can I solve Float type Machine Epsilon Calculation Error?

Does freeing an uninitialized pointer result in undefined behavior?

c pointers free

Is this the correct way to handle partial reads of UDP messages?

c tcp udp partial

How to refer to a Chinese character in C code

c unicode chinese-locale

Mount filesystem after clone with CLONE_NEWNS flag

Linking fails with gcc 4.8.2 / ld 2.24, succeeds with gcc 4.4.7 / ld 2.20

c linux gcc linker ld

How to iterate through an integer's digits in C?

c loops