Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Not able to understand Let us C static storage class example [duplicate]

c

getaddrinfo: in what way is AI_PASSIVE ignored if the nodename is specified?

Threading in C/C++, any standard? [duplicate]

c++ c multithreading

How to pass multiple parameters to a thread function

c unix ubuntu posix

What is the scope of a char*[] in C?

c scope strcat

Should _GNU_SOURCE be defined throughout the project?

c gnu

Design pattern: C++ Abstraction Layer

c++ c abstraction hal

Print string with while loop and putchar in C

c deobfuscation

Compile a C program with GCC, so that it can use all cpu cores in linux

c linux gcc

Accessing function args from the stack relative to EBP while pushing/popping other registers?

C/C++ memory allocation chunkwise

c++ c memory allocation

How can I concatenate arguments in to a string in C?

c concatenation

printf a buffer with nulls

c++ c printf packet

why Fall-Through by Default for Switch Statements? [duplicate]

Returning an address of a local pointer variable to main() function

c function pointers malloc

C preprocessor init array

c c-preprocessor

Declare C89 local variables in the beginning of the scope?