StackOverflow Questions for Tag: c99

Parminder Singh
Parminder Singh

Reputation: 362

What is the most efficient way to calculate the number of value bits of an unsigned int in C99?

Score: 1

Views: 99

Answers: 1

Read More
pan
pan

Reputation: 173

Do C compilers follow the "formal definition of `restrict`"?

Score: 3

Views: 157

Answers: 2

Read More
Ryan Maguire
Ryan Maguire

Reputation: 107

Char Arrays as Compile-Time Constants

Score: 2

Views: 75

Answers: 1

Read More
sleeptightAnsiC
sleeptightAnsiC

Reputation: 803

Which Boost libraries are compatible with C?

Score: 0

Views: 278

Answers: 1

Read More
Sonic78
Sonic78

Reputation: 808

Embedded C99: How to solve concurrency issues on Multicore CPU

Score: 2

Views: 122

Answers: 1

Read More
Don McCaughey
Don McCaughey

Reputation: 9982

When to use restrict and when not to

Score: 28

Views: 10118

Answers: 4

Read More
Sonic78
Sonic78

Reputation: 808

C99: Is an inlined function still a sequence point?

Score: 8

Views: 372

Answers: 2

Read More
CodeCamper
CodeCamper

Reputation: 6984

MinGW Compiler for Windows, using GCC, C99 vs GNU99

Score: 3

Views: 5168

Answers: 3

Read More
xiaokaoy
xiaokaoy

Reputation: 1706

Why are there few compilers that comply with C99?

Score: 0

Views: 339

Answers: 2

Read More
Armen Michaeli
Armen Michaeli

Reputation: 9170

How does one access individual characters of a string properly aligned in memory, on ARM platform?

Score: 0

Views: 1194

Answers: 3

Read More
ncmathsadist
ncmathsadist

Reputation: 4889

What is the default C -std standard version for the current GCC (especially on Ubuntu)?

Score: 89

Views: 90089

Answers: 7

Read More
einpoklum
einpoklum

Reputation: 132118

In C, is it true that PRId64 is defined if-and-only-if int64_t is available?

Score: 4

Views: 168

Answers: 2

Read More
Szabolcs
Szabolcs

Reputation: 25703

Recent MSVC versions don't treat NAN as constant, workaround?

Score: 7

Views: 242

Answers: 2

Read More
zwol
zwol

Reputation: 140796

`sizeof ((struct X *)0)->field` -- conformance in C1999 specifically?

Score: 3

Views: 121

Answers: 1

Read More
DrTodd13
DrTodd13

Reputation: 81

c99 __restrict and compiler optimization

Score: 6

Views: 501

Answers: 1

Read More
Den4ik
Den4ik

Reputation: 43

GCC C99 Disable compilation of main() without return

Score: 4

Views: 94

Answers: 3

Read More
justin
justin

Reputation: 31

Why doesn't the Visual Studio C compiler like this?

Score: 2

Views: 1203

Answers: 3

Read More
pkh
pkh

Reputation: 3749

What is the state of C99 support in major compilers / toolchains?

Score: 8

Views: 544

Answers: 1

Read More
Alexander Sannikov
Alexander Sannikov

Reputation: 103

GCC attributes influence on nested functions

Score: 0

Views: 355

Answers: 1

Read More
osgx
osgx

Reputation: 94435

Compiler support of GNU Statement Expression

Score: 29

Views: 6492

Answers: 3

Read More
PreviousPage 1Next