by rradeba
Need help fixing program...
|
|
[4 replies] Last: Thanks for the report. DrHayes is up for worse than a pink slip. (by closed account 48T7M4Gy)
|
by KingpinKeys
Special character and number chars printing as weird values
|
|
[3 replies] Last: Hello KingpinKeys, After some testing I arrived at the same answer as... (by Handy Andy)
|
by mrbutta
emalil validation
|
|
[4 replies] Last: And thank you coder777, I appreciate the link that you sent as well. H... (by mrbutta)
|
by Shishykish
How can I identify and solve the error in my exception handling?
|
|
[5 replies] Last: Hello AbstractionAnon, Those tips have been very helpful and it all ... (by Shishykish)
|
by Alex A
C++ prints all the Fibonacci numbers that lie between the two integers entered.
|
|
[6 replies] Last: Guys , it looks like I got the problem working in C++ code, and I woul... (by Alex A)
|
by shycas2008
***int main() & me***
|
|
[1 reply] : Hello shycas2008, A quick example: #include <iostream> int second... (by Handy Andy)
|
by Anami
Getting Garbage value in inheritance program
|
|
[5 replies] Last: I have cleared that error when u told me ... no, you made the char ... (by gunnerfunner)
|
by muffins123
While loop help
|
|
[1 reply] : A recursive function that squeezes user input into ever tightening ran... (by gunnerfunner)
|
by tayloras96
Struct Array and Opening File
|
|
[1 reply] : Well, you read the data before you open the file. so move line 29 be... (by coder777)
|
by caltice
c++ array with objects, classes, and object abstraction.
|
|
[2 replies] Last: http://www.cplusplus.com/forum/beginner/213274/#msg995528 (by closed account 48T7M4Gy)
|
by MisterTams
How to find number of initialized elements in an array of structures?
|
|
[9 replies] Last: Just for fun: #include <iostream> #include <string> namespace car_po... (by JLBorges)
|
by Angel1
Random generator with void
|
|
[1 reply] : http://www.cplusplus.com/reference/cstdlib/rand/ (by integralfx)
|
by bam899
enumeration array help
|
|
[2 replies] Last: OP: also check-out this similar post: http://www.cplusplus.com/forum/... (by gunnerfunner)
|
by khoavo87
Need help asap!
|
|
[1 reply] : avg1 and avg2 are still uninitialized, and yet you use them to cal... (by Mantorr22)
|
by lkharsany
Not getting the desired output
|
|
[1 reply] : if(card == "Kc" || card == "Kd" || card == "Kh" || card == "Ks" || ca... (by gunnerfunner)
|
by maticode20
Scope help
|
|
[4 replies] Last: Yes. The variable counter is declared on line 13, so it's scope is un... (by TheIdeasMan)
|
by User990
Monthly budget
|
|
[1 reply] : What happens if you substitute a minus sign for the current ndash? (by Enoizat)
|
by ziyet
Linker error when passing argument with int const & type
|
|
[2 replies] Last: Thanks a lot. (by ziyet)
|
by theansweris3
Shorten the program
|
|
[no replies]
|
by ExSanity
Closing a window with DestroyWindow() not working.
|
|
[no replies]
|