User profile: Radar

User info
User name:Radar
Name:Michael
Location:Australia
Statistical data
Birthdate:Mar 23, 2000
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:60
Latest posts:

Help initialising vectors
Hello 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); ...