I'm currently having a problem with the void function getdata in my program I'm writing. I'm not quite sure what I'm doing wrong and I could use some help. I'm a novice at this so I'll try my best to follow any instructions.
Here's my code...
Rookie mistake haha. Well I just fixed those and I'm still getting errors for the getdata function. I feel like I'm implementing it wrong when I call it to int main, but I'm unsure where my problem lies for certain.
||In function 'int main()':|
|43|error: expected primary-expression before ',' token|
|43|error: 'listSize' was not declared in this scope|
||=== Build finished: 2 errors, 0 warnings (0 minutes, 0 seconds) ===|