চল শিখি এসটিএল
প্রশ্নঃ এসটিএল কি?
উত্তরঃ The Standard Template Libraries (STL’s) are a set of C++ template classes to provide common programming data structures and functions such as doubly linked lists (list), paired arrays (map), expandable arrays (vector), large string storage and manipulation (rope), etc. The STL library is available from the STL home page. This is also your best detailed reference for all of the STL class functions available.

- কোথায় পাব এসটিএল? (YoLinux and Wiki)
-
- Sequences:
- Associative Containers:
- Container adapters:
- stack LIFO
- queue FIFO
- priority_queue returns element with highest priority.
- String:
- string: Character strings and manipulation
- rope: String storage and manipulation
- bitset: Contains a more intuitive method of storing and manipulating bits.
- Operations/Utilities:
- iterator: (examples in this tutorial) STL class to represent position in an STL container. An iterator is declared to be associated with a single container class type.
- algorithm: Routines to find, count, sort, search, … elements in container classes
- auto_ptr: Class to manage memory pointers and avoid memory leaks.
- C/C++ STL reference, includes C++0x features
- STL programmer’s guide guide from SGI
- Apache (formerly Rogue Wave) C++ Standard Library Class Reference
- Apache (formerly Rogue Wave) C++ Standard Library User Guide
- Bjarne Stroustrup on The emergence of the STL (Page 5, Section 3.1)
- STLPort, a very popular open-source implementation of the STL
আরও দেখুন-
- C++ STL :: stack (স্ট্যাক)
- C++ STL :: priority_queue (প্রায়োরিটি কিউ)
- কিছু কমন প্রোগ্রামিং রুটিন
- সি++ স্ট্যান্ডার্ড টেম্প্লেট লাইব্রেরী
- সি++ এর প্রাথমিক ধারণা (টিউটোরিয়াল)
- মহা গুরুত্বপূর্ণ ৯০+ সি প্রোগ্রামিং এর ল্যাব অ্যাসাইনমেন্ট
- প্রোগ্রামিং প্রতিযোগিতার কর্ম-পরিকল্পনা
- প্রোগ্রামিং প্রতিযোগিতার এর প্রাথমিক ধারণা
- সি++ ভাষার টিউটোরিয়াল সমগ্র





ডাউনলোড
আর্ট অব প্রোগ্রামিং কনটেস্ট
কোড-উইকি
http://www.acmsolver.org/codewiki/
ফ্রি বই ডাউনলোড
http://www.acmsolver.org/books/
টুইটার পাখি
http://twitter.com/acmsolver
ফেইসবুক
আর্ট অব প্রোগ্রামিং কনটেস্ট
