Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
E
extras
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • The Openvibe Group
  • extras
  • Issues
  • #16

Closed
Open
Opened Jul 02, 2020 by MONSEIGNE Thibaut@tmonseigOwner

Remove C Functions

🏗
cstring :
memset -> std::fill
memcpy -> std::copy
memcmp -> std::equal
cstdio :
printf -> std::cout
scanf -> std::cin, std::getline, std::stringstream
cstdlib :
rand, srand -> random
strlen, strcpy... -> due to char* instead of string
atoi, atof, atoll.... -> stringstream or use boost
.......

Edited Jul 07, 2020 by MONSEIGNE Thibaut
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: openvibe/extras#16