Skip to content

strptime insn't valid C++only exists in posix and python #28

@gbowne1

Description

@gbowne1

this line #140 in gradebook.cpp

if (strptime(assignmentData["due_date"][i].c_str(), "%Y-%m-%d", &t) == NULL)

strptime doesn't exist in C++ and from some research only exists in python and something close to it exists in C++1

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is needed

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions