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
877
problems.
Stats
40.7k
EtPoint
16.6k
Vote count
44
questions
877
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
Is comparing pointers across allocations well-defined in Rust?
C++ dynamic array sizing problem
How does boost::lexical_cast take only one template type?
Axis aligned bounding boxes collision: what sides are colliding
Rule of precedence == over =
C++0x: How can I access variadic tuple members by index at runtime?
Working with constant and non-constant functions - C++
use boost::swap to swap raw pointers?
is there a reason these two functions are not combined into one function?
C++ vector insertion sort algorithm method - pass vector into method