• @[email protected]
    link
    fedilink
    English
    58 months ago
      std::cout << "C++ is simple and fun ... you cretin" <<std::endl;
    

    You dropped something.

      • @[email protected]
        link
        fedilink
        English
        18 months ago

        Interesting… today I learned. But since I only ever use std::cout in my debugging code (i.e. DURING debugging) or for status outputs of the application (for small apps), and for everything else I use my own logging framework that uses printf & syslog udp messages… luckily nothing I need to refactor :D