by Jj1009
Reversi/Othello game
|
|
[1 reply] : Take a look at this: https://www.gamedev.net/articles/programming/arti... (by dudeawsomeness1)
|
by DevReign
How to Store different classes in one array or...
|
|
[2 replies] Last: Thanks! Seems to be exactly what I was looking for. (by DevReign)
|
by Muiz
Having problem designing a constructor
|
|
[6 replies] Last: Okay sorry for being rude (by Hammad Ali)
|
Adding Decimal problem C++ |
|
[1 reply] : > that when I enter a decimal as a answer, my code then begins to scra... (by JLBorges)
|
rounding problem C++ |
|
[2 replies] Last: There is nothing wrong with your loops. The only issue here is that ev... (by Hammad Ali)
|
by blacksjacks
sorting class member
|
|
[4 replies] Last: thanks, JLBorges... i done ... although many i dint learnt before... (by blacksjacks)
|
by Crusher21
Use setprecision to save number to variable
|
|
[2 replies] Last: @mbozzi Great idea, I don't know why I didn't think of that. Thank you... (by Crusher21)
|
by Crusher21
Rand() giving very similar output each iteration
|
|
[11 replies] Last: VS2017 DOES have an up-to-date C++17/C++latest compiler. It defaults ... (by deleted account xyzzy)
|
by PistolPete10
Need help determining the winner of this game
|
|
[1 reply] : nvm I didn't have system("pause) doi (by PistolPete10)
|
by PacR
Find multiple char sequences in char array.
|
|
[7 replies] Last: Thank you all for your answers i'm currently studying them, will mark ... (by PacR)
|
by poopcupine
sort 2D string vector by selected column
|
|
[4 replies] Last: It worked. Thank you very much! (by poopcupine)
|
by medosz
Can I have some help please?
|
|
[9 replies] Last: I've done the program as you suggested. The calculation is still inva... (by medosz)
|
by Leewj9559
How to solve this question?
|
|
[6 replies] Last: I just know some basics commands only. #include<iostream> #include<io... (by Leewj9559)
|
by thatguy24
help me please
|
|
[1 reply] : … 300 is >= 100, num = 300/100 = 3 ynum = 300%100 = 0 switch, writ... (by jonnin)
|
by koolkidc234
Code not entering if statement block
|
|
[1 reply] : watch your variables in a debugger "circle,3.5\nsquare,3" the input... (by ne555)
|
by wertyuio123
Saving objects to binary file with some caveats?
|
|
[8 replies] Last: You could write the data to a buffer and then write it to the file in ... (by dhayden)
|
by Refritos24
Need help with this program. Very Confused.
|
|
[2 replies] Last: I'm really just not sure how to set these up. My professor didn't give... (by Refritos24)
|
by barnack
Address of std::set content
|
|
[2 replies] Last: thanks a lot! (by barnack)
|
by JonK
Beginner C++ Student
|
|
[4 replies] Last: Ahh ok I will keep the code formatting in posts in mind thank you. New... (by JonK)
|
C++ HELP |
|
[2 replies] Last: here, I would have used an enum most likely. (Why: these look like th... (by jonnin)
|