Whoohoo, I'm a reel STL programmerz n0w!
Re: src/sbbs3/atcodes.cpp sbbs.h str.cpp
By: Rob Swindell (on Windows 11) to Git commit to main/sbbs/master on Wed Oct 25 2023 09:17 pm
Whoohoo, I'm a reel STL programmerz n0w!
In my last year of college, I needed to take another elective class. They had a programming class just focusing on the C++ STL, and I took that one.
I thought it would be interesting, but my decision was also influenced by my employer at the time, as we were working on a project using C++.
I've seen some people say they think the STL is too bloated, but also, you can do some interesting stuff with it. One thing I thought was interesting from that class was that you can potentially eliminate use of loops in your code with std::for_each, std::find_if, and such.
One thing I recently learned: though the Standard C++ Library is/was heavily influenced by the STL, it's not actually the same thing. I've been referring to it (the standard C++ library) as the STL forever, but it's actually a somewhat different set of libraries. Thanks wikipedia!
| Sysop: | deepend | 
|---|---|
| Location: | Calgary, Alberta | 
| Users: | 281 | 
| Nodes: | 10 (0 / 10) | 
| Uptime: | 22:29:44 | 
| Calls: | 2,402 | 
| Files: | 5,167 | 
| D/L today: | 136  				files (54,677K bytes) | 
| Messages: | 437,710 |