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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:41:53+00:00 2026-05-25T02:41:53+00:00

I have been told over and over again to keep my class variables private

  • 0

I have been told over and over again to keep my class variables private because keeping them public would be bad coding practice, so to hit that nail on the head that is what i have been doing from day one. I never had any problems while I had all the code on one page, but now I get an undefined error when I try and use a function to access my private variable.

in my classs.h

class classs
{
public:
    classs(void);
    void setAge(int x);
    int getAge();
private:
    int age;
};

then in my classs.cpp i have:

void setAge(int x)
{
    age = x;
}

and

int getAge()
{
    return age;
}

here it is telling me that age is undefined. I never had any problems when all of this code was in one .cpp (main.cpp). I have also #include classs.h on my classs.cpp

  • 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-25T02:41:53+00:00Added an answer on May 25, 2026 at 2:41 am

    This is happening not because your setAge definition is in a different file, but because it is now outside the class classs {} block. The compiler doesn’t have any way to know that setAge is a member of the class, so it doesn’t have the class’s attributes in scope.

    Fix it by declaring your function as classs::setAge

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

Sidebar

Related Questions

So I've got a little over 1.5TB of data, which I have been told
I have been told that there is a performance difference between the following code
I have been told and I'm not sure I believe this: Removing white space
We have been told that we have to use a piece of software called
i have been told to use 'when' statement to make multiplexer but not use
I have been told to edit this file in Sharepoint Designer: /_layouts/KWizCom_WikiPlus/CreateNew.aspx I found
I am building a web application and have been told that using object oriented
This is a (hopefully) really simple question - I have been told recently that
In our company's coding standard, we have been told to be aware of the
I'm confused about this. Most of us have been told that there isn't any

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.