News

In this you'll learn how to create a 2D jagged array in c++ using dynamic memory allocation Before, let's learn what is a 2D jagged array. These arrays are kind of similar to any 2D array but have 1 ...
Locate all occurrences of each character in the 2D array. Start from the first character's position. Ensure the next character appears in the same row or column as the previous character. If all ...
Hey All, I've got a problem with some C we are working on (embedded systems), right now we have a huge 2D array that works fine, it looks like this t_ourStructType Array[SIZE1][SIZE2]; I need to ...
I'm trying to load a database into a 2D array and not having any luck. I've been working off snippets of code I've found here and there so I may be doing it all wrong. I can grab multiple fields ...