User: ath2441

  • Public profile

User profile: ath2441

User info
User name:ath2441
History
Joined:
Number of posts:13
Latest posts:

'nullptr' was not declared in this scope
I learned why the compiler error was so misleading. '-std=c++11' was in ARGS2 of the JGrasp compiler...

initializing vector
The '-std=c++11' argument was in ARGS2 (JGrasp compiler settings). I resolved this by moving it to A...

initializing vector
Using g++ 4.8.1 as compiler with -std=c++11 in the args for the compiler and linker, I used the foll...

'nullptr' was not declared in this scope
Now that I think of this, I understand why my code was incorrect. The variable other is a reference ...

'nullptr' was not declared in this scope
The variable other is a reference and my understanding is that references are pointers internally. ...

This user does not accept Private Messages