what does the term standardized mean? I know it has something to do with the std lib's
This is a discussion on standardized within the C++ Programming forums, part of the General Programming Boards category; what does the term standardized mean? I know it has something to do with the std lib's...
what does the term standardized mean? I know it has something to do with the std lib's
really didnt help much
To make something standard.
A standard may be seen as a specification to ad-here to.
C++ is standardized, meaning that all compiler vendors who create a compiler must make sure that it behaves according to the standard.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
whats the standard?
What do you mean, what's the standard?
The C++ standards committee writes the current C++ standards - they control what C++ is and what it becomes.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
im not sure im pretty new
In very basic terms, it's instructions for how the language should work.
It's instructions for compiler vendors how to make their compilers work and
it's instructions for programmers on how to write the code in such a way that it compiles into the target format that the compiler compiles it into.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
how was that a crappy question?