About 51,400 results
Open links in new tab
  1. fopen (3) - Linux manual page - man7.org

    fopen(3) Library Functions Manual fopen(3) NAME top fopen, fdopen, freopen - stream open functions LIBRARY top Standard C …

  2. std::fopen - cppreference.com

    Opens a file indicated by filename and returns a file stream associated with that file. mode is used to determine the file access mode.

  3. C fopen() Function - GeeksforGeeks

    Jul 12, 2025 · In C, the fopen () function is used to open a file in the specified mode. The function returns a file pointer (FILE *) which …

  4. fopen, _wfopen | Microsoft Learn

    Jun 12, 2025 · The fopen function opens the file specified by filename. By default, a narrow filename string is interpreted using the …

  5. fopen - C++ Users

    The running environment supports at least FOPEN_MAX files open simultaneously. Parameters filename C string containing the …

  6. Home - FOPEN

    May 19, 2026 · Elezione dei delegati Fopen in rappresentanza dei lavoratori e dei datori di lavoro

  7. C Library - fopen () function

    The C library function FILE *fopen(const char *filename, const char *mode) opens the filename pointed to, by filename using the …

  8. PHP: fopen - Manual

    Note: This function may also succeed when filename is a directory. If you are unsure whether filename is a file or a directory, you …

  9. fopen (3): stream open functions - Linux man page

    The fopen () function opens the file whose name is the string pointed to by path and associates a stream with it.

  10. fopen - he

    DESCRIPTION The fopen() function opens the file whose name is the string pointed to by pathname and associates a stream with it. …