Content
File Edit Tools Syntax Bufters Window Help a includestring includeiostream class Rose public: static std::string smell(void) return "sweet"; 6 09 08 Itypedef Rose OtherName; lint main (void) if (Rose:: smell) OtherName:: smell ()) std:: cout Rose:: smell () std: :endl; return 0; else std::cerr "Not OK" std: :endl; return 1;