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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T14:36:29+00:00 2026-06-01T14:36:29+00:00

If I have this float array declaration: float tables[10]; How can I change the

  • 0

If I have this float array declaration:

float tables[10];

How can I change the length of the ‘tables’ array to 20?

Another question related to the array in C++:

I can not declare an array something like this:

int length=10;

float newTables[length]; // error C2133: 'newTables' : unknown size

Thanks in advance.

  • 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-01T14:36:30+00:00Added an answer on June 1, 2026 at 2:36 pm

    If you are fine defining the size of array during build-time, you can use #define

    #DEFINE ARRAY_SIZE 20
    float tables[ARRAY_SIZE];
    

    Or if you need to specify the size of array during runtime, use new

    float* newtables;
    newtables = new float[20];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this vertex array of a cube float vertex_coordinates [] = { -12.43796,
Hi i have float array in server side i want to take this array
I have a few reasons to define a type for a fixed length array
I have this code in cuda with c++: // Variables float *query_dev; float *ref_dev;
I have the following case: boost::ptr_vector<float> vec; float* array = new float[4](); vec.push_back(array); //
I have this method that prepares the coordinates in the posCoords array. It works
Suppose I have this code: struct Normal { public float x; public float y;
In good ole C I can do this: int array[5]; int *iptr = array;
I have this code for converting a byte[] to float[] . public float[] ConvertByteToFloat(byte[]
I have a float array in java and want to convert each element to

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.