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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:14:45+00:00 2026-06-11T18:14:45+00:00

I am reading a book where the guy makes a linked list he creates

  • 0

I am reading a book where the guy makes a linked list
he creates a class like this

template < class extra_info = void*>
class NavGraphNode : public GraphNode
{
protected:
//the node's position
Vector2D m_vPosition;

extra_info m_ExtraInfo;
public:
/*INTERFACE OMITTED */
};

He explains extra_info could be for example an enumerated value or a pointer
to the instance the node is twinned with. But I don’t really understand the first line,
reading for example
http://www.cplusplus.com/doc/tutorial/templates/
it seems that if you specify the type (and why not void* extra_info?)
then why use a template in the first place?

Thanks!

  • 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-11T18:14:47+00:00Added an answer on June 11, 2026 at 6:14 pm

    = void* is a default template argument. I.e., if you do not specify a type when instanciating the template void* is used. NavGraphNode<> n; will instanciate the template using void* as extra info.

    However, you CAN explicitly specify a type, then this type is used. E.g., you could use NavGraphNode<int> to add an integer as extra info to you graph node. You can also use whole structs or pointers to those to add more info to a node.

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

Sidebar

Related Questions

I am reading a book in which author used a code like this public
I'm reading the book 'Beginning F#', There's a short list for example code, to
I am reading a book which mentions this If the compiler knows every use
While reading a book, i came across this statement: The methods of an object
I'm reading a book to read and it covers this below example. somelist =
I'm trying to mastery php by reading book, and i'm stuck on this code
After reading a book on LINQ I'm thinking about re-writing a mapper class that
So I was reading this book where it says that if I create a
I am reading the book - C Interfaces and Implementations by David Hanson. This
Recently, I was reading book about Erlang which has hot deployment feature. The deployment

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.