Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How is a callback different from and advantageous to conditional function calls for event handling?

create_module - why is copy_from_user used?

Extract data between two delimiters

c delimiter string-parsing

Can I store pointers to C++ classes in C?

c++ c extern

How to find number of rows in dynamic 2D char array in C?

C string arrays

c arrays string

Reading from two columns into variables

c input

convert wide-character string read with wscanf to an integer in C

Why did the author use double pointer in this linked list insert operation? [duplicate]

c pointers linked-list

Using char* a[] vs char a[][]

c arrays pointers char

K&R atoi-general memory leak

Convert IP or MAC address from string to byte array (Arduino or C)

c arduino byte arrays

Static initializer inside member function require compile-time constant?

c++ c

Coaxing GCC to emit REPE CMPSB

c performance gcc assembly x86

Stack and heap memory of a C program

c memory memory-management

How to find out, that user input contains non ASCII characters in C

c ascii user-input fgets

Remote Desktop Protocol C or Objective-C Library

Image libraries and gif images

c image gif

How does struct Node *ptr = malloc(sizeof(*ptr)) work?

c pointers malloc sizeof