¡@

Home 

c++ Programming Glossary: standardised

How does delete[] “know” the size of the operand array?

http://stackoverflow.com/questions/197675/how-does-delete-know-the-size-of-the-operand-array

to delete . But where is that information stored Is it standardised c share improve this question When you allocate memory..

Is there any cross-platform threading library in C++?

http://stackoverflow.com/questions/2561471/is-there-any-cross-platform-threading-library-in-c

boost constructs like boost shared_mutex have not been standardised but might be later . However the standard library exploit the..

Read debugging information at runtime from an application

http://stackoverflow.com/questions/5045430/read-debugging-information-at-runtime-from-an-application

and yield such information Are the debugging symbols standardised well enough that I can expect some degree of portability for.. can be used to query PDB files. Are the debugging symbols standardised well enough that I can expect some degree of portability for..

What's this STL vs. “C++ Standard Library” fight all about? [closed]

http://stackoverflow.com/questions/5205491/whats-this-stl-vs-c-standard-library-fight-all-about

by Alexander Stepanov in the days long before C was standardised. C existed through the 80s but what we now call C is the language.. through the 80s but what we now call C is the language standardised in ISO IEC 14882 1998 and ISO IEC 14882 2003 . The STL was already.. library just as everybody now knows that C is the ISO standardised language. It also includes those who believe that it doesn't..

Is std::string part of the STL?

http://stackoverflow.com/questions/5972546/is-stdstring-part-of-the-stl

Note that the actual STL has developed since C was standardised some 13 years ago remember and they've backwards adopted some..