Input Error causes infinite loop. Suggested fixes causing program to break. |
|
[8 replies] Last: Happy coding.. (by shadowCODE)
|
by bpro
Calendar still displaying when parameters are invalid
|
|
[2 replies] Last: Thank you @whitenite1, got it working! (by bpro)
|
by idknuttin
how to read whitespace using infile from a file in c++?
|
|
[8 replies] Last: thank you!! the program works perfectly now. (by idknuttin)
|
by Scizor
Seeing if letter was guessed already or not
|
|
[2 replies] Last: Ahhh thankyou kind person! I re-initialized numGuessedLetters to 1. It... (by Scizor)
|
by bulba5aur
Double being rounded?
|
|
[2 replies] Last: Thank you JLBorges! (by bulba5aur)
|
by namesjj
2D Arrays
|
|
[4 replies] Last: int x = 24; int y = 60; char c = ' '; These names have external lin... (by JLBorges)
|
by abdalimran
How do I create an array of objects?
|
|
[3 replies] Last: In first case you need to provide default constructor for your class. ... (by MiiNiPaa)
|
Dynamic 2D array with classes; program crashes after destructor |
|
[6 replies] Last: Thanks! I fixed operator<<. I actually had an overloaded operator= and... (by imStillPondering)
|
by mstru
Population program, loop issue (not calculating correctly)?
|
|
[6 replies] Last: Yes, that was indeed the problem. Your line 63 worked much better with... (by mstru)
|
by danpants
Building a Simple Template Function
|
|
[2 replies] Last: Thanks very much! Very helpful. Still having issues, however. I kept... (by danpants)
|
by student89
fstream object complications
|
|
[4 replies] Last: thanks I see the mistake. Should be: for (count = 0; count < 10; coun... (by student89)
|
by tjjm5966
...asd
|
|
[2 replies] Last: While(1) is an infinite loop. (by fabtasticwill)
|
by zanne
Need help, with list
|
|
[no replies]
|
by fourkawhell
QuickSort Problem !!
|
|
[1 reply] : you have not written the partition function. http://mathbits.com/MathB... (by anup30)
|
by thor36
Error when reading from text into double array
|
|
[4 replies] Last: Thank you, that was it. I didn't know about opening and closing files ... (by thor36)
|
by vishnu123
Doubt On Abstraction and Encapsulation
|
|
[no replies]
|
by BeKinect
Problem with for-loop
|
|
[1 reply] : Line 7 is not valid C++. array sizes must be known at compile time. (by AbstractionAnon)
|
by bheadmaster
Two equivalent lines of code produce different results
|
|
[7 replies] Last: I ran into the float issue using pow() with int variables. . .not a go... (by PCrumley48)
|
Book suggestion to understand Tokens |
|
[6 replies] Last: Thanks everyone.... found this on Bjarne website: Token get_token() ... (by BigRedMachine)
|
by Scizor
Mask and demask word
|
|
[1 reply] : You create the mask once after the word is determined and before the g... (by coder777)
|