by poeteskimo
Can anyone help?
|
|
[1 reply] : What is 'TheGame'? You don't have it defined anywhere. The compiler ... (by Disch)
|
by IWishIKnew
Scope of inline function definition
|
|
[2 replies] Last: thanks. (by IWishIKnew)
|
by DreCatchDubs
C++ Functions/Arrays
|
|
[no replies]
|
by AnaMota
Exercise solution chapter 9 from Programming -- Principles and Practice Using C++
|
|
[2 replies] Last: Thanks, helped me a lot! (by AnaMota)
|
by DreCatchDubs
C++ Functions And Arrays part 2
|
|
[3 replies] Last: Don't return -1 from main(). If you want the result to be 255, return ... (by Duthomhas)
|
by DarkBlue
Loop closes before finishing
|
|
[2 replies] Last: What I was trying to do was implement the output of payrate*wages into... (by DarkBlue)
|
Text Adventure Command Parser |
|
[8 replies] Last: Happy to help. =) (by Disch)
|
by dncp4312
Password
|
|
[3 replies] Last: Basically, you make a loop that only allows you to exit when you've en... (by mattballj10)
|
by msomoles
Caesar Cipher
|
|
[1 reply] : This function returns single character. Did you mean to output each ch... (by JockX)
|
by zENZEz
Game project
|
|
[5 replies] Last: Solved it with an if-function under the i's for-loop and put it inside... (by zENZEz)
|
by wanttolearn1
com+ dll and write to event viewer
|
|
[no replies]
|
by brownjas
How to make bool cout yes or no
|
|
[9 replies] Last: ahhh that makes sense... thanks for that (by closed account Dy7SLyTq)
|
by OLittleO
Printing a powerset from a linked list.
|
|
[5 replies] Last: I do not know anything about sets or STL? (by OLittleO)
|
by MarkMMA1
help creating simple project
|
|
[3 replies] Last: This should really go into the Jobs forum, not here. (by MikeyBoy)
|
Can someone help me complete this code? |
|
[1 reply] : @ strugglinprogrammer , Do you have any question more specific than "... (by ritstudent)
|
How to make a loop that keeps track of whose turn it is and there score? |
|
[1 reply] : Use the modulo operator: bool endConditionMet = false; int playerSco... (by ritstudent)
|
by michael25
c++ string occurence (1,2)
|
|
[21 replies] Last: 1. Don't use character pointers or character arrays instead of std::s... (by LB)
|
How to make a loop that reiterates for a certain number of players? |
|
[1 reply] : int nplayers = 6, i; //6 players in this example for(i = 0; i < nplay... (by Mats)
|
Can someone help me make my code work? (Code and errors in post) |
|
[2 replies] Last: Yeah, the turn is supposed to keep track of each turn. And I also have... (by strugglinprogrammer)
|
by michael25
c++ write neg and pos numbers to file
|
|
[2 replies] Last: i have no any idea... (by Clairessen)
|