by ApacheOmega
how to loop and print 3 char's at a time out of a sequnce of characters
|
|
[3 replies] Last: thanks fellas!!! (by ApacheOmega)
|
by bujiko
Rotating Points in a Class
|
|
[6 replies] Last: I did a static_cast to int at the end to check and it made it zero so... (by TheIdeasMan)
|
by Mangold
Is there a way to return to a certain point in my code?
|
|
[3 replies] Last: thank you (by Mangold)
|
by Alkhzar
Where should delete my pointer in this program?
|
|
[4 replies] Last: Would overloading the assignment operator and using it correctly fix ... (by Athar)
|
by darkrin4
Slight compilation problem in my Yahtzee program.
|
|
[2 replies] Last: Wow I cant believe I didn't see that! Thanks a ton man! (by darkrin4)
|
by joshsmith01
Repeating a question, not asking an identical question
|
|
[3 replies] Last: bool valid = false; string answer; do { cout<<"Question: ..."<< en... (by Aramil of Elixia)
|
by tpslugger
"Run-Time Check Failure #3" -- variables cannot be initialized
|
|
[3 replies] Last: I GOT IT!!! THANK YOU SOOOOOOOOOOO MUCH! :D (by tpslugger)
|
by ElectroPulse
Expected Primary-Expression before "char"
|
|
[2 replies] Last: Ah! Thank you for the quick reply... I need to print out a list of the... (by ElectroPulse)
|
by jktexas1
stringstream in an array
|
|
[2 replies] Last: Thank you so much that works! (by jktexas1)
|
by mikeybags
Can this be cleaned up/improved? And an unrelated problem...
|
|
[5 replies] Last: It repeats because you are using a loop that repeatedly reads one char... (by Zhuge)
|
Need Help looping |
|
[10 replies] Last: i did the above but it didn't work for me. it just got messed up from ... (by skittlesaddictx50v)
|
Loop |
|
[1 reply] : the simpliest way is to use an array: int multiples = {100,500,1000... (by tntxtnt)
|
by ymdeek
need help with this program
|
|
[1 reply] : What happens if userChoice < 1? Add a default case. For if (userIn... (by TheJJJunk)
|
by mHart
Discount Problem Please Help ASAP
|
|
[9 replies] Last: Good catch TheJJJunk! I missed the Tpages line. (by leftcoast)
|
by munjo5746
separating a string by \n!!
|
|
[6 replies] Last: I read my HW question again and I was misunderstood the question!! I t... (by munjo5746)
|
by busturdust
Please Help asap, extremely frustrated
|
|
[17 replies] Last: thanks guys! its working perfectly now! I havent learned this sstream... (by busturdust)
|
by rock4rigo
Displaying the lowest number
|
|
[7 replies] Last: SmallestNum is a function. Functions cannot be declared/defined within... (by soranz)
|
by dannytimpone
parsing string of numbers to int array from file
|
|
[no replies]
|
by fran1942
pass function paramaters by reference
|
|
[5 replies] Last: They both work. Except it is very easy to confuse the * 's and & ... (by TheJJJunk)
|
by homestar319
Using a char array
|
|
[11 replies] Last: Yay! You are right. No errors. Thanks for all the input, I am pretty n... (by homestar319)
|