Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. the function FILE

the function FILE

Scheduled Pinned Locked Moved C / C++ / MFC
question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    youbo
    wrote on last edited by
    #1

    like this:FILE*in ,what does it mean? and the function is include in which file?

    J T 2 Replies Last reply
    0
    • Y youbo

      like this:FILE*in ,what does it mean? and the function is include in which file?

      J Offline
      J Offline
      jhwurmbach
      wrote on last edited by
      #2

      in is a variable of type "pointer to FILE" FILE is defined in stdio.h


      Though I speak with the tongues of men and of angels, and have not money, I am become as a sounding brass, or a tinkling cymbal.
      George Orwell, "Keep the Aspidistra Flying", Opening words

      1 Reply Last reply
      0
      • Y youbo

        like this:FILE*in ,what does it mean? and the function is include in which file?

        T Offline
        T Offline
        toxcct
        wrote on last edited by
        #3

        this is not a function (but probably that you didn't provide full informations). FILE is a structure defined in the CRT, used for files operations. FILE* is a pointer to a FILE. mainly, when you have to use files, you first open it (with fopen() for instance). such a function returns a FILE*. then, you may want to read, write, move inside and close your file freshly opened. all the function that perform such an action get a FILE* parameter... more question ? :)


        [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups