Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C language alphanumeric check for bad chars

xcb_poll_for_event, how does this function returns an error?

c x11 xcb

Algorithm: Sort sequence of 0/1 using only comparisons

c++ c algorithm sorting

What is the most general way to list all the kernel tasks in a linux system?

What is the win32 equivalent for mac?

c macos cocoa winapi

Loadrunner Analysis: How can the 90th percentile be higher than the average?

What is the minimum buffer size for sprintf with %g?

c double printf

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