Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
JohnMcG
JohnMcG has asked
5
questions and find answers to
27
problems.
Stats
521
EtPoint
131
Vote count
5
questions
27
answers
About
Seattle based developer in C++ in Java.
JohnMcG questions
What are some techniques for limiting compilation dependencies in C++ projects?
Really, though, how can gmail still be "beta"?
What's the best signature for clone() in C++?
JohnMcG answers
Deriving an abstract class from concrete class
Separate header files for concrete classes - C++
how to make a variable local
Should I really use static_cast every single time I want to convert between primitive types?
Comparison Functor Types vs. operator<
C++: Derived + Base class implement a single interface?
implementing operator== when using inheritance
What does "data abstraction" exactly mean?
Is it OK to use C-style cast for built-in types?
Should function declarations include parameter names? [closed]