Thread: What is Host Environment?

  1. #1
    C/C++Newbie Antigloss's Avatar
    Join Date
    May 2005
    Posts
    216

    What is Host Environment?

    Quote Originally Posted by C99
    int fflush(FILE *ostream);

    If ostream points to an output stream or an update stream in which the
    most recent operation was not input, the fflush function causes any
    unwritten data for that stream to be delivered to the host environment to
    be written to the file; otherwise, the behavior is undefined.
    As is shown above. What is host environment?

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    It's a technical term from the C standard. In layman's terms, it's the operating system. Though this definition is not entirely accurate, it is sufficient for all practical purposes.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. (VC++ related) Unicode or Multi-byte environment?
    By PaulBlay in forum C Programming
    Replies: 3
    Last Post: 05-22-2009, 08:42 AM
  2. Check if a host is alive
    By pobri19 in forum Networking/Device Communication
    Replies: 9
    Last Post: 05-05-2009, 11:10 AM
  3. Replies: 6
    Last Post: 07-21-2008, 03:10 AM
  4. C/C++ cross-development environment
    By George2 in forum C Programming
    Replies: 1
    Last Post: 07-19-2006, 10:58 AM
  5. Draw distance through environment mapping
    By VirtualAce in forum Game Programming
    Replies: 1
    Last Post: 05-14-2006, 11:52 AM