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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T16:16:46+00:00 2026-06-14T16:16:46+00:00

First I have a class called Foo and it contains a virtual function int

  • 0

First I have a class called Foo and it contains a virtual function int Foo::getId()

I have a typedef: typedef std::vector<Foo*> FooList;

Then I define Foo::FooList *list; and I load up this vector.

I was wondering how I would access getId(). Currently I am using list[a].getId(); but the compiler keep saying error: class std::vector<Foo*, std::allocator<Foo*> > has no member named getId.

Thanks for your help!

  • 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-14T16:16:47+00:00Added an answer on June 14, 2026 at 4:16 pm
    list->at(a)->getId();
    

    You could also do

    list->operator[](a)->getId();
    

    or

    (*(*list)[a]).getId();
    

    or any combination.

    The list is a pointer, so needs to be dereferenced, as do the pointers it contains. The array operator on a pointer that is not dereferenced will add a to list – making it point to a different location.

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

Sidebar

Related Questions

I have a class called Person, which contains various properties such as first name,
I have one class. Class First { private Second second; public First(int num, String
I have a base class Foo that has an Update() function, which I want
I have a class, let's call it Foo , which contains the 3 following
I'm using EF5 and Code-First. I have an abstract base class called FooBase. Foo1
I have a class called Foo that looks like this: class Foo < ActiveRecord::Base
I'm new to entity frame work code first. I have simple class called Cat
First, why: I have a class called AKTableViewController that inherits from UITableViewController and most
Say I have a class called Person, and it contains things such as last
I am Using C# 2010 Entity framework code first If I have A class

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.