Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

printf changing its value after it should have already been printed

c printf

Why can't we define function inside the main function?

c

If we add one to the largest re-presentable integer, is the result negative?

Having trouble with K&R Exercise 5-11's requirements

c

Console coloring in C not working correctly

c colors windows-7 console

changing file permissions of default mkstemp

Is it considered 'ok' to put data in a header file?

c header

Find address of variables in main? [closed]

c++ c

Is the type "long long" always 64 bits?

c

How to speed up this problem by MPI

c mpi openmpi

How to write a dll from an empty project in visual studio?

c visual-studio-2008 dll

SYNC13C SPOJ Wrong answer

c algorithm

Proper way to "return" from main

c

Java Hash Table Issue with Object Reference

java c oop hashmap hashtable

Lua C API How to determine were function called as class member or just function from table?

c++ c lua lua-api

C - Get External IP Address

c++ c

Why is sigaction sending the the raised signal ID twice?

c signals posix

How does clock_gettime actually work in the kernel?

c linux linux-kernel clock vdso

Is it thread-safe to access different elements of an array in C99?