PrevUpHomeNext

day-11: Miscellaneous


Table of Contents

day-11: 5 minutes: c++ namespace
day-11: 7 minutes: c++ method const, return type const
day-11: 3 minutes: c++ using - the type alias

Back

Index

cpp/c++

c++ std::exception:

std::cout.write(err.data(), err.size());

std::cout << std::endl;

caught:

  ==================================================
  #        The c++ programming language.           #
  #                                                #
  #        Home: cppfx.xyz                         #
  #        E                                       #
  #        Join c++ Discord: yZcauUAUyC            #
  #        Deck                                    #
  ==================================================

PrevUpHomeNext