top of page

Standard Libraries

  • Writer: -A
    -A
  • Jan 25, 2020
  • 1 min read

Standard C++ consists of three important parts −

The core language giving all the building blocks including variables, data types and literals, etc.

The C++ Standard Library giving a rich set of functions manipulating files, strings, etc.

The Standard Template Library (STL) giving a rich set of methods manipulating data structures, etc.


-A

Comments


Post: Blog2_Post

Subscribe Form

Thanks for submitting!

  • Instagram
  • Facebook

©2020 by C++ Programming. Proudly created with Wix.com

bottom of page