by yatch017
Program outputting <player> Wins two times instead of 1.
|
|
[4 replies] Last: I tried removing the spot_valido before the while loop and it still ou... (by yatch017)
|
by maximus123
Ray tracing
|
|
[5 replies] Last: Thanks. This helped. (by maximus123)
|
by bookLearnin
Validating user input
|
|
[2 replies] Last: lol wow, can't believe I didn't catch that, Thanks! (by bookLearnin)
|
by Nogroth
Delete objects?
|
|
[2 replies] Last: Drat. Well ok, I'll look into that. Thank you:) (by Nogroth)
|
LoadLibrary error |
|
[no replies]
|
Vectors again :( (1,2) |
|
[23 replies] Last: That's a good book, I have it too, along with The C Programming Langua... (by CplusplusAcolyte)
|
by josepho16
Tic Tac Toe Array
|
|
[2 replies] Last: yeah, i thought about that but couldnt figure it out. ill research it ... (by josepho16)
|
by woohoo
Iterate through vectors
|
|
[4 replies] Last: Use the value returned by the container's insert() #include <iostr... (by JLBorges)
|
by Parivallal
Count the number of text numbers in a txt file using c++..
|
|
[1 reply] : please Give me coding. ...you must try something out, bring the code... (by Aceix)
|
Header causing compile errors. |
|
[4 replies] Last: > Here is a image of some of the compile errors g++ foo.cpp 2> erro... (by ne555)
|
by Zach7420
Help Modifying Tic Tac Toe
|
|
[11 replies] Last: A good logic to follow for the AI is to perform these checks in this o... (by Manga)
|
by alsade
question about text fies
|
|
[no replies]
|
by Edward01
Initializing Structs in Linked List
|
|
[1 reply] : Hey, I hope I'm not too late ;) //in main you let n point to a new ... (by Glandy)
|
what does mean |
|
[3 replies] Last: Its is a dereferencing operator. You need to know pointers to understa... (by Stormboy)
|
Blinking and color |
|
[7 replies] Last: For the blinking, you could even use SetConsoleTextAttribute to set ... (by TwilightSpectre)
|
by todaealas
Ranking alphabets
|
|
[3 replies] Last: As DTS suggested, you probably want to hash the string. Here is a webs... (by Smac89)
|
by Bubiche
Input a budget, output goods to buy so that the user will spend as much as possible
|
|
[8 replies] Last: Brute force is most probably not optimal, and although you might be ab... (by Mathhead200)
|
by Garion
Converting Bases
|
|
[4 replies] Last: Thank you so much! I think this makes a little more sense now. (by Garion)
|
Functions |
|
[8 replies] Last: No, its completely unrelated to your code. Here, rather than the array... (by TwilightSpectre)
|
by super n00b
Adding several numbers without a loop
|
|
[5 replies] Last: ^^^ That's just abstracting from the loop. lol (by IceThatJaw)
|