Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Computing the determinant of a C array

c math matrix linear-algebra

How to get the output of `date` command in a char array?

c linux

How to use "extern struct" to share variables in c programming and compile with gcc?

c

Segfault while allocating staticaly an int array

c malloc

Sqlite C interface get single value result

c sqlite

why is the compiler treating character as an integer?

c integer

Converting Ada closures to C callbacks (function + void*)

c closures ada

consuming C dlls with Delphi

c delphi dll freepascal lazarus

debugging error "Werror=unused-but-set-variable"

c debugging gcc

Regarding floats and comparison operator in C

c floating-point

execve() and environment variables

c linux

Concept of ternary operator (? : ) in c [duplicate]

c ternary-operator

C buffer overflow

c string char buffer-overflow

pointer inside round brackets

c pointers brackets

string swapping works well with char ** but not with char *

c string function pointers swap

Is the NULL pointer < any other pointer (except NULL)?

c pointers

C/C++ Large number calculation

c++ c math numbers modulo

Different results when using atoi() for C in Mac OS X and Ubuntu

c glibc atoi

Trouble comparing UTF-8 characters using wchar.h

c utf-8 widechar

Stack on Windows - where is it?

c++ c windows stack kernel