David Chamont

Results 15 issues of David Chamont

I find disturbing that the first step (problem1) requires the use of the array flavor of std::make_unique, which has not been covered in the course.

@hageboeck @sponce @bernhardmgruber I suspect the `-O2` compiling option (with g++ 11.3. ) make that `for (int i = 0; i < 100; ++i) { a++; }` is some howreplaced...

- We should declare as a requirement the knowledge of object-functions. - I wonder how the idea of "manahattan distance" mix well with the idea of complexes. Perhaps we should...

I dislike a little the final question (ordering complex of complex), because I suspect such "complex of complex" is a mathematical non-sense. Isn´t it ?

stale

@sponce @bernhardmgruber @hageboeck I generally recommand to make any unary constructor explicitly. Yet, in this example, how dangerous is it to let the compiler transform an int into some Fraction...

stale

If needed...

stale

I do not know what would be the right solution, but it is a problem that the stl exercise cannot be compiled until every hole is completed.

stale

It is my strong feeling that the use of raw C arrays makes the syntax uselessly complex, and divert the learners from what we want to demonstrate. It would rather...

stale

There was some hope that after the recent cling 1.0 release, we may get C++20 in xeus-cling. Optimistic ?