c++ Programming Glossary: time_keeper
Most vexing parse(C++) http://stackoverflow.com/questions/5926103/most-vexing-parsec const Timer t int get_time return 1 int main TimeKeeper time_keeper Timer return time_keeper.get_time From the looks of it it should.. return 1 int main TimeKeeper time_keeper Timer return time_keeper.get_time From the looks of it it should get compile error due.. it it should get compile error due to the line TimeKeeper time_keeper Timer But it only happens if return time_keeper.get_time is..
|