Posts by Lucas Cruz dos Reis • 25 points
2 posts
-
1
votes1
answer77
viewsQ: Utility of the coercion operator reinterpret_cast
What is the coercion operator for reinterpret_cast?
-
1
votes1
answer57
viewsQ: Inline in an infinite recursive function
What happens to the program if I declare an infinite recursive function inline?