Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

If a C function is called twice will it create a variable declared in the function twice? [duplicate]

Is there a way to use <X11/Xlib.h> and <X11/keysym.h> with MinGW?

c cygwin mingw32

Enable incoming connections from specified IP-address only

c++ c linux sockets

c recursion program problem

c++ c segmentation-fault

forking and pid

c linux fork

Improving Python Comparison and Existence Operations

Why do some system libraries require a -l option while others do not?

c compilation

Get a probed function's arguments in the entry_handler of a kretprobe

make and alternatives, pros and cons on windows platform

C - Pass by reference multidimensional array with known size

Proper memory allocation?

c memory-management

GCC compiles EEPROM addresses in reverse order

c gcc mapping avr eeprom

Performance of putc and putchar?

c printf putchar

Memory Allocation for Structure Elements

c

Is this a correct way of initializing struct sockaddr_in.sin_zero[8] as 0?

c++ c struct memset

Trouble \0 null terminating a string (C)

c string null exec strtok

error: expression must have struct or union type in c

c arrays struct

Is left shifting unsigned int more than its bit field width, but less than its type size undefined?

can someone explain this code - rtc roll over with bitwise (in c)?

c bit-manipulation

Void pointer to access structs in char array

c struct void-pointers