Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why is my program looping too many times?

c loops while-loop

Is there a reason for using unions today (when we have so much available memory)?

c unions

what is 1UI64 type?

c

Simple XOR loop in NASM

How to handle EINTR in connect()?

Programme works but says "warning: integer constant is so large that it is unsigned", solution?

What is the purpose of the ar “-l” option?

Understanding socket() function args

Java FFM - Unexpected behavior with "pointers" [duplicate]

java c++ c ffi java-ffm

Cannot use external HWND function [closed]

c winapi

Struct definition vs struct declaration and storage generation

c++ c struct declaration

Cannot compile x86 in GCC crunchbang

c gcc 32bit-64bit

Recommended warning flags at O2 optimization level in gcc-4.8.1 [closed]

c++ c gcc gcc-warning

Converting C "FOR" loop to Delphi

c delphi for-loop

Setting the scope of a MACRO

c macros

How do you understand mlockall man page?

c linux

Line of C code causes a segmentation fault on a completely irrelevant line of code

How does the random number generator work in C?

c random generator