ollydbg - 2015-09-04
  • labels: CC, using, namespace --> using, namespace, CodeCompletion
  • Description has changed:

Diff:

--- old
+++ new
@@ -7,11 +7,12 @@

 SOURCE FILE

-#include "header.hpp"
-using namespace Math;
+    #include "header.hpp"
+    using namespace Math;

-int main()
-{
-    Vector2D V2;
-    V2.   // <---  code completion will not show class members after writing the dot
-}
+    int main()
+    {
+        Vector2D V2;
+        V2.   // <---  code completion will not show class members after writing the dot
+    }
+