by anonymous156
win counter and list every winner in each game
|
|
[9 replies] Last: As a first refactor, consider something like this which has extra roun... (by seeplus)
|
by Cplusc
mpirun (1,2)
|
|
[23 replies] Last: Yes, it needs to be set when building the package. That's why I said w... (by Cplusc)
|
by guest89
Calling an array in a if function
|
|
[4 replies] Last: I feel like something is missing. If the loop does 601 iterations, "s... (by keskiverto)
|
by SSDEEZ
accessing binary heap in loop
|
|
[1 reply] : duplicate: http://www.cplusplus.com/forum/beginner/283477/ (by deleted account xyzzy)
|
by Cambalinho
how can pointer a class?
|
|
[8 replies] Last: after several time and work and tests, i get it to work a simple test:... (by Cambalinho)
|
by tiogrand
Resource leak
|
|
[2 replies] Last: To avoid resource leak when porting legacy code most time we have to ... (by helios)
|
by Cplusc
clapack package example (1,2)
|
|
[24 replies] Last: I got it worked. I again downloaded the clapack using curl -O https://... (by Cplusc)
|
by codernew
what is b3b2 mean in C++ ?
|
|
[4 replies] Last: @kigar64551 thank you very much (by codernew)
|
by Blueshark1
Making a loop and table for outputs
|
|
[6 replies] Last: If'n you have a compiler capable of using C++20 there is the <format> ... (by deleted account xyzzy)
|
by frek
A method to do lookup in dictionary with a M x N board
|
|
[4 replies] Last: Passing the vectors by reference rather than value improves efficiency... (by lastchance)
|
by JUANDENT
a template-argument cannot be a type that contains 'auto' in C++20
|
|
[6 replies] Last: C++20: template < std::ranges::forward_range RANGE > std::ranges::ran... (by JLBorges)
|
by lampahome
Possible to replace member function to a noop function?
|
|
[3 replies] Last: alternately: class Hi { public: Hi(){}; void test() {cout << ... (by jonnin)
|
by Blueshark1
Constructing plotting routine for a polynomial?
|
|
[8 replies] Last: And the fact that it is written as a power (exponent) ... doesn't mea... (by seeplus)
|
by NoobMaster96
Derived classes
|
|
[3 replies] Last: Lets have two shapes. Are they identical? If they are both triangles a... (by keskiverto)
|
by jetm0t0
Struggling with C-string method again
|
|
[13 replies] Last: The C++ standard library copied over the C library for the most part, ... (by deleted account xyzzy)
|
my getter and setter function not working |
|
[4 replies] Last: Do NOT remove the text you already had! Edit the post to ADD code tag... (by deleted account xyzzy)
|
by nini0la
Automatic Differentiation Library?
|
|
[5 replies] Last: OK, so if you want a gradient based approach then you can get derivati... (by lastchance)
|
by Cplusc
Solving linear system of equations using AztecOO
|
|
[7 replies] Last: Yeah, #include guards are the usual approach to avoid including th... (by kigar64551)
|
by Pickapv
Bubble sorting trouble
|
|
[3 replies] Last: As one file, consider: #include <iostream> #include <iomanip> #incl... (by seeplus)
|
by izzy531
Error: expected primary-expression before ‘)’ token
|
|
[6 replies] Last: You need to maintain a container of the entered data (eg a vector). Po... (by seeplus)
|