0
Quick question how come this function isnt executing? C++
https://code.sololearn.com/c24NfpO7mEBQ/?ref=app I want print2d to work but for some reason it wont execute C++
7 Antworten
+ 1
all i did was delete that integer variable, uncomment the array, and fed it to the function.
https://code.sololearn.com/ct1gJGTEr7ZE/?ref=app
0
x is undefined
0
Am I supposed define it like const int x = 4;?
0
u want to use it ,so u have to define it..and the type must be int [][Cols]
0
So Print2D(int[][Cols]);?
0
Martin Taylor you know how? Im using my teachers notes but wont bother to show us how to execute the function
0
I still need help anyone?