Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in virtual-functions
How to watch the vtable in gdb in a C++ program?
Oct 10, 2022
c++
gcc
gdb
virtual-functions
Is there a way to acces RTTI directly in c++ to improve branch prediction in virtual calls?
Oct 08, 2022
c++
rtti
virtual-functions
branch-prediction
Mimic Python (pure) virtual functions like C#
Jul 20, 2022
c#
python
abstract-class
virtual-functions
pure-virtual
Is it safe for a C++ base class to store the value of 'this' for future virtual calls after construction?
Jun 08, 2022
c++
virtual-functions
Is it possible to have a derived class that inherits a final function but creates the same function (not override)?
Jun 03, 2022
c++
inheritance
overriding
final
virtual-functions
Member template functions cannot be virtual - workaround?
Nov 14, 2022
c++
virtual-functions
member-functions
list of polymorphic objects
Aug 07, 2022
c++
list
stl
polymorphism
virtual-functions
Why can't the virtual function table pointer (vfptr) be static in C++?
Sep 30, 2022
c++
virtual-functions
dynamic-dispatch
compiler's detail of this pointer, virtual function and multiple-inheritance
Jun 23, 2022
c++
pointers
multiple-inheritance
virtual-functions
this-pointer
Override public virtual function with private base function?
Oct 31, 2022
c++
overriding
virtual-functions
using-declaration
private-inheritance
Why aren't hot-swappable vtables a popular language feature?
Sep 26, 2022
oop
pointers
language-design
virtual-functions
C++ virtual function call versus boost::function call speedwise
Mar 10, 2022
c++
performance
virtual-functions
boost-function
Error "recursive on all control paths" when copy constructor is used and virtual function present
Sep 04, 2019
c++
templates
visual-c++
multiple-inheritance
virtual-functions
confusion regarding overriding rules C#
Mar 24, 2022
c#
oop
virtual-functions
overriding
sealed
Can virtual functions be replaced with auto parameters?
Sep 16, 2022
templates
polymorphism
c++14
virtual-functions
auto
Force derived class to call base function in MATLAB?
May 07, 2022
oop
matlab
inheritance
virtual-functions
C++ Base constructor calling with parameter that will be constructed in the derived constructor
Mar 02, 2022
c++
oop
class
constructor
virtual-functions
Why all java methods are implicitly overridable?
Sep 10, 2022
java
c++
virtual-functions
Virtual Inheritance: Error: no unique final overrider
May 28, 2020
c++
overriding
multiple-inheritance
virtual-functions
virtual-inheritance
Why use base class pointers for derived classes
Oct 16, 2022
c++
oop
polymorphism
virtual-functions
base-class
« Newer Entries
Older Entries »