Mentions légales du service

Skip to content
Snippets Groups Projects

Fixes from my notes of the second day of March 2024 session

1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 427 "And consequences might even be [dire](https://www.iro.umontreal.ca/~mignotte/IFT2425/Disasters.html) if you're not...\n",
    428 "\n",
    429 "Let's illustrate with a classic example:"
    430 ]
    431 },
    432 {
    433 "cell_type": "code",
    434 "execution_count": null,
    435 "metadata": {},
    436 "outputs": [],
    437 "source": [
    438 "#include <iostream>\n",
    439 "\n",
    440 "double ComplicatedMultiplyByTen(double value) \n",
    441 "{ \n",
    442 " double sum = 0.0; \n",
  • ROUVREAU Vincent
  • ROUVREAU Vincent
  • added 4 commits

    • 6be7b774 - Fix a name inconsistency identified by Vincent.
    • 635379e7 - Improve sentence following Vincent's cue.
    • 802718cf - Improve sentence following Vincent's cue.
    • 33d80635 - Rearrange better code and explanation for dynamic_cast. Thanks Vincent for the suggestion!

    Compare with previous version

  • Please register or sign in to reply
    Loading