by cppnewuser13
default initialization and assignment for classes
|
|
[2 replies] Last: Thank you for this explanation. It helped a great deal. In hingsight... (by cppnewuser13)
|
by MST
erf or error function
|
|
[1 reply] : erf() is implemented in <cmath> for C++11 http://www.cplusplus.com... (by yulingo)
|
by donvigor
deleting a Linked list
|
|
[2 replies] Last: so it means to empty the the list i have to delete all the middle node... (by donvigor)
|
by kmartar
Student Programmer needs help with functions
|
|
[16 replies] Last: Not quite. The variable names are clearly different: neSale neSales... (by Chervil)
|
by mkory
Please help me figure out the error
|
|
[1 reply] : for (int i=0;i<numjudge;i++) { cin>>score ; //consider you... (by Glandy)
|
by Isolated
Quick Question on if statement.
|
|
[7 replies] Last: I put your code and replaced it with mine MikeyBoy. I think it was la... (by Isolated)
|
by allendks45
Understanding this code snippet
|
|
[3 replies] Last: Okay allendks45 I added to the program to help you understand the res... (by whitenite1)
|
by KyeMiraina
How to censor password? (1,2)
|
|
[24 replies] Last: If they press the backspace just remove the last character from your s... (by Duthomhas)
|
by dino93
factorial
|
|
[5 replies] Last: http://www.cplusplus.com/doc/tutorial/functions/ Go to the very botto... (by giblit)
|
Class inheritance in C + +, need some help |
|
[no replies]
|
solution for a maze *****important***** |
|
[no replies]
|
by bimski
Restaurant C++ Help
|
|
[1 reply] : // let's take this as an example case ('a'): empty_tables; /... (by Glandy)
|
by lvinaja
Infinite loop in while statement with cin
|
|
[5 replies] Last: OK, in case anyone else runs across this problem ... The while loop i... (by lvinaja)
|
by Jinstry
Calculating gross pay
|
|
[2 replies] Last: I looked at that tutorial countless times, to see if maybe i would und... (by Jinstry)
|
by jakesweater
Have errors on Connect-4 game
|
|
[5 replies] Last: @jakesweater After changing system("clear"); to system("CLS"); , t... (by whitenite1)
|
by kntg24
Searching a File for Prime Numbers
|
|
[11 replies] Last: That seems to give me an average of 5 and a sum of 23. Did it compile ... (by kntg24)
|
by immano0b
atm machine
|
|
[4 replies] Last: it worked! :D :D :D now all i need to do is to write all the necessa... (by immano0b)
|
by jakesweater
Have errors on tic-tat-toe game
|
|
[no replies]
|
by HydRoLani
Not sure what I'm missing.
|
|
[2 replies] Last: Thank you, mutexe. This code should work now... Please let me know if ... (by HydRoLani)
|
Semster Project Help |
|
[3 replies] Last: I've now made the game, but the problem is that it always blinks afte... (by Disch)
|