Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Literal string initializer for a character array

c string pointers arrays c99

Can GCC warn me about modifying the fields of a const struct in C99?

Tentative definitions in C and linking

Bizarre use of conditional operator in Linux

c linux gcc c99

Why is int x[n] wrong where n is a const value?

c arrays constants c99

difference between c99 and c11 [closed]

c c99 c11

Passing a multidimensional variable length array to a function

c arrays c99

What's the difference between "int" and "int_fast16_t"?

c integer c99 portability c89

What's the C++ equivalent of UINT32_MAX?

c++ types c99

GCC with -std=c99 complains about not knowing struct timespec

c posix c99 timespec