by daisylin
File I/O Not Opening Input File
|
|
[no replies]
|
by alirah84
questien about friend function
|
|
[5 replies] Last: The classic friend function to learn is overloading the << operator in... (by AbstractionAnon)
|
Removing a specific card from player' hand |
|
[1 reply] : CardGameFunctions.cpp Scoring function: void finalScores(SPlayer * ... (by LadyDustBunny)
|
by delmi
Displaying the menu using a void function
|
|
[9 replies] Last: But when it output the Menu, it will not let the user choose what opti... (by CyraxNguyen)
|
by Aerion4
String arrays in different functinos.
|
|
[10 replies] Last: Ha. I should Have seen that...I'm still stuck on the pointer thing...b... (by Aerion4)
|
by brandonator
Saving Data
|
|
[13 replies] Last: thanks (by brandonator)
|
by jvesley
problem typecasting output inside of an end-of-file while loop
|
|
[1 reply] : You need to cast the int values to float or double, do this before you... (by TheIdeasMan)
|
by Ektor
Nested loops
|
|
[4 replies] Last: This loop while (grad >= 0) is invalid because grad was not initial... (by vlad from moscow)
|
by civilVIU
t displays all the possible times on a digital 12-hour clock, starting at 1:00:00 and ending at 12:59:59.
|
|
[7 replies] Last: I like the first one, that's what I was thinking. The second one will... (by TheIdeasMan)
|
by devonrevenge
what API is good for sound and graphics and easy to install
|
|
[1 reply] : maybe its to soon i hear you say...maybe i should pass some kind of un... (by devonrevenge)
|
by lordgarth6
Can not input values into variables.
|
|
[9 replies] Last: cheers, works a treat (by lordgarth6)
|
2 Dimensional Array on heap |
|
[no replies]
|
by Qmechanics
Problem with my code
|
|
[7 replies] Last: Thank you, :D i cant belive a lower case "R" was what was ruining the ... (by Qmechanics)
|
by BJzero
A quick question please help
|
|
[4 replies] Last: I don't see the connection, but ok. m is not destroyed after the loo... (by maeriden)
|
by rys
Help getting started with VTK
|
|
[no replies]
|
by fantasy555
need help with some arrays
|
|
[5 replies] Last: I wanted to avoid doing the assignment for you, but I can't explain it... (by maeriden)
|
by jaynajay
Why my program won't loop?
|
|
[1 reply] : cin.getline leaves the new line character in the input buffer. So next... (by vlad from moscow)
|
by Adiminium
Creating A Simple Maths Game - Help!
|
|
[2 replies] Last: Thank you very much! If only there was a thank user button I am very g... (by Adiminium)
|
by Mystic River
how to use switch case instead of if statement ?
|
|
[5 replies] Last: moschops : it's nicely done! thanks alot .. :) (by Mystic River)
|
by macleight
Optimization?
|
|
[3 replies] Last: You're welcome Extra tip: you should note that your IFs are redundant... (by maeriden)
|