memory-allocation tag

3 questions


1 answers
62 views
0
[C language] Input and output a string into a two-dimensional array

I'm trying to enter a string in a two-dimensional array, but it doesn't workIf the name of the two-dimensional array is matrix, is it correct that each character in the string is in matrix[i][j]?For e...


1 answers
71 views
0
Access violation during dynamic assignment of C language two-dimensional array

DYNAMIC ASSIGNMENT OF TWO-Exception occurred (0x00F55146, Project1.exe): 0xC0000005: Access violation occurred while reading location 0xFDFE01You have received the following message:#include<stdio....


1 answers
94 views
0
The memory value allocated to create a student information management program with a connection list changes.

Making a student management system or somethingThe files are main, student.cpp, student.h When I add student data, I want to use Link List to implement it I received the menu number through the main d...

1 years ago

© 2024 OneMinuteCode. All rights reserved.