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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:27:11+00:00 2026-05-31T17:27:11+00:00

There is class Road with its Road.h and Road.cpp which contains implementation of method

  • 0

There is class Road with its Road.h and Road.cpp which contains implementation of method isInside(int x, int y) and the road rectangle sizes. And there is class Car with its .h and .cpp and it contains int x and int y. How can I from Car::move() method check if the car is inside the Road?

Car::move()
{
  bool isIn = // isInside(x,y) How to do this? It is in another class
}
  • 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-31T17:27:12+00:00Added an answer on May 31, 2026 at 5:27 pm

    If the method isInside a static method in the Road class, then you will call it using the class scope operator – something like this Road::isInside(x,y);. If, in the Car class you have an object of the Road class, then based on whether it is an object or a pointer, you can call it as roadObject.isInside(x,y); or roadObjectPointer->isInside(x,y);

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

Sidebar

Related Questions

Is there any class in the .NET framework that can read/write standard .ini files:
Is there a __CLASS__ macro in C++ which gives the class name similar to
Is there a class in the .NET BCL that can store a block of
I have a class Person which can have several Homes, each one with one
Is there a class in the standard library of .NET that gives me the
Is there a class/example application for a message-only window that is in C++ Win32
Is there a class that overwrites the .MainMenu_MenuItem class for the Main Menu? I
Is there a class in the ASP.NET MVC framework that represents a controller name
Is there a class or set of functions built into the .NET Framework (3.5+)
In one class there is a list with all friends and their IDs. Now

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.