Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

What does the following mean in context of programming, specifically C programming language?

c types

Should I use fgets or scanf with limited input in c?

c input scanf fgets

How is atomic_dec_if_positive atomic?

c linux-kernel atomic

Why use printf("mystring\n") instead of just puts("mystring")? [closed]

c printf output stdio puts

128-bit integer multiplication

c performance memory

Linking kernel module with precompiled object

c linker kernel-module