Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Casey
Casey has asked
48
questions and find answers to
19
problems.
Stats
700
EtPoint
147
Vote count
48
questions
19
answers
About
C++ programmer with over 15 years experience.
Casey questions
Is delegating calls between classes bad practice?
C++: Erasing an iterator from a map and then incrementing to the next iterator
Correctly delete pointers in std::list allocated elsewhere [duplicate]
C++: Constructing a std::vector<std::vector<int> > with a two-dimensional C-array?
What should a void*/std::size_t function argument pair be changed to for an interface that writes binary files?
Building C++ solution in VIsual Studio 2022 Community adds a JSON schema folder to project
C++: Determining derived type from a base type pointer
Populating std::array in class' constructor initializer
Is it a best practice to use unsigned data types to enforce non-negative and/or valid values?
c++ Removing characters from string using STL
Casey answers
Visual Studio 2020 how to stop filenames from being shortened in the tab
Proper way to convert std::string to/from enum class [duplicate]
How to do type punning correctly in C++ [duplicate]
Delay automatic compilation in Visual Studio 2019
Building C++ solution in VIsual Studio 2022 Community adds a JSON schema folder to project
How can I draw multiple(10000) cubes in the bevy game engine for my 3D voxel game?
'optional': is not a member of 'std' in Visual Studio
Allowing access to container objects in C++
Warning C26454: Arithmetic overflow: '-' operation produces a negative unsigned result at compile time (io.5)
How can I partially disable C4244