by Aleksa03
Removing character from string by his index
|
|
[3 replies] Last: Thanks i did it. (by Aleksa03)
|
by ndcn541
value of variable did not reset!
|
|
[2 replies] Last: I thought once it exits the function, all the variables in it would r... (by dhayden)
|
by bhargavah
Automatic destroy of global vectors
|
|
[3 replies] Last: At the end of main, destructor of that vector gets called, which is f... (by dhayden)
|
by jean launay
Point xt::xtensor container and xt::xarray container to same memory location.
|
|
[1 reply] : What is it that can be done in xtensor that can't be done in xarray, o... (by dutch)
|
by AaronZim
What is the proper syntax for std::get_if on a std::shared_ptr< std::variant<...> >?
|
|
[3 replies] Last: Thanks TheDaemoness and dutch, that's compiling for me, and cout'ing t... (by AaronZim)
|
by Ashmor
Tetris clone
|
|
[5 replies] Last: @TheDaemoness, Thank you very much for the feedback! This is very help... (by Ashmor)
|
The CPU displays more turns than human in the Tic-Tac-Toe board |
|
[7 replies] Last: You can do this by returning a char or an enum. the concept here is s... (by jonnin)
|
by Ignorant
ofstream to ofstream assigment..??
|
|
[3 replies] Last: Thanks to salem ,mbozzi.. I understand the compiler abuses now. (by Ignorant)
|
How to display turns of CPU and Human on board in Tic-Tac-Toe |
|
[3 replies] Last: Thank you for your feedback. (by kabirdevramana96)
|
by tomharvey27
gcc flags for specific msvc compiler warnings
|
|
[5 replies] Last: Thank you everyone for the replies. (by tomharvey27)
|
by quanchi23
csv file management for appending values.
|
|
[2 replies] Last: or, similarly, make an array of output files and open them all. then ... (by jonnin)
|
by Odglog
How to edit scripts after release? (1,2)
|
|
[25 replies] Last: AngelScript is a scripting language whose syntax is very similar to C+... (by Ganado)
|
by ddonate
How to detect 'Idle' status in Mac (Qt\C++ application)
|
|
[2 replies] Last: the OS tracks this, somehow, somewhere. there is probably a way to as... (by jonnin)
|
by codarampt
Converting strings to char
|
|
[2 replies] Last: You can mix and match, but it is not generally recommended. The bigge... (by jonnin)
|
by frek
GitHub for me as a C++ programmer
|
|
[8 replies] Last: [quote=frek]No one knows the projects each company all over the world ... (by Cubbi)
|
by pfannmoe
Successive over-relaxation especially relaxation parameter
|
|
[9 replies] Last: Then add "C++ library" to the search. Try different wordings. We are u... (by dutch)
|
sorting ascending and descending |
|
[1 reply] : http://www.cplusplus.com/reference/algorithm/sort/ the default compar... (by jonnin)
|
by philip92
Getting wrong result while adding the sum of the ascii values of a string
|
|
[2 replies] Last: @Ganado, I found my mistake.. Thanks.. (by philip92)
|
by ToeNailz
Failing C++ Tests
|
|
[2 replies] Last: Ive coded in c++ since the late 80s (c with cout style admittedly) and... (by jonnin)
|
by pizsuzanne
Programmation C++ Tableaux
|
|
[4 replies] Last: Yeah no problem I will help you. You can also use https://www.deepl.co... (by Zaap)
|