• UpperBroccoli@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    5
    ·
    3 hours ago
    /**
     * @brief This is the coffee cup class
     * 
     * This class describes a cup or mug that neatly integrates a
     * container for vectors of cCoffee instances with a fully
     * functional handle to carry the cup or mug around. Used for 
     * pretty much everything.
     */
    class cTallGlass : public cGlass {