by shanz12
need help in simple reversi game
|
|
[6 replies] Last: You might google for other programmer's solutions. The alpha beta rout... (by CodeWriter)
|
How do I get all the combinations of characters. |
|
[5 replies] Last: I just copy paste from another thread . Normaly I use std::swap . (by Ericool)
|
by rofhiwangae
classes
|
|
[5 replies] Last: this doesn't even compile. for example, line 107: void class_average... (by mutexe)
|
C++/OpenGL/SDL/Cmake where to Start? |
|
[10 replies] Last: @Zereo I dont think Vulcan with Dx12 is good for starting . Most of t... (by Z e r e o)
|
by supernoob
Bubble sort
|
|
[1 reply] : It allows the function to complete faster. It stops further steps when... (by Kevin C)
|
by supernoob
Float not working.
|
|
[8 replies] Last: I found the problem! It turns out that my 'b' variable is of int type,... (by supernoob)
|
by FireCoder
What's a c++ style array?
|
|
[7 replies] Last: In C++17 a helper function make_array will be introduced It's in Lib... (by Cubbi)
|
by JPoor
Need help with first c++ prroject
|
|
[4 replies] Last: you're welcome . (by Ericool)
|
by Arslan7041
Operator overloading? - So Confused!
|
|
[19 replies] Last: I got the following errors message: 24:18: error: passing 'const CVec... (by keskiverto)
|
by iAmChapin
Equation with functions (C++)
|
|
[8 replies] Last: If I can give you an hint , look for recursive function in Google. T... (by Ericool)
|
by sadeer11
Too high too low help
|
|
[1 reply] : There seems to be nothing wrong with this program. It is working on my... (by Kevin C)
|
by phztfte1
Problem Using regex
|
|
[8 replies] Last: JLBorges, Thank you for all your help. I changed line 62 in my code ... (by phztfte1)
|
by The Coota
GetKey()
|
|
[no replies]
|
by kingpin
Basic Calculator
|
|
[1 reply] : Hi & welcome to cplusplus :+) You can use a bool type variable to c... (by TheIdeasMan)
|
by kevinkim
A question about <stdlib.h>
|
|
[4 replies] Last: Thank you guys, and sorry for being late : ) I just found that the so... (by kevinkim)
|
by kellex
Why does this happens?
|
|
[1 reply] : The program is doing exactly what you're telling it to. You have an i... (by xismn)
|
by juanmiindset
Function help
|
|
[3 replies] Last: You must set the value of basepay to something before you print it out... (by Kevin C)
|
by Terraqueo
10001 prime number code
|
|
[7 replies] Last: Hi, Is this for an on-line coding challenge like Euler or on-line jud... (by TheIdeasMan)
|
by imap00ner
Recovering Distorted Image Using loops and 2d Arrays
|
|
[no replies]
|
by CodeWriter
code::blocks can't find dll
|
|
[3 replies] Last: Ok, that is a different error. Try searcing on google. This one is rel... (by Kevin C)
|