by jakesweater
I need Help on my arcade game collection
|
|
[6 replies] Last: Connect-4 have 5 errors: #include <iostream> using namespace std; //... (by jakesweater)
|
by Haani
alternate of switch or a better way?
|
|
[no replies]
|
by Protomega
cin in a loop
|
|
[4 replies] Last: Sorry for the late response, all three of these answers helped out a l... (by Protomega)
|
by Alove9423
File --> array(s) --> cout output!
|
|
[no replies]
|
by ramirez618
I'm supposed to make a hospital program.
|
|
[10 replies] Last: I'll give u the code for one of them: double calctotal(double char... (by Glandy)
|
by samfisher4
C++ Array and Statistics
|
|
[9 replies] Last: So you need to sort your list. Simplest way I can think of off the top... (by heebleworp)
|
by heebleworp
Opinions about formatting code + comments
|
|
[7 replies] Last: Thanks for recommendations guys. When code starts to become long and... (by heebleworp)
|
by Ch1156
Numbers outputting differently
|
|
[4 replies] Last: #include <iostream> using namespace std; int main() { int num1 = 2... (by naraku9333)
|
by chmstry
How do I extract part of a string?
|
|
[no replies]
|
by KamKan
FILE HANDLING error.
|
|
[2 replies] Last: Your error messages explain themselves. At lines 126 and 135, you're ... (by MikeyBoy)
|
by elfeck
Collecting headers into one header
|
|
[3 replies] Last: Do you just mean basic naming conflicts like two separate variables w... (by Disch)
|
f2 was not declared |
|
[2 replies] Last: Thank u (by Cutefriendzoned)
|
by Ross
TIC TAC TOE
|
|
[1 reply] : #include <iostream> #include <cstdlib> using namespace std; char sq... (by Yanson)
|
by Xesna
Car Class
|
|
[4 replies] Last: Thanks. I did what ya said, "new name and location" and it worked. Kin... (by Xesna)
|
by NullInfinity
[solved] SDL Tutorial (Coordinates & Blitting) fails to yield expected results.
|
|
[6 replies] Last: I tried commenting out both SDL_Quit/QUIT events, one at a time, runni... (by NullInfinity)
|
by Xesna
Monthly Budget
|
|
[3 replies] Last: Thanks. Really, the set_budget.set_budget was needed. #include <i... (by Xesna)
|
by Xesna
Population
|
|
[2 replies] Last: *Face palm* Sigh. Thanks. Let me check if it works. EDIT: I had an is... (by Xesna)
|
by enemy
Hint for sorting brothers (from structure person) by age- pseudocode
|
|
[no replies]
|
by omran1994
problem in program to calcuate the tax
|
|
[no replies]
|
by engmeshmesh1
ERRORs: names the constructor not the type & can't resolve address of overloaded function !!!
|
|
[2 replies] Last: @Keskiverto: Thanks a lot, that works well :D I'm grateful for u **... (by engmeshmesh1)
|