Open utterances-bot opened 9 months ago
Shows the simplest way of forming data aggregates in C++. How to declare and use aggregate types and how objects are copied.
https://hackingcpp.com/cpp/lang/aggregates.html
I think a semicolon ; is missing on the last line: A a {}
C++ Simple Aggregate Types | hacking C++
Shows the simplest way of forming data aggregates in C++. How to declare and use aggregate types and how objects are copied.
https://hackingcpp.com/cpp/lang/aggregates.html