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
43
questions and find answers to
15
problems.
Stats
581
EtPoint
118
Vote count
43
questions
15
answers
About
C++ programmer with over 15 years experience.
Casey questions
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
C++: How do I prevent a function from accepting a pointer that is allocated in-line?
C++: Correct implementation for passing a std::string to a C function that wants to change the string?
C++: std::vector::reserve not reserving when containing pointers
What functions must I implement to make a class iterable? [duplicate]
Traversing a directory tree in C++
Casey answers
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
How can avoid the window "No source available" while stepping into debug mode on VS2010 SL5
visual studio C++ toggle comment ? comment while not whole line is selected?
What is the difference between vc10, vc11 and vc12 libraries in OpenCV?
Delete all .txt in a directory with C++