Começar. É Gratuito
ou inscrever-se com seu endereço de e-mail
File por Mind Map: File

1. Type

1.1. Text

1.1.1. Fopen/Fwrite

1.1.1.1. r/r+

1.1.1.2. w/w+

1.1.1.3. a/a+

1.2. Binary

1.2.1. Fopen/Fwrite

1.2.1.1. rb/rb+

1.2.1.2. wb/wb

1.2.1.3. ab/ab+

2. Assignation

2.1. Logiqual assigniation

2.2. Physiqual assigniation

3. Access

3.1. Direct

3.2. Sequential

4. Organization

4.1. Indexed

4.2. Sequential

5. Operations

5.1. Reading

5.2. Writing

6. Needed functions

6.1. fopen

6.2. fclose

6.3. fread

6.4. fseek

6.5. feof

6.6. fgets

6.7. fputs