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 static-cast
static_cast vs. direct call to conversion operator?
Mar 13, 2023
c++
casting
static-cast
conversion-operator
Function overloading resolution with weak_ptr as argument
Feb 14, 2023
c++
c++11
smart-pointers
static-cast
weak-ptr
How to convert ‘std::chrono::duration<int, std::ratio<2629746l, 1l> >’ to ‘int’ type?
Feb 08, 2023
c++
date
c++11
c++-chrono
static-cast
Why do I Have to reinterpret_cast Pointer Pointers?
Jan 30, 2023
c++
void-pointers
reinterpret-cast
static-cast
double-pointer
Explicit constructor and static_cast
Jan 10, 2023
c++
explicit
static-cast
Is it always safe to change a C-style cast to a static_cast?
Jan 07, 2023
c++
static-cast
"static_cast<To>(from)" if and only if "To to{from}", or not?
Nov 05, 2022
c++
c++11
constructor
static-cast
Comparison between signed and unsigned. Is static_cast the only solution?
Oct 19, 2022
c++
c++11
implicit-conversion
static-cast
Cast an entire vector
Feb 22, 2022
c++
vector
polymorphism
reinterpret-cast
static-cast
Why does modulo division go wrong for mix of size_t and unsigned int in C++
Sep 05, 2022
c++
static-cast
Memory corruption with a regular cast? Wrong function called
Nov 16, 2022
c++
casting
static-cast
cast Derived*const to Base*const
Jul 04, 2022
c++
constants
static-cast
C++: What is the correct cast for offseting to std::vector iterator?
Nov 14, 2022
c++
c++11
vector
offset
static-cast
static_cast taking away constness
Apr 13, 2022
c++
static-cast
const-cast
How does implementing multiple COM interfaces work in C++?
Mar 31, 2022
c++
com
static-cast
multiple-interface-implem
static_cast'd pointer value
Feb 06, 2023
c++
language-lawyer
c++17
void-pointers
static-cast
Why is this value downcast (static_cast to object type) allowed in C++20?
Sep 02, 2022
c++
language-lawyer
c++20
downcast
static-cast
Why is (int&)0 ill-formed?
Sep 07, 2022
c++
casting
language-lawyer
static-cast
const-cast
Why is `decltype(static_cast<T>(...))` not always `T`?
Aug 28, 2022
c++
static-cast
C++ static_cast runtime overhead
Sep 07, 2022
c++
runtime
overhead
static-cast
Older Entries »