Search code examples
Sending Data to particular IP in windows OS using ANSI C...

cwindowsc89

Read More
C99: Can I declare variables in the beginning of a block in a 'for'?...

cc99c89

Read More
Unbuffered I/O in ANSI C...

cinputc89unbuffered

Read More
Allocate data through a function (ANSI C)...

cpointersmallocc89

Read More
problems using the -ansi switch in MinGW 3.4.5...

cgccheadermingwc89

Read More
Reading a grid from a text file and storing it within a two-dimensional array?...

cc89

Read More
warning: initializer element is not computable at load time...

cgccc89

Read More
How to conveniently define an array consisting of function pointers wrapped inside a union in C90?...

cfunction-pointersunionsc89

Read More
Is omitting return statement undefined behaviour in C89 (aka ANSI C)?...

clanguage-lawyerc89

Read More
How large buffer do I need?...

cprintfc89

Read More
FFT and inverse of FFT...

calgorithmfftc89

Read More
use pointer to single value as Array...

carrayspointersc99c89

Read More
Is it valid to treat an extern global as const when the definition is not const?...

cstandardsstandards-compliancec89

Read More
unsigned integer addition and undefined behavior in C90...

cstandardsundefined-behaviorunsigned-integerc89

Read More
C89: Multithreaded Random Values with rand_r()...

cmultithreadingrandompthreadsc89

Read More
What is the difference between Integral Promotion and Balancing in C?...

cc99c89misra

Read More
Unclear Segmentation Fault returning 139...

cc89

Read More
What is the purpose of void *array = *(void **) member + siz * (*p_n);...

cprotocol-buffersc99c89

Read More
coding style aginst warning check...

cwhile-loopc99c89

Read More
C Standard Version Check...

cc89

Read More
Ansi C and Temporary Files...

cc99c89gcc-pedantic

Read More
How to "simulate" C99 in Visual Studio for variables declaration...

cvisual-studio-2012c99c89

Read More
"Free heap block modified after it was freed" when modifying string after malloc...

gdbmallocmemcpyc89string.h

Read More
How to rewrite C-struct designated initializers to C89 (resp MSVC C compiler)...

cvisual-c++structinitializationc89

Read More
"Strong" Typing in C by one-element structs. What will the compiler do?...

cstructpaddingstrong-typingc89

Read More
Using new standards...

c++cc99c11c89

Read More
Wrong logic? Program isn't working like it I want it to...

cc89

Read More
Char array pointer (pass by 'reference') not assigning (after sscanf variable change)...

cstringpointersscanfc89

Read More
Inconsistent behaviour of implicit conversion between unsigned and bigger signed types...

cc99implicit-conversionc89integer-promotion

Read More
Are variable length arrays supported under std=gnu89?...

cgccc99c89variable-length-array

Read More
BackNext