Following is the syntax tht i came across:
What does the intializing to zero mean in this case?
Code:virtual nsecs_t getKeyRepeatTimeout() = 0;
Thanks in advance
This is a discussion on Help me understand following statement/syntax in C++ within the C++ Programming forums, part of the General Programming Boards category; Following is the syntax tht i came across: What does the intializing to zero mean in this case? Code: virtual ...
Following is the syntax tht i came across:
What does the intializing to zero mean in this case?
Code:virtual nsecs_t getKeyRepeatTimeout() = 0;
Thanks in advance
It means that getKeyRepeatTimeout is a pure virtual member function.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way