Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

<stdio.h> vs <math.h> - Why do you have to link one and not the other? [duplicate]

c

Mixing C and C++ global variable

c++ c global linkage

How to expect different data types in scanf()?

c scanf

C weird modulo operation

c modulus

Bind error (99): Cannot assign requested address

c sockets bind errno

Printing arrays in C

c arrays printing

Structure assignment in Linux fails in ARM but succeeds in x86

Assign to itself: optimization or extraneous?

c compiler-construction

Who should own the pointer [closed]

How can I compile a minimum program with libuv?

c gcc makefile libuv

print text via pointer

c pointers

fatal error: jni.h: No such file or directory

java c interface native

error: expected delcaration specifiers or '...' before 'time' [C]

c ubuntu gcc time

Using openssl to generate a DSA key pair

c++ c cryptography openssl dsa

How this function works?

c

Cast from float to double produces different results—same code, same compiler, same OS

Why does CreateWindow() take a hInstance as an argument if was already provided when the window class was registered?

c winapi

Can you ever assume typecasting pointers is safe?

Is doubling the capacity of a dynamic array necessary?

c

Regarding parallel POSIX threads

c multithreading posix