Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Get a faster code in recursion algorithm

c++ c recursion fibonacci

NASA C coding rules : misuse of pointer [closed]

c pointers

How to use GDB in 16-bit mode?

c debugging assembly gdb x86-16

Why is this line obfuscated?

c

What is this code block doing ? (u > 0) - (u < 0)

c ansi-c

Changing the pointer inside a function does not reflect outside the function [duplicate]

c pointers

"Backwards" Conditionals in C [duplicate]

c conditional

LD_PRELOAD can not intercept syscalls, but only libcalls?

What's the definition of ++p where p is const char *p in C?

c pointers

What is the difference between these two methods of memory allocation?

c pointers

C function call followed by a comma separator [duplicate]

c language-design

C - Sort two arrays the same way

c arrays sorting pointers

How do I manage an array of mpz_t

c gmp

C cannot read string after I read an integer [duplicate]

c string

C: put x86 instructions into array and execute them [duplicate]

c memory x86 execute

Store printf in a char array? [duplicate]

c

Execve is giving bad address

c

Why Can I Trust Memory Allocation?

Pointer points to uninitialized variable

C++ `digits10` is 6 for IEEE float, but the first non-representable integer already has 8 digits?