Search:

Type: Posts; User: Mats

Search: Search took 0.00 seconds.

  1. If you must use the FILE struct then you will...

    If you must use the FILE struct then you will have to initialize it yourself instead of using a prewritten function such as fopen. Check your compiler's includes to see what the members of FILE are...
  2. Is it possible to create in-memory streams in C?

    Hey all!

    I need to create a FILE* input stream in plain C, which reads from a memory buffer (char*) as if it were from standard input. I want be able to create
    such a stream and read it with...
Results 1 to 2 of 2