by gameguy8888
How does this source code know that gameOver means to turn off?
|
|
[1 reply] : while (!gameOver) gameOver is a boolean value that can be set to tr... (by megatron 0)
|
need help with displaying output file. |
|
[4 replies] Last: @curiousfloridian The intermediate between both operations (i.e the r... (by megatron 0)
|
by MaBunny
Simple Calc: Problem 1
|
|
[2 replies] Last: Without looking at your code, there is a Bjarne Stroustrup book; I can... (by megatron 0)
|
by bryan1288
Constructor and overload the operator help!
|
|
[2 replies] Last: Tq for the reply, now i got the idea how to do it.....yah the line 31-... (by bryan1288)
|
by MCWAL
Please people help me. I really need your help.
|
|
[10 replies] Last: No worries it's not something people think about when first starting. ... (by megatron 0)
|
by WPSPIKER
compound interest on loan
|
|
[7 replies] Last: Dhayden: very good point on the NU_MO issue that retains the old mont... (by WPSPIKER)
|
by jaykeblakk
cin.getline not prompting for input after hitting Enter
|
|
[1 reply] : do{ cin.getline(answers, 256); }while( strlen(answers) == 0 ); ... (by ne555)
|
by Darwin
How to break down numbers
|
|
[no replies]
|
by alex067
Postfix Exp
|
|
[3 replies] Last: It works for me #include <iostream> #include <string> using namespac... (by Thomas1965)
|
by cojeap
Error inside of locale_facets_nonio.h
|
|
[1 reply] : My VC++2010 also doesn't compile it. VS2013 CE does. This include file... (by Thomas1965)
|
by WhatIf
Need more clarification about object declaration
|
|
[6 replies] Last: The #include is a preprocessor directive , just like the #ifndef, #en... (by keskiverto)
|
by aerichsen
Mad Lib
|
|
[3 replies] Last: Thanks, I changed the function to: void prompt(char array ) { ... (by aerichsen)
|
by robbie123
I/O file - am i following the direction?
|
|
[3 replies] Last: Very welcome, glad to help. :] (by megatron 0)
|
by megatron 0
Can you makes the evil goto clean?
|
|
[4 replies] Last: JLBorges - You never cease to amaze me. return get_stdin_input( valu... (by megatron 0)
|
by Confreg2142
For loop won't loop in Array
|
|
[1 reply] : Line 17 After the if statement on the first iteration, it will ret... (by integralfx)
|
by nfnicolas
for game square
|
|
[3 replies] Last: Not sure what is needed. This will at least compile and run: #include... (by Chervil)
|
by Sparrow17
classes
|
|
[2 replies] Last: turk, thanks for the reply! So if i'm using that string of code, am i ... (by Sparrow17)
|
by maeniel007
Program 'Ends' after Menu Option Is Selected
|
|
[no replies]
|
String Sorting Program Help |
|
[3 replies] Last: For the first error your function prototype doesn't exactly match the ... (by jlb)
|
by Joanjava
Error in Operator Overloading
|
|
[3 replies] Last: Those two tips solved the error, thank you guys! (by Joanjava)
|