C++: Difference between revisions

Jump to navigation Jump to search
No change in size ,  14 years ago
[unchecked revision][unchecked revision]
(Major clean-up, grammar fixes, some link fixes, consistency, ...)
Line 486:
Note that there is a standard header '''<exception>''', declaring several support functions.
 
=== Standard Template Library= ==
You cannot use STL ([[Standard Template Library]]) functions or classes without porting an STL implementation. Note that C++ classes and templates (e.g. std::vector, std::string) actually aren't part of the C++ language. They are part of a library called the Standard Template Library. A lot of the code depending on STL is OS-dependent, so you must port an STL implementation to your OS if you want to use them.
 
252

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu