Help initialising vectorsHello there! I'm having issues initialising vectors on my system and I would love some help! [cod...
Getting a logic error in my programming[code] #include <iostream> void clearScreen(int lines) { for (int i = 0; i < lines; i++) { ...
Expected Initializer before 'COORD'Also, it's good practice to have a [code]default[/code] in a switch statement. If a user entered 6 d...
What is the purpose of bool?This code hasn't been completed nor is it close to, compiling will supply multiple errors. But it pr...
If Else statement[code] if(yn='y') { printf("\nPlease enter the item name: "); scanf("%s", &itemname2); ...