Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What does this c code row do? (const VAR = "string";)

c string variables

Gtk can't find "<config.h>"

c gtk

Can I execute a command in sub folder in makefile

c makefile

How to determine what type is used in a union?

c types unions

Create file header (metadata of file) in C

c file file-io

MinGW undefined reference to malloc, free, sprintf, _beginthreadex

c build mingw ld

How to remove accents from string in C?

c non-ascii-characters

Minimal implementation of gmtime algorithm?

c++ c unix-timestamp

What's the difference between glib gunichar and wchar_t and which is better for cross-platform solutions?

How can i create a buffer without using malloc() in linux kernel?

Getting a values most significant digit in Objective C

objective-c c math modulo

error: "pointer being freed was not allocated" in c

c memory allocation

Correct naming convention for C library code [closed]

Error checking on many function calls

c++ c recursion error-handling

C Beginner: How to search for particular words in a file (line by line) in C

c file while-loop strcmp

`pthread_mutex_trylock` blocks when called by two threads at the same time

sprintf formatting of double value

c++ c unix printf

How to select text in GtkEntry

c gtk gtkentry

unix domain sockets on linux? [closed]

Assigning the result of fopen inside an if statement