List Question
20 TechQA 2022-11-03T11:31:56.283000boost::lexical_cast can convert hex inside string to int?
977 views
Asked by Arthur
C++ header file to be included for lexical cast
716 views
Asked by Stan_Dodo
Lexical_cast throws exception
431 views
Asked by Vadim Ostanin
When does boost::lexical_cast to std::string fail?
2.4k views
Asked by Grigorii Alekseev
Templated get method to retrieve mixed data types from table
213 views
Asked by codeJack
Double approximation using lexical_cast
33 views
Asked by Jepessen
Are scanf, printf and boost::lexical_cast fundamentally unsafe?
199 views
Asked by Jamerson
Why does lexical_cast require the operator>> to be in a matching namespace?
1.7k views
Asked by Lightness Races in Orbit
Precision is lost when using lexical_cast<float>(string)
310 views
Asked by omasoud
boost::lexical_cast with boost::units::quantity does not compile any more
441 views
Asked by fedro
How can I use boost::lexical_cast with folly::fbstring?
405 views
Asked by Tavian Barnes
specializing boost::lexical_cast for enums in boost::property_maps
2.2k views
Asked by Slizzered
lexical_cast strtof strtold lose accuracy?
188 views
Asked by superK
When catching a boost::bad_lexical_cast, can I access the string/token which was to be cast?
400 views
Asked by einpoklum
How to avoid repeated istringstream construction when converting stream of string tokens
240 views
Asked by einpoklum
Enable boost::lexical_cast to throw out of range error for values smaller than double range
467 views
Asked by g-217
lexical_cast with negative number behaves differently on different machines
170 views
Asked by wonton
boost::lexical_cast<signed char> cannot handle negative numbers?
504 views
Asked by quant_dev
Ambiguous operator>> using Boost 1.59 lexical_cast on Mac OSX
342 views
Asked by John Wallace