Auwaho / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
Auwaho
Added topic How does the compiler handle macro substitutions?
How exactly does the compiler handle macro substitution (like __LINE__, __FUNCTION__ ) at compile time? For example string Something() { return "The function name is " + __FUNCTION__ ; } at compile time will be interpreted as string
: