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: | Scottrudy |
---|---|
Location: | Fremont, CA |
Users: | 2 |
Nodes: | 10 (0 / 10) |
Uptime: | 145:51:57 |
Calls: | 39 |
Messages: | 21,386 |