Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Detecting out of array access violation

c++ c memory-management gdb

How to generate random numbers in multiple processes at the same time?

c random

C and C++ compiler give different messages for the following code, why?

c++ c

What does this function return

c embedded volatile

Variable Definition Ignore in C [duplicate]

c variables