Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Different functions to print a linked list

c linked-list

Where is the source of imprecise calculation in the assembler code of gcc -Ofast compared with -O3? [closed]

c assembly gcc x86-64 fast-math

Why Does `libusb_bulk_transfer' Return 0?

c linux embedded libusb

C: initializing struct with an array of strings

c arrays string struct

Does modifying a copy of the current instance affect the current instance? (Java)

java c list pointers

Son of GCC conversion warning when assigning to a bitfield

printf() fixing pointer problems

c pointers printf

Why dots cannot be drawn "smoothly" with XDrawPoint ( X Window )?

c xlib

Understanding about clock() and CLOCKS_PER_SEC in C++

c++ c time timer clock

Is free() missing in this "good taste" and "bad taste"code?

c linked-list

What does "20"[1] do?

c arrays array-indexing

Passing a Float into a String in C

c string

Debugging a recursive function

c recursion

Memory layout of a c program

c

Creating a good interface for functions which works with paths

c path cross-platform

Question about unsigned int in c [duplicate]

c x86 assembly unsigned

C code to Haskell

c haskell code-translation

Is there a difference between using a[i] and *(a + i)? [closed]

c arrays pointers

how to check if at least three of last four bits (LSB) are on

c