by egio
How to use count to show how many inputted scores?
|
|
[3 replies] Last: Hit enter at the end of line 14 and write: if(score < 0) break; Al... (by theturk1234)
|
by unknown3112
Menu Help
|
|
[2 replies] Last: You are amazing :) I have some other issues, if you could help me tha... (by unknown3112)
|
by fatimasal16
programming assignment help!
|
|
[2 replies] Last: Also, don't use system("pause") It breaks you code's portability.... (by theturk1234)
|
I need help with finding another way to involve the key, the way i have it now i cant |
|
[1 reply] : Online 48 you are losing information. Dividing an integer by an intege... (by theturk1234)
|
by Metaring1
2 errors, 1 warning
|
|
[1 reply] : Line 15 should be: if (num1 >= num2 && num2 > 0) You also need an op... (by theturk1234)
|
by egio
[while loop] How to print average score after dropping highest and lowest scores?
|
|
[4 replies] Last: Thank you for all your help!!! (by egio)
|
by bubbleshere
Confused on when to use virtual destructor
|
|
[1 reply] : In general, for a class that is designed to be at the top of an inheri... (by JLBorges)
|
by fivestar
Function Help !!
|
|
[3 replies] Last: usually a good programming practice (read it on forms) is to define ... (by shadder)
|
by shannonhos
Dynamis array with a pointer?
|
|
[2 replies] Last: Is this all the question is asking for? #include<iostream> #include<s... (by shannonhos)
|
Initialization of an object of a class |
|
[7 replies] Last: Another issue: why in the following case, the assignment can initializ... (by ivanov ivan ivanovich)
|
by nappyboyz11
Add up decimals
|
|
[1 reply] : This should help, this code snippet would output 0.7 int main() { ... (by joe864864)
|
by cppfighter
Saving some variables in an array using for loop
|
|
[5 replies] Last: @krako @kamal this works when array size is known but what if the size... (by cppfighter)
|
by charbar129
Reading an int from a string
|
|
[2 replies] Last: create a function to check each char of a string and see if it's a '0'... (by SamuelAdams)
|
by Unisaurus
bowling score help
|
|
[11 replies] Last: #include <iostream> #include <string> #include <cmath> using names... (by Unisaurus)
|
by soulworld05
while and for
|
|
[4 replies] Last: @newbieg Willo123 put it for me I guess. But I tried your. It work bu... (by soulworld05)
|
by TheEurekaMan
'saleFalg' was not declared in this scope
|
|
[7 replies] Last: Thanks for you help AbstractionAnon & Jlb. (by TheEurekaMan)
|
by Resolution
Snake Game
|
|
[1 reply] : Please indent your code and put it between code brackets, which is the... (by newbieg)
|
by Nelson108
Can I have a switch statement in a separate function and call it into main?
|
|
[5 replies] Last: Lines 18-22, 54-58, 99-103: These constants are repeated. While gene... (by AbstractionAnon)
|
by Unspoken
How to create free function template which accepts only vector of pointers?
|
|
[no replies]
|
by ZennMystic
Help Setting Up VSCode (Step By Step)
|
|
[1 reply] : Hello ZennMystic, Welcome to the forum. I am not familiar with VSCod... (by Handy Andy)
|