Weekend Code Workshop
Details
Junior Workshop:
Create a StringTokenizer user defined type for utilization with parsing strings. Overload * (dereference operator) for accessing the token at the current index into the tokenizer. Also, overload ++ (increment) and -- (decrement) operators for changing the position of the current token index.
Expected Duration: 20 minutes (self-study)
Freshman Workshop:
Provide a quick primer to the std::snprintf function from cstdio library for the purpose of formatting strings pre-C++20 (the standard that introduced std::format for formatting strings)
Expected Duration: 5 minutes (self-study)
Related topics
Education
Science
C & C++
Computer Programming
Algorithms
