Article plans

I would like to write next articles: 

  • C++: sizeof and std::size_t;
  • C++: std::shared_ptr and std::make_shared;
  • C++: one of my test tasks - get set of blocks of data via network;
  • C++: my version of "format" in C++17;
  • С++: how to safely get a string from a C-string; // test39 and test11
  • C/Linux: Redirecting streams in Linux;
  • C++: throw exceptions from destructor;
  • List of my software;
  • libuuid/C/C++: how to convert UUID from mixed-endian to big-endian and back;
  • Erlang: creating many processes in Erlang is not a problem!
  • My CV
     

No comments:

Post a Comment

How to reverse singly linked list in C (trivial way)

There is a beautiful morning. It's snowing. And I decided to write one more article. Today it will be just simple article where I would...