User: TreeTicket

  • Public profile

User profile: TreeTicket

User info
User name:TreeTicket
Old user name:Tzadiko
History
Joined:
Number of posts:12
Latest posts:

Why Doesn't This Lead to C++'s Most Vexing Parse?
Is your example parsed as: `a` is a function that returns abc and takes a function pointer. The fun...

Why Doesn't This Lead to C++'s Most Vexing Parse?
[code] #include <iostream> using std::cout; class abc { public: int i; abc(int ...

Foo() vs. Foo{}
Got it, I just read up about it and it seems like there are several methods to make it explicit that...

Foo() vs. Foo{}
Hello, I have two questions: 1. What is the difference between Foo() and Foo{} here: [code] ...

Const Reference vs. Reference, Member Function Overloading.
Weird, you're right. const int& is triggered by r value. Maybe I just didn't see it, my bad.

This user does not accept Private Messages