Thinking Asynchronously in C++
Showing posts with label
error_code
.
Show all posts
Showing posts with label
error_code
.
Show all posts
Wednesday, April 14, 2010
System error support in C++0x - part 5
›
[ part 1 , part 2 , part 3 , part 4 ] Creating your own error conditions User-extensibility in the <system_error> facility is not li...
485 comments:
Monday, April 12, 2010
System error support in C++0x - part 4
›
[ part 1 , part 2 , part 3 ] Creating your own error codes As I stated in part 1 , one of the principles behind the <system_error> f...
208 comments:
Friday, April 09, 2010
System error support in C++0x - part 3
›
[ part 1 , part 2 ] Enumerators as class constants As we have seen, the <system_error> header defines enum class errc : enum class e...
175 comments:
Thursday, April 08, 2010
System error support in C++0x - part 2
›
[ part 1 ] error_code vs error_condition Of the 1000+ pages of C++0x draft, the casual reader is bound to notice one thing: error_code an...
213 comments:
Wednesday, April 07, 2010
System error support in C++0x - part 1
›
Among the many new library features in C++0x is a little header called <system_error> . It provides a selection of utilities for manag...
357 comments:
›
Home
View web version