ANSWERS: 3
-
What do you mean "how do I access" it? If you are doing a project like this, you should already have the software installed to program in this language. Simply use whatever software is appropriate to program and then compile.
-
1-24-2017 Assuming it is a text file, you can open it with any word processor. I use https://notepad-plus-plus.org/
-
fopen would seem to be the way. using fprintf to write to the file or fgets. use fscanf to read from the file. Those are very basic C programming functions that should be available to you. Make sure to include stdio.h
Copyright 2023, Wired Ivy, LLC