by EmilianoG
TicTacToe Game with classes.
|
|
[6 replies] Last: You have leftover junk in your buffer that the getline is grabbing. Yo... (by Manga)
|
by Kejone
Random Guesser
|
|
[3 replies] Last: Here is what it should look like: #include <iostream> #include <cstdl... (by H00G0)
|
by smarkus
Code Blocks
|
|
[1 reply] : On Windows right click on the file => Properties => Opens with (by Thomas1965)
|
by smarkus
Pointers
|
|
[5 replies] Last: Hello 1.Pointer is a variable which stores the address of another vari... (by certvalue143)
|
by samir1996
Can not identify error
|
|
[1 reply] : By default the derived class constructors will call the default base c... (by Peter87)
|
by samir1996
Unexpected output
|
|
[3 replies] Last: Actually, the deletes should be the array kind, e.g., delete c... (by tpb)
|
by ICU2
I need help, whats wrong with this
|
|
[8 replies] Last: Hmm ok ill edit it now and try again but i think my codeblocks is bugg... (by ICU2)
|
How to submit problems answer in facebook hackercup qulification round ? |
|
[1 reply] : okay, i get it. Last valid submission details Close Time 9 July 2018 a... (by closed account 1TD80pDG)
|
by jflyer215
no instance of overloaded function
|
|
[2 replies] Last: thanks sorry if i forgot to say i was using ue4 for my project and whe... (by jflyer215)
|
by Weiqi Chen
thread safe about shared_ptr of copy and assign.
|
|
[4 replies] Last: I hope I understand it correctly. (by Weiqi Chen)
|
by kscronce
Program to simulate lottery help!
|
|
[10 replies] Last: https://xkcd.com/979/ (by Ganado)
|
by BGA6444
Factorial loop that multiplies by previous factorials
|
|
[2 replies] Last: Thank you so much!! (by BGA6444)
|
by mrdos
2D Array HistoryTable storing and Updating Predictions.
|
|
[2 replies] Last: Sorry for the unclear original goal, All i was attempting to do was to... (by mrdos)
|
by rafaelnp
How to fill the array using the RAND () and WHILE function?
|
|
[1 reply] : I can't understand your description or your code. One thing you're do... (by tpb)
|
by samir1996
No output
|
|
[3 replies] Last: Also note that your operator+ needs to allocate extra space to concate... (by tpb)
|
by mim97
Correct program but wrong output
|
|
[2 replies] Last: thankyou for the help (by mim97)
|
by zetef
How to translate the origin points to another position in SDL
|
|
[2 replies] Last: Sorry for being so late, I actually fixed the problem and also posted ... (by zetef)
|
by thenewnubkid
Binary Search NO errors still not working
|
|
[1 reply] : AH Shit Resolved It Guys,Line 27 last = mid -1; was wrong last =... (by thenewnubkid)
|
by Lollllipoop
How to create such site?
|
|
[1 reply] : Get a dictionary of words. Use the std library to find all permutatio... (by Repeater)
|
by James5
loop sum of all odd numbers
|
|
[1 reply] : #include<stdio.h> #include <iostream> using namespace std; int main... (by mdrankoski)
|