by SeanTL
Need help with a simple AI
|
|
[2 replies] Last: The main loop // Ugh. int main() { gameStart: int ttts_board = {... (by SeanTL)
|
by LCIrecordz
Interested In Video Game Programming
|
|
[2 replies] Last: Personally I feel that programming, as a skill, is simply another mean... (by closed account j3Rz8vqX)
|
by Goblue89
Basic Chess problem
|
|
[2 replies] Last: nevermind (by vasilenko93)
|
by joegrizzly
NEED ATOI HELP
|
|
[3 replies] Last: I'm on gcc 4.7.1, no errors with the code below: #include <iostream> ... (by closed account j3Rz8vqX)
|
by football52
Guess My Number
|
|
[7 replies] Last: Thanks giblit, I`ll take a look (by closed account 2AoiNwbp)
|
by isuckatthis
I/O reading the next line in input file?
|
|
[6 replies] Last: Uhmm, it worked on mine. http://coliru.stacked-crooked.com/a/f2c15de1... (by nvrmnd)
|
by Bass581
Help with matrix problem?
|
|
[no replies]
|
Modifying code to reference function instead of return function |
|
[9 replies] Last: productCode = getProductCode(code); You were expecting a string to r... (by closed account j3Rz8vqX)
|
by elite zero
Char* vs String comparisons
|
|
[1 reply] : Every character has an ascii decimal value: http://www.asciitable.com/... (by closed account j3Rz8vqX)
|
by Void life
Quicksort pivot & quicksort complexity
|
|
[10 replies] Last: You are welcome Void life, I wish I was more useful to you. regards, ... (by closed account 2AoiNwbp)
|
by cfm310
Help: expected unqualified id
|
|
[2 replies] Last: rosterapp.cpp:253: error: expected `}' at end of input rosterapp.cpp... (by CodeGoggles)
|
by cfm310
classroom roster struct
|
|
[1 reply] : Edit student function: --Prompt for student id #. --Pass the roster ... (by closed account j3Rz8vqX)
|
by Novicius
problem with char *array[]declaration
|
|
[2 replies] Last: Thank you for (quick btw) reply; string type is working without warn... (by Novicius)
|
by NOMNOM
Issues with linked list addition
|
|
[2 replies] Last: Thanks that helped a lot! Here is my updated add function, now it work... (by NOMNOM)
|
by Pmiccich1
error "fatal error LNK1107: invalid or corrupt file: cannot read at 0x368"
|
|
[6 replies] Last: Really having trouble with this still (by Pmiccich1)
|
by MRangel
arrays and functions -changin the array (1,2)
|
|
[29 replies] Last: ok I think I got it now. Thanks for all your help! (by MRangel)
|
by nsmith1779
got problems with class code
|
|
[1 reply] : Use code tags!!! http://www.cplusplus.com/articles/jEywvCM9/ Error C... (by Aceix)
|
by aguku
undefined reference to function
|
|
[2 replies] Last: [quote=OP]undefined reference to `void CrearPila<char>(TNodoPila<char>... (by Aceix)
|
by chofs
counting characters per line
|
|
[3 replies] Last: Something like this: //C++11 code vector<string> vec{"peace","war"};... (by Aceix)
|
by Darryl123
Question
|
|
[3 replies] Last: Just put the stuff you want to be repeated in functions like I mention... (by giblit)
|