Differences between version 2 and predecessor to the previous major change of C++Notes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, May 31, 2004 5:44:06 pm | by PerryLorier | Revert |
Older page: | version 1 | Last edited on Monday, May 31, 2004 5:41:57 pm | by SamJansen | Revert |
@@ -6,4 +6,6 @@
INetTCPSocket type_info node
''InetTCPSocket'' is an abstract base class used as in interface. The reason this error was generated was because one function was not declared as abstract, I had forgotten the '= 0' part of the definition.
+
+Another symptom of this is the linker complaining "vtable undefined for class ''x''"