by Bopaki
I do not know why string3 is not being displayed here
|
|
[4 replies] Last: Hello Bopaki, Overall dhayden has the best solution. For what it is ... (by Handy Andy)
|
by RustyJoe
Refresh console without printing every time
|
|
[2 replies] Last: @mbozzi Thanks a lot for your answer. (by RustyJoe)
|
by Univcplus
Finding new line in string
|
|
[5 replies] Last: Yeah, you're right, of course. I should have looked at the code for mo... (by Cheddar99)
|
by Bopaki
I want to get a sum of 2 objects
|
|
[10 replies] Last: Thanks to everybody who assisted me. I got the logic of the situation... (by Bopaki)
|
by yup2
Vector issues
|
|
[3 replies] Last: Hello yup2, What I see is that the first three items use "Vec", you s... (by Handy Andy)
|
by Grime
Why doesn't class obj(); work?
|
|
[7 replies] Last: Well you have some nerve to tell me to be more specific. I provided a... (by Grime)
|
by HWWilliams
BG / FG Color
|
|
[1 reply] : https://stackoverflow.com/questions/9965710/how-to-change-text-and-bac... (by closed account 42TXGNh0)
|
Minimax algorithm: tic tac toe |
|
[2 replies] Last: Ya i got the issues. the whole code was wrong. converting single playe... (by closed account 1vf9z8AR)
|
Quickly way to push_back 1 to n to std::vector |
|
[16 replies] Last: You're right Peter i didn't realise iota would be considered as vector... (by Grime)
|
by unknown121
Need Help
|
|
[1 reply] : Well, a first possible step can be to try to write some pseudo-code to... (by Too Explosive)
|
by Khateip
Why does a pointer variable to a const char not store address ?
|
|
[3 replies] Last: Thank you, @Ganado and @lastchance . (by Khateip)
|
by DdavidDLT
Setprecision is not working right ?
|
|
[3 replies] Last: It needs to be done before you print the floating point number col, bu... (by dutch)
|
by AL88
why doesn't my setw setfill bar graph work
|
|
[2 replies] Last: You only have to set the fill character once, and you probably want to... (by dutch)
|
by dyllawav
Need help with this code.
|
|
[7 replies] Last: The only problem with your original program is that the cout << endl ... (by dhayden)
|
by Niksy50
Sudoku square problem
|
|
[4 replies] Last: You should always post your code in code tags: http://www.cplusplus.co... (by dutch)
|
by yup2
Vector using structure datatype
|
|
[3 replies] Last: My pleasure! glad to have helped! (by H00G0)
|
by DdavidDLT
Need help reversing a number (Can't get the right answer)
|
|
[4 replies] Last: In your code, what is the starting value of Apverstas ? Is it meant ... (by Repeater)
|
Weird Symbols when outputting a char array |
|
[9 replies] Last: to print reverse it, you might find strlen() useful. eg for(i = str... (by jonnin)
|
by vtravis
multiple errors of invalid conversion and previous declaration
|
|
[4 replies] Last: The biggest problem with your code is that your function prototypes do... (by AbstractionAnon)
|
by wedb
ultimate tic tac toe, monte carlo scoring, operand and int array conversion problem
|
|
[1 reply] : Doesn't the best move depend on which player is making it? How does g... (by dhayden)
|