Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
James Hopkin
James Hopkin has asked
5
questions and find answers to
47
problems.
Stats
1.6k
EtPoint
576
Vote count
5
questions
47
answers
About
I'm a games programmer, working in C++, Java, Python, C#, Javascript and Lua.
SOreadytohelp
James Hopkin questions
Nested function calls order of evaluation
Thread safety and `const`
C++/CLI equivalent of C#'s 'readonly' keyword
How do I clone a sub-folder of a repository in Mercurial?
James Hopkin answers
Missing 'virtual' qualifier in function declarations
Multithreading using the boost library
error LNK2005: _DllMain@12 already defined in MSVCRT.lib
pass C++ object to python function by boost::python
Is there a gcc 4.2 warning similar to Visual Studio's regarding possible loss of data?
What are the differences between parameter definitions as (type& name), and (type* name)?
Have You Started Using C++0x?
Cannot convert from 'const wchar_t *' to '_TCHAR *'
Memory leak (sort of) with a static std::vector
Should I use std::unique_ptr<T> in a std::vector member variable in my class?