Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Accessing an array with inline assembly using AT&T syntax

c linux gcc assembly x86

fwrite segmentation fault - Invalid read of size 4

Is initialization an assignment expression?

Not able to retrieve data from FIFO queue in process that calls a program to take user Input and add it into FIFO queue

c fork mkfifo

What's wrong with my floor rendering implementation in my C based raycasting engine?

c raycasting

Parsing a list of parameters built programmatically does not work with getopt

c gcc command-line posix getopt

Wrapper Classes : Creating a python wrapper for a C project

python c wrapper