StackOverflow Questions for Tag: c%2B%2B03

dhaumann
dhaumann

Reputation: 1688

Is removing 'explicit' from a constructor binary compatible?

Score: 9

Views: 394

Answers: 2

Read More
MLS
MLS

Reputation: 645

looser throw specifier for in C++

Score: 7

Views: 5954

Answers: 2

Read More
Refugnic Eternium
Refugnic Eternium

Reputation: 4291

Eliminate functions from template class in C++03

Score: 13

Views: 917

Answers: 2

Read More
Kirill V. Lyadvinsky
Kirill V. Lyadvinsky

Reputation: 99535

How to write `is_complete` template?

Score: 31

Views: 6403

Answers: 8

Read More
Penny Dreudter
Penny Dreudter

Reputation: 731

Accessing an enum value in a nested templated class in C++03

Score: 7

Views: 91

Answers: 2

Read More
Alexander Oh
Alexander Oh

Reputation: 25601

Union initialization in C++ and C

Score: 40

Views: 54138

Answers: 5

Read More
Sir2B
Sir2B

Reputation: 1079

Why is GCC complaining with Wstringop-overflow?

Score: 1

Views: 599

Answers: 1

Read More
Johannes Schaub - litb
Johannes Schaub - litb

Reputation: 506837

Is C++03 a new version of the C++ Standard or just a Technical Corrigendum (TC) of C++98?

Score: 29

Views: 7764

Answers: 2

Read More
user1289
user1289

Reputation: 1321

Adding an item to the vector without creating a temporary object

Score: 2

Views: 431

Answers: 1

Read More
Jeremy Friesner
Jeremy Friesner

Reputation: 73041

How to specify a pointer-value template argument that defaults to NULL, in C++03?

Score: 1

Views: 39

Answers: 1

Read More
Jan Schultke
Jan Schultke

Reputation: 39385

Why did C++03 allow data members with the same name as the class?

Score: 1

Views: 195

Answers: 1

Read More
ZSaberLv0
ZSaberLv0

Reputation: 267

how to implement conditional implicit conversion for cpp03?

Score: 1

Views: 89

Answers: 1

Read More
v.oddou
v.oddou

Reputation: 6775

Find the smallest integer type that can count up to N

Score: 3

Views: 971

Answers: 4

Read More
GiCo
GiCo

Reputation: 586

Check if (primitive) types are castable in C++

Score: 14

Views: 6280

Answers: 3

Read More
user7231709
user7231709

Reputation:

C++ std:.auto_ptr or std::unique_ptr (to support multiple compilers, even old C++03 compilers)?

Score: 4

Views: 1451

Answers: 3

Read More
Tommy Herbert
Tommy Herbert

Reputation: 20981

Why use = to initialise a primitive type in C++?

Score: 11

Views: 3510

Answers: 9

Read More
Galik
Galik

Reputation: 48605

Why does std::istringstream appear to resolve differently to std::ifstream in the ternary (?:) operator?

Score: 26

Views: 3338

Answers: 4

Read More
Rama
Rama

Reputation: 3305

Get the maximum sizeof at compile time c++03

Score: 2

Views: 690

Answers: 3

Read More
Carson Myers
Carson Myers

Reputation: 38564

Is there any reason to use the 'auto' keyword in C++03?

Score: 86

Views: 72018

Answers: 10

Read More
Steven P.
Steven P.

Reputation: 1

Why is multiple variable definition across different source files a problem, but multiple class definition across different sources is not

Score: -2

Views: 155

Answers: 2

Read More
PreviousPage 1Next