Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Benefits of 64 bit over 32 bit when writing software [duplicate]

c++ c native 32bit-64bit

Convert int to string in standard C

c

Difficulty in understanding the offsetof MACRO

pread for very large files

c unix file-io posix

Why does this buffer point to unaddressable bytes?

c sizeof fread

Linked lists issue

c linked-list

Using sscanf to read strings

c input scanf

How to keep precision on int64_t = int64_t * float?

The necessity to memset with '\0', in a toy example

c memset

Where does signal handler return back to?

c linux

JNI: Can not get array length

in C what is the meaning of this declaration: int *(*table())[30];

c

Which one is bubble sort?

What is the space between argv and argc on my stack?

c debugging x86 stack x86-64

Why does direct passage of string to printf correctly works?

c string pointers printf

From when format specifier '%g' for double starts printing in exponential format

c printf

C - Most succinct way to check if a variable is *none* of many options?

c if-statement comparison

C - single quotes vs double quotes

Import C function into Perl program

c perl

Linked list Implementation in C with structure

c struct linked-list structure