main() and jousting project |
|
[4 replies] Last: The () of a function call are the parameters you are passing to that f... (by Raezzor)
|
by InvaderGUI
Array Problem
|
|
[2 replies] Last: Thank you so much. I have been going over this all weekend. I did not ... (by InvaderGUI)
|
by kuriolis
Using private class members in a friend function
|
|
[1 reply] : I don't see a problem. I had no problems compiling it with VS2010. (by AbstractionAnon)
|
by dday9
New to C++
|
|
[1 reply] : Go to xoax.net. This website has C++ tutorials, Java tutorials, PHP t... (by closed account EAUX92yv)
|
by achieven
a function that reads a text file
|
|
[9 replies] Last: Hey thanks for the help! My problem was I put the txt file in the same... (by achieven)
|
defining identifiers |
|
[1 reply] : int identifier; Of coruse, you can use any defined type instead... (by AbstractionAnon)
|
by DavidBrent
Combining mortgage .cpp with Banking .cpp
|
|
[1 reply] : Here is the mortgage application as discussed above #include <iostrea... (by DavidBrent)
|
by aim1984
Term does not evaluate to a function taking 1 arguments??
|
|
[3 replies] Last: Not only what the above have stated, but Password is declared as type ... (by Raezzor)
|
by Gomboo
i cant find my mistake .....pls check it
|
|
[4 replies] Last: You still did not place it in code brackets and did not tell what the ... (by ryancb06)
|
by myka316
Function that doesn't allow user inputted negative numbers
|
|
[5 replies] Last: First, modify get_non_negative() to accept and return a non-negative... (by JLBorges)
|
by msdagiya
finding gcd
|
|
[2 replies] Last: http://en.wikipedia.org/wiki/Euclidean_algorithm (by JLBorges)
|
by drakescale
Function for getting player names not working, suggestions?
|
|
[3 replies] Last: I figured it out. A \n remained in the input stream from a previous in... (by drakescale)
|
by khchowad
Putting a sentence into a 2D array
|
|
[no replies]
|
by jlillie89
Checking the file
|
|
[8 replies] Last: I don't see how you rewrote the if. It looks exactly the same. Yo... (by AbstractionAnon)
|
by nexos
need help with fractions
|
|
[no replies]
|
by kong288
Extern with Class Objects
|
|
[2 replies] Last: You haven't show us the declaration for your Button class. At lin... (by AbstractionAnon)
|
by AaronTrahan
file input of mixed types
|
|
[6 replies] Last: int main() { string line; ifstream infile; int num, ... (by AaronTrahan)
|
by Raezzor
fstream and string getline problem
|
|
[6 replies] Last: Yup, that's exactly what my txt file looks like, with the first line b... (by Raezzor)
|
Calculations coming out wrong |
|
[1 reply] : Square::Square(float initialDim){ initialDim=dimension; } If you ... (by cire)
|
by Devilnp123
Cin gets ignored ?
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/6046/ You need to clear the i... (by Moschops)
|