More help with grader |
|
[2 replies] Last: Okay so I did this: #include <iostream> #include <fstream> #include ... (by psychoticbear)
|
by Borstian
Calculating with vector containers
|
|
[2 replies] Last: 1st. Use loops: for(int i = 0; i < AVector.size(); ++i) BVecto... (by MiiNiPaa)
|
static function |
|
[5 replies] Last: You have to instantiate static members. Put this in your cpp file: ... (by Disch)
|
by Nezar
What does this keyword specify ?
|
|
[2 replies] Last: Thanks my friend :) (by Nezar)
|
by GreenUK
Use Class Member By Reference
|
|
[3 replies] Last: ADungeonExplorerCharacter *MyCharacter; This is just a pointer. It d... (by MiiNiPaa)
|
by mishappp
I need helpful critique for school assignment.
|
|
[6 replies] Last: Lines related to "generating" a number; unsigned change = time(0); sr... (by MiiNiPaa)
|
by xenovia12
problem with my function
|
|
[12 replies] Last: okay thank you .. i understand it now a lot (by xenovia12)
|
by alielsaadi
help understanding it
|
|
[2 replies] Last: thank you, very clear now. (by alielsaadi)
|
Exam Grader |
|
[1 reply] : 1) If you want to get grade from your function, you should indeed retu... (by MiiNiPaa)
|
by Salad7
If i pass a value into the constructor of a sub class...
|
|
[1 reply] : The answer is: whatever you need. If you need to modify data after cre... (by MiiNiPaa)
|
by awkward
Monthly Payment Loan
|
|
[5 replies] Last: P = ( r * A ) / ( 1 - (1+r)-N) Where, P = Payment Amount A = Loan ... (by lonelylense)
|
by lonelylense
how to find position of newline in string (getline)
|
|
[11 replies] Last: Post the answer and mark the question as solved. (by Yay295)
|
by Salad7
Passing in a pointer parameter to set it to another parameter
|
|
[2 replies] Last: I figured it out i was confused with pointers at the time (by Salad7)
|
by passw0rd
shuffle
|
|
[2 replies] Last: You must use pointer notation throughout the function (no square brac... (by Disch)
|
by passw0rd
Pascal's Triangle
|
|
[no replies]
|
Calculating Volume and Surface Area of a Sphere |
|
[4 replies] Last: Yes, your method will work too. The key is to avoid the integer divisi... (by dhayden)
|
by k1p1black
Static variables
|
|
[2 replies] Last: #include <iostream> void showstat(int curr) { int nStatic; nSt... (by closed account 48T7M4Gy)
|
by heisadobe
Calculate Fibonacci with dynamic array and recursion
|
|
[2 replies] Last: Thank you, Yay295. I finally figure out the function cal, I forget the... (by heisadobe)
|
by netomilt
Invalidating non numeric input entries
|
|
[3 replies] Last: Thank you (by netomilt)
|
by mtbrooks1993
loop
|
|
[4 replies] Last: I got it to work with the while(stopper !=3 && stopper != -1) Thank ... (by mtbrooks1993)
|