Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Webserv external functions in subject pdf #45

Open
vincentvis opened this issue Sep 30, 2022 · 0 comments
Open

Webserv external functions in subject pdf #45

vincentvis opened this issue Sep 30, 2022 · 0 comments
Assignees
Labels
Core Issues is regarding Core curriculum Subject Issue is in the subject

Comments

@vincentvis
Copy link

Project Name
Webserv

What is the issue
Page 4, table section "External functs."
Lists a few functions, but not everything that is needed. For example, for generating directory listing, you'll need readdir and opendir and for cgi you'll probably need something from the exec family, but none of those are mentioned.

Expectation
The list should be updated with at least:

readdir, opendir, execv/excecve

Or the whole section could be removed? (maybe better, see "additional context")

Additional context
A lot of people seem to be under the understanding that in any c++ projects you can ignore the "external functions" section and use all from standard C library (see this thread for example, but I've heard it before multiple times)

@W2Wizard W2Wizard added Core Issues is regarding Core curriculum Subject Issue is in the subject labels Sep 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Core Issues is regarding Core curriculum Subject Issue is in the subject
Projects
None yet
Development

No branches or pull requests

2 participants