Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

How can I get a hostname from an IPv4 address in C?

Packing two 8-bit values

c arrays type-conversion

What's wrong with my code? What is argv[1]?

c pointers argv

Where to place and how to include dll files in c++ project?

c++ c dll cairo