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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T21:41:41+00:00 2026-06-13T21:41:41+00:00

Possible Duplicate: Request for member which is of non-class So I’ve created an ADT

  • 0

Possible Duplicate:
Request for member which is of non-class

So I’ve created an ADT which is a singly linked list made up of nodes. These Nodes each have a pointer to an object in them called data.

Class Structure
{
    private:
        struct Node
        {
            Object *data;
            Node *next;
        };
        Node *head;
};

I am trying to call a function in the object, like this:

head = new Node;
head -> data = new Object();
head -> next = NULL;

cout << head -> data.print();

I keep getting the following error at compile.

error: request for member ‘print’ in ‘head->Structure::Node::data’, which is of non-class type ‘Object‘*

edit: Thanks for the quick answers, amazing community. Extremely stupid mistake on my part, I feel like a fool heh 😛

  • 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-13T21:41:42+00:00Added an answer on June 13, 2026 at 9:41 pm

    data is a pointer, perhaps you need

    cout << head -> data -> print();
    

    ? Or, if the function print does the printing itself, maybe just

    head -> data -> print();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: php/html - http_referer I want to find which page/script get request to
Possible Duplicate: Call to a member function on a non-object What is wrong with
Possible Duplicate: HTTP GET with request body I've read few discussions here which do
Possible Duplicate: How to request a random row in SQL? Currently Using: $randomQuery =
Possible Duplicate: PHP detecting request type (GET, POST, PUT or DELETE) This should be
Possible Duplicate: JavaScript post request like a form submit I have a value calculated
Possible Duplicate: Where are the request method constants in the Servlet API? I'm looking
Possible Duplicate: How do I make a request using HTTP basic authentication with PHP
Possible Duplicate: Servlets: doGet and doPost I know doGet() request is appended to the
Possible Duplicate: Create an alert on any view controller after Facebook request:didFailWithError: I have

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.