Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Are __func__ and __FUNCTION__ pointers persistent?

c gcc gnu

Is it possible to call into C functions from OCaml, without wrapped types?

c assembly compilation ocaml ffi

Is there any way to reduce the IF statement without using the ternary operator?

c

How does main() function compare to other functions in C?

why result "eightnine" comes together when we input is 8 and 11?

c arrays for-loop

How to shift left one specific bit?

c++ c bit-manipulation

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