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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:29:20+00:00 2026-06-13T06:29:20+00:00

I had a computer science class at school and our teacher was talking about

  • 0

I had a computer science class at school and our teacher was talking about dynamic memory allocation and why

cin>>size;
int array[size]; // According to him this should result in a compiler error

this shouldn’t work and instead we were supposed to use:

int *p, size;
cin>>size;
p = new int[size]
...
delete[] p;

My question is, why does the first example work if you cannot declare dynamically arrays like that?

UPDATE: All tests are made in GNU GCC Compliler and the code above is inside the main function

  • 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-13T06:29:21+00:00Added an answer on June 13, 2026 at 6:29 am

    You’re using a non-standard compiler, that supports variable length arrays. Your professor is right, int array[size] shouldn’t compile.

    Your professor is also wrong telling you to use p = new int[size]. What he should do is tell you to use std::vector<int> p(size). (okay, for educational purposes this is OK) 🙂

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

Sidebar

Related Questions

i've been programming for a while, but have never had a formal computer science
Recently I had a problem in a costumer's computer. Our installer would hang during
Yes, I am taking a Computer systems course. I had a few questions about
I'm a newbie to programming. I had 1 semester of computer science (we used
I had a VS2010 project that compiles fine on my computer but complains about
I'm a computer science student at a large university. The department has had it's
So I was taking a Computer Science test today, and I had to write
I recently had a question answered about a multi-computer git development setup, and the
So basically this code was working fine before. I had some computer issues and
I am amateur programmer learning how to program. I have never had any computer

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.