by helpmeplease
Help with unit testing
|
|
[no replies]
|
by quayda
Saving .txt for reference
|
|
[1 reply] : I found instructions for saving a file for NetBeans and CodeBlocks, b... (by MiiNiPaa)
|
by bozz51
Need a guru to take a gander
|
|
[3 replies] Last: figured it out... Thank Disch #include <iostream> #include <fstream... (by bozz51)
|
by myregm
Problem with getline()
|
|
[2 replies] Last: Thank you codewalker. It is solved. (by myregm)
|
Very finicky IDE. |
|
[1 reply] : From 4 I see that you type end quote (and bracket) again? Stop typing ... (by codewalker)
|
by quayda
Program compiles, but doesn't act?
|
|
[4 replies] Last: Thanks for the link @admkrk I think I thought the console closing me... (by quayda)
|
by passw0rd
simple question
|
|
[2 replies] Last: lol,,,,,,,,,wtf...... thx (by passw0rd)
|
fatal error: iostream: No such file or directory. |
|
[3 replies] Last: Make sure that the name of the file identifies it as a C++ source file... (by JLBorges)
|
by ruben5802
help
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/functions/ I am assuming your i... (by closed account j3Rz8vqX)
|
by campos10
code reading explanation?
|
|
[1 reply] : spelling gives you the (i+1) th character of spelling (remember,... (by long double main)
|
by genaotd
Calculator Code Error
|
|
[1 reply] : Dont declare the variables inside your case statements - declare them... (by Codermik)
|
by jerkface
Merging 2 into a single alphabetized
|
|
[1 reply] : The errors are pretty straight forward. On line 69 of your snippet, y... (by xismn)
|
by Capitol
trouble with arrays of objects
|
|
[7 replies] Last: This is how my code looked when I tested it with changes: #includ... (by Codermik)
|
by Gawaine
Problem with stack of strings
|
|
[2 replies] Last: Thanks, I fixed it. (by Gawaine)
|
by quayda
Linker Error?
|
|
[6 replies] Last: Okay, great. It's compiling now that I've altered. But, do yall know w... (by quayda)
|
by zukmeku
Not looping after wrong input
|
|
[2 replies] Last: Thank you!, this has saved many future complaints in my game. (by zukmeku)
|
by hinesro
Bad random number generation
|
|
[3 replies] Last: The Character objects (attacker and defender) in dieRoll are copies of... (by Peter87)
|
by quayda
Merge Failing at Compilation
|
|
[1 reply] : Your code has: ifstream theAdopted( "The Adopted.txt" ); int insA ; ... (by keskiverto)
|
by wolfv
printing numbers question
|
|
[3 replies] Last: Thank you keskiverto, explicit casting worked. #include <iostream> #i... (by wolfv)
|
by Sharan123
Problem in deleting last node
|
|
[no replies]
|