Help with Count loop |
|
[5 replies] Last: Here's some palooka code for you. #include <iostream> using namespac... (by lastchance)
|
by sethfrias
If else statements (multiple cond.)
|
|
[1 reply] : if (avg >= 90) cout << "Grade: A \n"; // >= 90 else if( avg >= 80 ) c... (by JLBorges)
|
by TomShoe
Reading text from a file into an array
|
|
[1 reply] : In function 'int main()': 38:31: error: 'getMovie' was not declared... (by Ganado)
|
by JM567
Lottery Ticket Check
|
|
[3 replies] Last: Please edit your OP and add code tags tags around your code. Ple... (by Ganado)
|
by Kingokafor96
need some help
|
|
[12 replies] Last: Thank you so much Ganado (by joemu6airi)
|
by Kingokafor96
minor bugs
|
|
[3 replies] Last: I wasn't exhaustively listing all errors, but I was showing you the bi... (by Ganado)
|
by chrispy232
HELP code
|
|
[1 reply] : It would help you in the long term, and everyone else, if you used pro... (by Ganado)
|
by Carat1
allow numbers and ctrl + v only
|
|
[no replies]
|
by adam2016
Snake Game boundaries checking
|
|
[5 replies] Last: The x pos of the snake must be between 0 and the width of the board. T... (by Thomas1965)
|
by Kingokafor96
Help with Code
|
|
[3 replies] Last: I'm sorry this code int e, s, c, f; bool med_choice, den_choice, ... (by Kingokafor96)
|
by aaronpeart
Function not working correctly
|
|
[1 reply] : You copy-pasted declarations into your main method. Also your methods... (by icy1)
|
by jb2918
need help why i can copy word for word instructors code and his runs, and mine wont
|
|
[4 replies] Last: You are awesome! thank you! nothing worse than not being able to move ... (by jb2918)
|
How would you solve this problem |
|
[1 reply] : You need loops (by icy1)
|
by olivertwist
Storing words of a string into an array
|
|
[3 replies] Last: It was hard for me to follow your code, but I get what you are trying ... (by Manga)
|
by Anoraki
Pausing a while loop for a set amount of milliseconds?
|
|
[1 reply] : If you use an online compiler that supports C++11 - like http://cpp.sh... (by Thomas1965)
|
by chrispy232
HELP writing code to check # if it is prime or not
|
|
[1 reply] : firstly, please do formatting with the [ code ] [ /code ] tags (no s... (by icy1)
|
by jb2918
Why is this not returning recT ?
|
|
[5 replies] Last: lol thanks, im taking a class and the online course moves so fast (by jb2918)
|
by Mount eerie
converter
|
|
[10 replies] Last: @Mount eerie -- Kinda forgot about this thread, sorry ;P #include <... (by icy1)
|
by stormbot
Issue converting decimal to binary
|
|
[no replies]
|
by aleija
Help time machine code
|
|
[1 reply] : If you use code tags it would be possible to comment on a line of cod... (by SamuelAdams)
|