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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:47:18+00:00 2026-05-26T08:47:18+00:00

I have a 2D array such as: // construct initial **array int **arr; arr

  • 0

I have a 2D array such as:

        // construct initial **array
        int **arr;
        arr = new int* [SIZE];
        for (int i = 0; i < SIZE; i++) {
            arr[i] = new int[SIZE];
        }

I am then filling the array with input from cin, and that is working fine. Yet when I go to access the values in the array by double for loop iteration, I get the incorrect values.

I have printed out the values as I am adding them in something like:

"Adding <int> to array position <row><col>"

For example, I am storing the ints {{1,2,3}, {4,5,6}, {7,8,0}}, yet when I go to access them, I get the values {{49,50,51}, {52,53,54}, {55,56,48}}.

I have a feeling that it’s something trivial, I just have no idea where to look.

  • 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-26T08:47:19+00:00Added an answer on May 26, 2026 at 8:47 am

    It looks like you are storing the ASCII values of the numbers rather than their numeric values, for example the character 1 has ASCII value 49. Check that the variable you are using to read input is a numeric type and not char.

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

Sidebar

Related Questions

Let's say I have array of bytes: byte[] arr = new byte[] { 0,
Say I have a dynamic array like: int* integers = new int[100]; Is there
I have an array of points in unknown dimensional space, such as: data=numpy.array( [[
Let's say I have an array, @theArr, which holds 1,000 or so elements such
I have an application developed on BlackBerry JE 4.6.1 that decrypts an information from
I have an ASP.NET webservice method that returns a generics list (List'<'Construct>) serialized as
I need to have a fixed-size array of elements and to call on them
Suppose that you're given an array A of n distinct elements drawn from some
I have such a list List<Double[,]> . Let's call each 2-dimensional array in the
i do this in the education purpose. such is idea: i have class Array.

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.