Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
GManNickG
GManNickG has asked
44
questions and find answers to
906
problems.
Stats
41.3k
EtPoint
16.8k
Vote count
44
questions
906
answers
About
Hi.
SO Milestones:
2nd user to get the silver stl badge.
3rd user to get the silver templates badge.
15th user to get the gold c++ badge.
27th user to get the silver c badge.
102nd user to get the legendary badge.
Favorite answers:
Advantage of using forward
Is it possible to hash pointers in portable C++03 code? (Value vs. value representation)
How far to go with a strongly typed language?
[C++] Why doesn't delete destroy anything ?
When does invoking a member function on a null instance result in undefined behavior?
String literals not allowed as non type template parameters
C++: How do I prevent a function from accepting a pointer that is allocated in-line?
Why do I see strange values when I print uninitialized variables?
Question about pointer increment
Building boost::options from a string/boost::any map (Type-erasure)
GManNickG questions
Is there a type-safe way of getting an element count for arrays in C? [duplicate]
Boost.MPL and type list generation
Dynamic Array with O(1) removal of any element
Over-aggressive noalias on pointer created from mut ref?
C++0x Smart Pointer Comparisons: Inconsistent, what's the rationale?
Are function-local typedefs visible inside C++0x lambdas?
Force compiler to not optimize side-effect-less statements
Range-based for statement definition redundancy
C++ "move from" container
How can I compose output streams, so output goes multiple places at once?
GManNickG answers
C++ function-pointer and inheritance
Confusing std::map insert behavior
C++ destructor problem with boost::scoped_ptr
IntelliSense: no operator >> matches these operands
Basic C++ Speed (initialization vs adding) and comparison speed
C++ pthreads - using code I used in C gives me a conversion error
Which method to use to check if array key exists in std::map? [duplicate]
Need to make sure value is within 0-255
Using boost::ref to indicate intention in coding conventions
Create Square Window C++