Questions tagged [dynamic-tables]
258 questions
-3
votes
1 answer
ERROR CS0120 An object reference is required for the non-static field, method or property
I don't understand on how to fix the error, upon doing research on the error, it says that the error is caused when the property isn't declared in the class page. i then added declartation there and it still gives me the same error. below are the…

Beginner12345
- 13
- 5
-3
votes
1 answer
Implementation of Dynamic Table in C
Consider a dynamic table with the following properties:
Elements are stored in a dynamic array
Capacity is the size of the dynamic array
Size is defined is the number of elements stored in the array
Insert elements into this dynamic table. Double…

user5240221
- 41
- 2
- 6
-6
votes
1 answer
C++ issue with new char[]
Could someone explain to me, why there are 4 additional slots in char tab[], when I asked only for 3? How to get rid of them? I'm coding in Visual Studio 2017. Edit: the first program was very basic and didn't show what I intended. So, there is an…

Piotr Gruchalski
- 5
- 2