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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T21:38:44+00:00 2026-06-12T21:38:44+00:00

Possible Duplicate: The Definitive C++ Book Guide and List What does the * mean

  • 0

Possible Duplicate:
The Definitive C++ Book Guide and List

What does the * mean when initialising a class?
Normally in AS3 I would do this:

MyClass myClass = new MyClass

But I have seen this in c++

 MyClass *myClass = new MyClass

What is the star for? I’ve seen it used sometimes and not others.

  • 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-12T21:38:46+00:00Added an answer on June 12, 2026 at 9:38 pm

    The asterisk in C++ means many things depending on its place in the program. In this specific instance, it modifies the meaning of myClass to be a pointer to an instance of MyClass, rather than an instance of MyClass.

    The difference between the two is that the lifetime of an instance ends when it goes out of scope, while an instance that you allocate and reference through a pointer remains valid even after a pointer goes out of scope.

    It is valid to have a declaration like this:

    MyClass myClass; // no "new"
    

    In this case, it is not necessary to use new, but the instance’s life time is tied to the scope of the variable myClass.

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

Sidebar

Related Questions

Possible Duplicate: The Definitive C Book Guide and List Good open source code for
Possible Duplicate: The Definitive C++ Book Guide and List i have a lot of
Possible Duplicate: The Definitive C++ Book Guide and List I am faced with the
Possible Duplicate: What does this C++ code mean? I'm trying to map a C
Possible Duplicate: How can I understand nested ?: operators in PHP? Why does this:
Possible Duplicate: What does ‘unsigned temp:3’ means I just found this code in a
Possible Duplicate: Does the order of class definition matter in PHP? class a {
Possible Duplicate: C#: What does new() mean? I look at definition of Enum.TryParse: public
Possible Duplicate: Git for beginners: The definitive practical guide With git, how do people
Possible Duplicate: What is the etymology of 'slug'? In CouchDB definitive guide the author

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.