by greg98
how to solved the problem with check winner in tictactoe
|
|
[19 replies] Last: thank you guys! (by greg98)
|
by saam
Hash Function
|
|
[10 replies] Last: @ jonnin thank you very much for the help. (by saam)
|
by morganniie
Ask the user if they want to rerun the program?
|
|
[5 replies] Last: Hello morganniie, Always initialize your variables. You may be use to... (by Handy Andy)
|
by saam
Write a pseudocode
|
|
[3 replies] Last: In kbw's example he has an int named ret. In c++ when you want to retu... (by Manga)
|
by saam
pseudocode for hash function
|
|
[no replies]
|
by lindsayy
what datatype should i use in a function if the function is to choose something
|
|
[1 reply] : Possibly enum class PassReg {PassNum, IdentCard}; (by seeplus)
|
by JoeSidda
im totally new help!
|
|
[9 replies] Last: The compiler and the method of compiling should most certainly suppor... (by kbw)
|
What's the meaning of 'int foo(int);'? |
|
[5 replies] Last: If you want to print the function address you need to cast it to void*... (by dutch)
|
by Anonomys
How Would I go about to write this? is it possible?
|
|
[6 replies] Last: @OP This has an even worse smell to it than spam. Generating passwords... (by againtry)
|
by nomnomu
Bubble Sort for Strings
|
|
[10 replies] Last: Or sort the array in main() ... int main() { Property data {... (by againtry)
|
by jafra
index of value in table .c++
|
|
[3 replies] Last: #include <cstring> // return the position of the character in the c-... (by JLBorges)
|
by crueltyfree
Finding an element in a vector of objects
|
|
[2 replies] Last: No, it compiles) I've forgotten to give you some very important parts ... (by crueltyfree)
|
by bern077
Moving squares for a sliding puzzle with sfml
|
|
[2 replies] Last: Yeah my question was how to move or flip both boxes around to make sur... (by bern077)
|
by thedude0901
Linked List - How To Create From File
|
|
[3 replies] Last: Thanks for the replies! I got it working. Thanks for the general C++ '... (by thedude0901)
|
by saam
Recursive function
|
|
[8 replies] Last: Thanks @Ganado @jonnin. I've got it. (by saam)
|
by alexas
memory/references issue
|
|
[10 replies] Last: it should work as-is with some includes. Test it first like it is, an... (by jonnin)
|
How to find a specific element of a value in a vector? |
|
[8 replies] Last: Okay, to fix it you have to use std::rbegin and std::rend instead.... (by mbozzi)
|
by Reddevil1003
GetAsyncKeyState() confusion
|
|
[2 replies] Last: thanks @markyrocks (by Reddevil1003)
|
can not create file |
|
[5 replies] Last: lastchance, seeplus, Thank you very much! it seems that i misclicked... (by electro amperkin)
|
by chebyrek
Help with this task
|
|
[6 replies] Last: @OP FWIW this follows your snippet as a complete project which runs. ... (by againtry)
|