Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Does either ANSI C or ISO C specify what -5 % 10 should be?

c c99 modulo c89

How to tell GCC that a pointer argument is always double-word-aligned?

c gcc alignment c99

How to do an explicit fall-through in C

c gcc c99 gcc-warning

How to declare an inline function in C99 multi-file project?

c linker c99 inline-functions

Good introduction to <inttypes.h> [closed]

c printf c99

Are all pointers derived from pointers to structure types the same?

C type casts and addition precedence

c syntax c99

Enabling VLAs (variable length arrays) in MS Visual C++?

What does &(int) { 1 } mean in C++?

c++ c99

Forcing C99 in CMake (to use 'for' loop initial declaration)

c++ c cmake c99

What are those strange array sizes [*] and [static] in C99?

The most useful user-made C-macros (in GCC, also C99)? [closed]

c macros c-preprocessor c99

Create statically-linked binary that uses getaddrinfo?

c gcc posix c99 static-linking

How to implement memmove in standard C without an intermediate copy?

How do you configure GCC in Eclipse to use C99?

eclipse gcc c99

How can I return an anonymous struct in C?

Implicit declaration of function - C99

objective-c xcode macros c99 pch

Signedness of enum in C/C99/C++/C++x/GNU C/GNU C99

c++ c enums c99 signed

Which C99 features are available in the MS Visual Studio compiler?

How to find my current compiler's standard, like if it is C90, etc