Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why is virtual memory allocated with malloc not released?

c unix memory hp-ux

error when using extern "C" to include a header in c++ program

c++ c extern

how do I print unicode character in C encoded with UTF8?

c unicode utf-8 ncurses

Free() : invalid next size (fast) error

c string pointers malloc free

Creating a markup language like markdown [closed]

c yacc lex

How do initialize an SIMD vector with a range from 0 to N?

c x86 sse simd intrinsics

How to catch undefined preprocessor macro with gcc?

Should I check every single parameter of a function to make sure the function works well?

c api parameter-passing

Is it possible to parallelize this for loop?

Correct format specifiers for custom integer types in C to ensure portability

volatile as argument identifier

c pointers

Using Contiguous Memory of C Struct Members

c unix struct system elf

How to make scanf to read more than 4095 characters given as input?

c linux gcc

Border/Titlebar not properly displaying in SDL OSX

c macos sdl

Ensuring at compile time that all elements of a fixed size array are initialized

c arrays

c code to get secondary storage size

c linux bash ipc

Is there a way to detect, a C-file is compiled directly into an executable?

How to properly use % or * (asterisk) symbols as a placeholder in makefile?

c makefile

Calling execv after creating a thread

c process pthreads execv

What is the type of (ptr - A[0]) / (sizeof(A[0]) / sizeof(A[0][0]))?

c++ c arrays printf