by sherlock111
Checking whether a sudoku is valid (still unsolved round 2)!
|
|
[6 replies] Last: Found the problem with my code! Where I claimed that (i / 3) * 3 is ... (by closed account DEUX92yv)
|
by ocpodariu
Switch in a loop
|
|
[5 replies] Last: I got it. I really appreciate your help. Again, thank you very much. (by ocpodariu)
|
by INeedAHero
Destructor Question
|
|
[3 replies] Last: delete first calls destructor, then frees memory. Two in one! And also... (by MiiNiPaa)
|
by ecv11
Need help with descending order scores.
|
|
[5 replies] Last: does this look good. its not doing the output correct. I get blank out... (by ecv11)
|
by INeedAHero
Deep Copy Constructor in a Linked List class
|
|
[1 reply] : "Discards qualifier" usually means you called a non-read only member f... (by Daleth)
|
by klay2
need help with game bug
|
|
[no replies]
|
by Tstan
How to not display decimal points
|
|
[7 replies] Last: @jidder http://www.cplusplus.com/reference/ios/ios_base/fmtflags/ http... (by Chervil)
|
nonstatic member reference? |
|
[17 replies] Last: Also i dont understand why SlotMachine::m_creditpool and SlotMachin... (by spiritedDedication)
|
SYS_fork |
|
[1 reply] : It is complaining about line 42 system("pause"); //This is only ... (by Chervil)
|
by nfordhk
Arrays with If/then statements and fouts
|
|
[5 replies] Last: You didn't answer my question: "What do you think should happens when ... (by MiiNiPaa)
|
by aliraza1150
similarity of two strings
|
|
[2 replies] Last: Well if I was checking the similarity, I would do it like this: #inc... (by pata)
|
by xcindiix
Sudoku problem: Read integers from file without spaces
|
|
[2 replies] Last: I am following the c++ primer, I haven't got to reading from file yet,... (by pata)
|
by ghutch92
command line call to joyGetPosEx function
|
|
[1 reply] : How would this code look like in C++? It wouldn't. C++ doesn't enc... (by cire)
|
by Gumbercules
static member variable
|
|
[3 replies] Last: Just to inform you, what that line means: At this point, construct el... (by S G H)
|
by tpinon
binary file beginner
|
|
[2 replies] Last: ah that worked. thanks Chervil! (by tpinon)
|
by INeedAHero
Basic Linked List Question
|
|
[4 replies] Last: When deleting a node from a doubly linked list, you have to update bot... (by AbstractionAnon)
|
by megacraft
if statment help!
|
|
[6 replies] Last: However, the main advantage of the char type for user input is that it... (by Chervil)
|
by sabbirshawon
Average
|
|
[5 replies] Last: Thanks all of u :) (by sabbirshawon)
|
by Harish050887
Giving values to class members
|
|
[4 replies] Last: The following compiles cleanly: struct mystruct { mystruct(i... (by AbstractionAnon)
|
by skilzzz
Function not working properly
|
|
[10 replies] Last: Wow, I fully understand it now haha. Update was the keyword. Thank you... (by skilzzz)
|