Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Printing out a Variable from Compiler options

c

Pass arguments by value in C: how big is too big?

c

C code embedded python callback function

python c callback queue cython

How to allocate memory for an array of strings of unknown length in C

c arrays string dynamic realloc

Growing (and shrinking) memory pool

What is the type of string literal in C? [duplicate]

c string

Are code blocks inside parenthesis in C/C++ legal and can MSCL compile it?

c++ c cl gcc-extensions

How to pass multiple arguments through g_idle_add()?

c gtk

C++ wrap C struct *and* and functions

c++ c struct

Does sizeof work at compile time?

c sizeof

Question regarding pointers in fscanf

c pointers scanf

Is this a good way to be root in a makefile?

c makefile

checking a string for correct characters in c

c string

example of thread specific data in C

c multithreading pthreads

Nested scissor boxes with OpenGL

c opengl

Does realloc just expand the memory or might that lead to memory problems?

c memory-management realloc

Compiler warning when using `%*s` with `printf`

c warnings printf

are int and char represented using the same bits internally by gcc?

c gcc char int

Incompatible type on assignment, from BSTNode* to BSTNode*

c struct