¡@

Home 

c++ Programming Glossary: shall

In C++ source, what is the effect of extern “C”?

http://stackoverflow.com/questions/1041866/in-c-source-what-is-the-effect-of-extern-c

is required to provide C linkage a linkage specification shall occur only in namespace scope all function types function names..

Why aren't my include guards preventing recursive inclusion and multiple symbol definitions?

http://stackoverflow.com/questions/14909997/why-arent-my-include-guards-preventing-recursive-inclusion-and-multiple-symbol

b.h and the same mechanism applies the preprocessor shall process the header file b.h take the result of its processing.. will meet the directive #include b.h the preprocessor shall now process the header file b.h take the result of its processing.. . Per Paragraph 3.2 3 of the C 11 Standard Every program shall contain exactly one definition of every non inline function..

What is the difference between #include <filename> and #include “filename”?

http://stackoverflow.com/questions/21593/what-is-the-difference-between-include-filename-and-include-filename

tokens. The directive resulting after all replacements shall match one of the two previous forms. The method by which a sequence..

Undefined, unspecified and implementation-defined behavior

http://stackoverflow.com/questions/2397984/undefined-unspecified-and-implementation-defined-behavior

parameters of the abstract machine. Each implementation shall include documentation describing its characteristics and behavior..

Undefined Behavior and Sequence Points

http://stackoverflow.com/questions/4176328/undefined-behavior-and-sequence-points

sequence points all side effects of previous evaluations shall be complete and no side effects of subsequent evaluations shall.. be complete and no side effects of subsequent evaluations shall have taken place. §1.9 7 Side effects What are side effects.. the previous and next sequence point a scalar object shall have its stored value modified at most once by the evaluation..

Why is the type of the main function in C and c++ left to the user to define?

http://stackoverflow.com/questions/5296163/why-is-the-type-of-the-main-function-in-c-and-c-left-to-the-user-to-define

environment A hosted environment need not be provided but shall conform to the following specifications if present. 5.1.2.2.1.. implementation declares no prototype for this function. It shall be defined with a return type of int and with no parameters..

Iterator invalidation rules

http://stackoverflow.com/questions/6438086/iterator-invalidation-rules

passing a container as an argument to a library function shall not invalidate iterators to or change the values of objects..

How should I write ISO C++ Standard conformant custom new and delete operators?

http://stackoverflow.com/questions/7194127/how-should-i-write-iso-c-standard-conformant-custom-new-and-delete-operators

the requested amount of storage. If it is successful it shall return the address of the start of a block of storage whose.. of the start of a block of storage whose length in bytes shall be at least as large as the requested size... The standard further.. The standard further imposes ...The pointer returned shall be suitably aligned so that it can be converted to a pointer..

What is “rvalue reference for *this”?

http://stackoverflow.com/questions/8610571/what-is-rvalue-reference-for-this

identity since conversions on the corresponding argument shall obey these additional rules no temporary object can be introduced.. performs indirection the expression to which it is applied shall be a pointer to an object type or a pointer to a function type..