Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6470997
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:10:27+00:00 2026-05-25T06:10:27+00:00

Possible Duplicate: What are the differences between struct and class in C++ I used

  • 0

Possible Duplicate:
What are the differences between struct and class in C++

I used to think that the only differences between C++ classes were the private-by-default class member access modifiers and the laid-out-like-C guarantee.

It turns out I was wrong, because this code doesn’t compile:

class { int value; } var = { 42 };

whereas this does:

struct { int value; } var = { 42 };

I can’t figure out why there’s a difference, but there apparently is in Visual C++ 2008:

error C2552: 'var' : non-aggregates cannot be initialized with initializer list

So, yes, I will ask a many-times-over duplicate question (hopefully without duplicate answers!):

What are all the differences between structs and classes in C++?

Of course, feel free to close this if you find that I’ve missed something in the other questions — I certainly might have. But I didn’t see this being discussed in any of the answers, so I thought I’d ask.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T06:10:28+00:00Added an answer on May 25, 2026 at 6:10 am

    You can use {} initializer for aggregates only1 and the first one is not an aggregate, as it has one private data member.

    The Standard says in section §8.5.1/1,

    An aggregate is an array or a class (clause 9) with no user-declared
    constructors (12.1), no private or protected non-static data members
    (clause 11), no base classes (clause 10), and no virtual functions
    (10.3).

    1. Well, I meant, in C++03, you can use {} for aggregates ONLY, but in C++11, you can use {} even with non-aggregates (if the non-aggregate class is properly implemented to handle this).

    Also see this for detail answer (on {} initializer):

    • What is assignment via curly braces called? and can it be controlled?
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: What are the differences between struct and class in C++ http://www.cplusplus.com/reference/std/typeinfo/type_info/ I
Possible Duplicate: What are the differences between struct and class in C++ If the
Possible Duplicate: C/C++ Struct vs Class I know the technical differences between a struct
Possible Duplicate: What are the differences between struct and class in C++ I've done
Possible Duplicate: What are the differences between struct and class in C++ In C++
Possible Duplicate: Real differences between “java -server” and “java -client”? I've seen the argument
Possible Duplicate: What are the specific differences between .msi and setup.exe file? I am
Possible Duplicate: In WPF, what are the differences between the x:Name and Name attributes?
Possible Duplicate: What is the difference between "typename" and "class" template parameters? When defining
Possible Duplicate: What are major differences between C# and Java? I believe it was

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.