Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P project03
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cs24-19fa
  • project03
  • Issues
  • #2

Closed
Open
Created Oct 24, 2019 by Caleb C. Sander@csanderMaintainer

Avoid puts() in starter code

We didn't use puts() in CS 3 so many students didn't realize it was just a special case of printf(). Alternatives include using printf() everywhere (with %%, ew), using printf("%s", str), or just improving the comments (but doesn't appear that students actually read these ☹).

Edited Oct 25, 2019 by Caleb C. Sander
Assignee
Assign to
Time tracking