Is it possible to use anonymous classes in C++? – stackoverflow.com 03:53 Posted by Unknown No Comments I have seen anonymous classes in C++ code on Quora. It's successfully compiled and run. Code here: #include <iostream> auto func() { class //Look ma: no name! { public: ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Unknown
0 Comment to "Is it possible to use anonymous classes in C++? – stackoverflow.com"
Post a Comment