Video Coming Soon...
64: Advanced Templates
This exercise is pending. Quick notes about this exercise:
- Explain the idea of "template metaprogramming" but make sure that they get this is usually not done anymore as it is--and always has been--a fairly useless party trick.
The Code
See how I did it.
View Source file ex64.cpp Only#include <fmt/core.h>
#include <chrono>
#include <thread>
#include <string>
int main(int argc, char* argv[]) {
fmt::println("HELLO!");
}
The Breakdown
line of code- Description.
The Discussion
Blah blah.
Further Study
- Do this next.
Register for Learn C++ the Hard Way
Register to gain access to additional videos which demonstrate each exercise. Videos are priced to cover the cost of hosting.