Search code examples
Why is it undefined to derefrence a pointer to extern union?...

cpointersunionsc89

Read More
Is the behaviour of following expression well defined?...

csequence-pointsc89

Read More
What C99 features are considered harmful or unsupported...

ccompiler-constructionc99c89

Read More
What's a good way to check availability of __restrict keyword?...

cvisual-studiogccc89restrict-qualifier

Read More
Polymorphic function parameters/return values in C...

cpolymorphismc89

Read More
MSVC 10.0 c vs c++ differences...

visual-c++portabilityc89visual-studio-2010

Read More
High level - interpreted language in C89...

interpreterc89

Read More
Main with single argument...

cc89

Read More
"int" really required to be at least as large as "short" in C?...

cstandardsc99c89

Read More
Which type should I use for a pointer ? ptrdiff_t or void*?...

cpointersc89

Read More
How to define and use a struct without full struct definition in header?...

cstructc89design-guidelines

Read More
How can i pass my tests directly to nunit...

c#nunitc89

Read More
Cast a long to a function pointer?...

cfunction-pointersc89

Read More
Get numbers separated by commas...

cc89

Read More
Would it be safe to do swap by "b=(a+b)-(a=b);"?...

cc99c89

Read More
Enforce C-style comments in visual studio 2005...

cvisual-studiovisual-studio-2005commentsc89

Read More
How to use make and compile as C99?...

linuxmakefilec99c89kbuild

Read More
Declaring variables before use in old C...

cgccc89

Read More
Linking Math library to a C90 code using GCC...

gccmath.hc89

Read More
Can't initialize static structure with function pointer from another translation unit?...

cc99c89

Read More
Type to use to represent a byte in ANSI (C89/90) C?...

ctypesc89

Read More
Why FILE pointer need to be declared out main() in Visual Studio 2010?...

cvisual-c++c89

Read More
Can't get rid of "this decimal constant is unsigned only in ISO C90" warning...

cwarningsconstantsunsignedc89

Read More
How to allocate variable size array in C90?...

cwarningsc89

Read More
How can i catch a runtime error in ansi C90...

ctcpc89cvi

Read More
C89: signed/unsigned mismatch...

sizec89

Read More
Getting the warning " ISO C90 forbids variable-size array" in gcc compiler while compiling...

gcc-warningc89

Read More
How can i access directories in C90 without dirent.h?...

cfilesystemsdirectoryc89cvi

Read More
Trying to assign new value to a constant...

cconstantsc89

Read More
It is possible to mix C89 code with C99 code?...

cc99c89

Read More
BackNext