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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:38:59+00:00 2026-05-23T02:38:59+00:00

Language: Visual C++, MFC I’m attempting to make an array of pointers to CString

  • 0

Language: Visual C++, MFC

I’m attempting to make an array of pointers to CString variables that I have declared in my header file. In general, this is what I’m doing:

CString *variableArray[5] = {
      &var1
    , &var2
    , &var3
    , &var4
    , &var5
};

For whatever reason, though, I keep getting the following error:

Error   1   error C2065: 'var1' : undeclared identifier     18  
Error   2   error C2065: 'var2' : undeclared identifier     19
Error   3   error C2065: 'var3' : undeclared identifier     20  
Error   4   error C2065: 'var4' : undeclared identifier     21
Error   5   error C2065: 'var5' : undeclared identifier     22

I’m not quite sure I’m getting this error. To me knowledge, this is the correct way to make an array of pointers. Any help would be awesome!

EDIT: Here are the declarations in the header file:

public:
CString var1;
CString var2;
CString var3;
CString var4;
CString var5;
  • 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-23T02:39:00+00:00Added an answer on May 23, 2026 at 2:39 am

    Where do you create “variableArray”? If it’s in a static method or outside the scope of the class, it would make sense why you’re getting that error.

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

Sidebar

Related Questions

IDE: Microsoft Visual Studio Professional 2008 Language: C# Background: I have one form and
I have a window application in visual c++. I am not using MFC I
I'm working on Visual Studio Extensibility and I need to set the shell language
Language used: C# Theory: I want to create a file with the flag FileOptions.DeleteOnClose
What language(s) have comments with side effects? In essence, comments which are not comments....
My language is PHP, but the algorithm should be fairly universal. I have an
Does the Java language have delegate features, similar to how C# has support for
I'm currently working on a C++ MFC project on visual studio 2003. The aim
I am using Visual Studio 2010 and suppose I have to write some program.
I have an application developted with Visual C++ 2008 Express Edition under Windwos XP,

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.