• caglararli@hotmail.com
  • 05386281520

The story of MS13-002: How incorrectly casting fat pointers can make your code explode

Çağlar Arlı      -    1 Views

The story of MS13-002: How incorrectly casting fat pointers can make your code explode

C++ supports developers in object-orientated programming and removes from the developer the responsibility of dealing with many object-oriented programming (OOP) paradigm problems. But these problems do not magically disappear. Rather it is the compiler that aims to provide a solution to many of the complexities that arise from C++ objects, virtual methods, inheritance etc.