Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

malloc results in segmentation fault after mprotect

-> Arrow operator with Arrays?

c arrays

Macro directives in C — my code example doesn't work

c macros c-preprocessor

What does the prefix L"..." stand for in GCC C without #including wchar?

c types

Tic-Tac-Toe: How to populate decision tree?

c tree minimax tic-tac-toe

Why do calls to scanf work like this? Is this in the standard?

c input stdin

Conversion of char * to string

c++ c

What's the difference between int and extern int in C?

c

wininet or winhttp, which is preferred for POST requests

c++ c winapi wininet winhttp

Pre-ANSI C with no-arg prototypes and 64-bit architecture in VS2010, second and third arguments disappear

Monitoring and restarting child process when fails/exits

c unix process fork waitpid

Using properly GPtrArray and GValueArray with glib dbus

c memory-leaks glib dbus

Struct in C (assign value into array of struct)

c struct cs50

May a header from the C standard library include another header?

How to filter an array of structs by certain parameter?

c function struct

Strtok behaviour with delimiter

c linux

Makefile: no rule to make target

c++ c build makefile

Pass array by value to recursive function possible?

c arrays recursion

How to protect enum assignment