Type to String Conversions, and Vice-Versa
Offered By: CppNow via YouTube
Course Description
Overview
Explore various methods for converting types to strings and vice-versa in C++ during this CppNow conference talk. Delve into traditional functions like atoi and strtol, modern C++11 solutions such as std::stoi, and Boost library offerings like boost::lexical_cast. Examine the strengths and weaknesses of each approach, including error handling, fallback mechanisms, and locale support. Discover boost::coerce, a Google Summer of Code project, and learn how it complements existing options with improved speed and extensibility. Gain insights into the design process behind boost::coerce and see practical examples of its usage. If time allows, investigate customization points and the library's relationship to Spirit.
Syllabus
Jeroen Habraken: Type to string conversions, and vice-versa
Taught by
CppNow
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera