by kingkush
Am i implementing this maze program correctly?
|
|
[13 replies] Last: Possibly more out of interest than anything else. But it does show how... (by closed account 48T7M4Gy)
|
by Boun
Help with while loop
|
|
[1 reply] : cout << counting; cout << endl; counting++; if (counting % 35 == 0) {... (by SakurasouBusters)
|
by MikeCheezy
"contains" function for BST
|
|
[2 replies] Last: @mbozzi: Thank you! Just dereferenced the right and left sides and it... (by MikeCheezy)
|
by cm123
if else loop
|
|
[2 replies] Last: if (numOfTickets < 5){ discount2 = 0; } if else (numOfTickets > 4 && ... (by SakurasouBusters)
|
by Bored
Do you think it's lazy of me If I write code, to write my code?
|
|
[3 replies] Last: @Nico If you have a repetitive task it is good to think about more e... (by Bored)
|
Segmentation Fault with file I/O |
|
[3 replies] Last: Hey I got it to work. Thank you guys so much for the help! Apparently ... (by closed account 92yp4iN6)
|
by Zorai
Writing numbers from a generated list to a text file??
|
|
[7 replies] Last: #include <iostream> #include <cmath> #include <cstdlib> #include <ct... (by joe864864)
|
by autumpa
How to use cin.clear ??
|
|
[1 reply] : Put your code in code brackets so its easier to read. (by joe864864)
|
by cm123
ticket prices - some errors so it doesn't run
|
|
[1 reply] : What are you doing with: numberTickets(1, 12); (by joe864864)
|
Can my source code be condensed? |
|
[9 replies] Last: Yes. Thank you! (by JLBorges)
|
by dingfuttsie
error
|
|
[2 replies] Last: ok that solves the first error so how can i solve the error: expected ... (by dingfuttsie)
|
Main Linker Error |
|
[no replies]
|
by MackieJ
How to make a loop for 3 possible outcomes
|
|
[no replies]
|
by Etaoti
Output issue
|
|
[4 replies] Last: Some cleaning: line 6 is not needed because function1 is implemented b... (by Nico)
|
by dingfuttsie
[homework] Need some Help array and data file
|
|
[1 reply] : Quick demo how to read the file into the arrays, maybe you can adopt i... (by Thomas1965)
|
by chang123
postfix evaluation with two digits
|
|
[1 reply] : You need to change the isdigit() condition so it just add the digits t... (by andywestken)
|
by JoJoTag306
I'm having trouble with my code
|
|
[4 replies] Last: ok thanks for all the help I appreciate it! Because of you, I finished... (by JoJoTag306)
|
by markusfurst
Specify a fixed length of int
|
|
[1 reply] : if( (num / 10000) == 0 ) { // not enough digits... } if( (num / ... (by booradley60)
|
by johnR
Help reading obscure (to me) piece of code
|
|
[3 replies] Last: Thanks for the replies. They answer my question perfectly. (Now feelin... (by johnR)
|
by jamesfarrow
vectors and card dealing
|
|
[12 replies] Last: Thanks gunnerfunner I really appreciate you taking time to help me. I ... (by jamesfarrow)
|