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
42
questions and find answers to
12
problems.
Stats
513
EtPoint
100
Vote count
42
questions
12
answers
About
C++ programmer with over 15 years experience.
Casey questions
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++
What is a Degenerate Class?
Casey answers
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++
Any way to avoid using a macro for this C++ scoped logger?