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 6337515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:15:58+00:00 2026-05-24T19:15:58+00:00

I have a problem with the enumerations in c++ I don’t understand why if

  • 0

I have a problem with the enumerations in c++
I don’t understand why if I define two variables with the same enumeration it give EXC_BAD_ACCESS
do you have an idea why? if I define only one varible it is fine
here is the code…

enum directions{
    UP,
    DOWN,
    RIGHT,
    LEFT,
    IN,
    OUT,
    FW,
    RW
};

class Snake
{
private:
    enum directions head_dir;
    enum directions head_dir_ask; //if I comment this... the program work fine..
    (... other stuff...)
};

thanks for the help in advance
the code is about 10 files… it will be like too long to post,
anyway…
I’m using OpenGL and Qt

MainProject::MainProject(QWidget *parent) :
    QMainWindow(parent),
    ui(new Ui::MainProject)
{
    ui->setupUi(this);
    startTimer(1000);
    glwidget = new MyGLBox(ui->centralWidget);
    ui->GLlayout->addWidget(glwidget); // <line where the complier retruns the EXC_BAD_ACCESS
}

MyGLBox constructor:

MyGLBox::MyGLBox(QWidget *parent):QGLWidget(parent){
   XRot = YRot = ZRot = 0;
    theta1 = theta2 = phi = 0;
}
  • 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-24T19:15:59+00:00Added an answer on May 24, 2026 at 7:15 pm

    There’s not nearly enough information in your question to point you in any particular direction. However, it’s almost certainly because somewhere else in your code there is some pointer manipulation that goes wild and ends up accessing something undefined. Changing the memory layout of objects (such as adding or removing an unused member) can temporarily mask such an error — which is not a good thing because instead if preventing the error it is just transforming it from a highly visible and debuggable crash to something subtler and harder to detect, but still an error, whose eventual effects can be much more baffling.

    You should run your code in a debugger and inspect what it is doing when you get the exception. (And for your own sake, don’t change the program in any way that makes the crash go away until you have understood why it crashed and are sure you have fixed the underlying cause).

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

Sidebar

Related Questions

I have this serious problem. I have an enumeration within 2 namespaces like this:
I have the problem: I can not add new item to the same combobox
I have problem in some JavaScript that I am writing where the Switch statement
I have problem with return statment >.< I want to store all magazine names
I have problem with starting processes in impersonated context in ASP.NET 2.0. I am
I have problem compilin this code..can anyone tell whats wrong with the syntax CREATE
I have problem with ActionLink. I'd like to pass to my ActionLink parameter for
I have problem when I try insert some data to Informix TEXT column via
I have problem creating new instance of excel 2007 using VBA (from Access 2002).
I have problem with fancybox. I want to write a function that will run

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.