Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Replacing characters in a string in C++

c++ c database string

clang-format: How to align list of struct inits

c++ c clang-format

Switch vs if ... else if ... else

c

Difference in creating a struct using malloc and without malloc

c struct malloc

Which compiler, compiled this file?

c gcc gnu gnu-make armcc

Synchronization of execution between 2 microcontrollers in C

c synchronization arm

unable to compile program due to function asprintf

c

Doxygen: warning end of file while inside a group from array creation

Where does malloc() allocate memory? Is it the data section or the heap section of the virtual address space of the process?

what is the different of using fflush(stdout) and not using it

c fflush

Function declarators in C

c

Merging two strings together in C, switching off characters

sprintf crashes due to %s in the argument variable

c++ c printf format-specifiers

Error checking in a '.read' function in kernel module

Design of non-recursive parser of JavaScript in C (highly memory constrained)

c parsing recursion

Why is my while loop activated, but nothing else happens?

c input while-loop

Is it enough to only restrict the "out"-(pointer-)parameters of a function?