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

  • SEARCH
  • Home
  • 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 8168349
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T20:29:40+00:00 2026-06-06T20:29:40+00:00

Trying to initialize and set things up for a class as follows: class Accel

  • 0

Trying to initialize and set things up for a class as follows:

class Accel
{
public:
    Accel(const struct &F, const struct &m, const struct &M, const struct &I);

    etc...
}

I get “‘struct’: missing tag name” when I try to compile. I’m using someone (who I trust) else’s coding “conventions”, which is where the “const struct &…” comes from, but if someone knows a better way to do that, then let me know.

  • 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-06-06T20:29:43+00:00Added an answer on June 6, 2026 at 8:29 pm

    struct is a keyword in C++; it cannot be used as a type name. Use something else instead:

    class Dennis;
    struct Janet;  // "struct" is pretty much identical to "class"
    
    class Accel
    { 
    public:
        Accel(const Dennis & F, const Dennis & m, const Janet & j) { /* ... */ }
        // ...
    };
    

    (Type naming in C++ is different from that in other languages, such as C. In C++ you say, class Dennis; Dennis x;, while in C you would have to say struct Janet; struct Janet y;, or use a typedef to make a typename that you can use without saying “struct”.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to set up a class so that it's possible to initialize it
I'm trying to create a custom Liquid template tag like this: class ScriptLoader <
I am trying to initialize a vector which has integers 1 to n in
I'm trying to initialize a Datatable with a default search value that the user
I'm trying to initialize a usercontrol that contains a gridview as hidden when a
I am trying to initialize my controls in Silverlight. I am looking for something
I'm trying to initialize string with iterators and something like this works: ifstream fin(tmp.txt);
I am trying to initialize NSDictionary but it gives me following error: Program received
I am trying to initialize directX, but for some reason it can't create d3d
I'm trying to initialize a dictionary with string elements as keys and int[] elements

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.