Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

The stack is created by compiler or OS/architecture

Arraylist in C not working

How do plugin systems work?

c++ c plugins

is there a function that lets me look at the next char?

c function

Why do I get the same value when printing this int?

c gcc

Does gcc(windows + MinGW) defines SCNd8, SCNu8 in inttypes.h?

c gcc mingw c99

sscanf - get nth word in a sentence

c string stdin scanf

Is there an equivalent of set_new_handler() for malloc() failures?

c++ c malloc glibc uclibc

How can I create a common file between JavaScript and C/C++ for a constant?

javascript c++ c configuration

Simple parsing question [duplicate]

c++ c parsing

Listing Unused Symbols

c++ c linker

How to test the speed for Socket?

Parsing string to pointer

c++ c pointers

Dynamic Programming resources in C?

Getting input from console without cin?

c++ c console

MySQL C API - Access rows by column name

mysql c

How can my C program check if it has execution permission on a given file?

c linux permissions execution

C - __declspec(thread) variables performances

MingW Netbeans 6.9.1 problem

c++ c mingw netbeans-6.9

Understanding concept of free

c memory allocation