fopen() not working in C

后端 未结 4 976
北恋
北恋 2020-12-21 18:29

I got it fixed. Thanks for all the help.

I\'ve now looked through quite a few articles, forum posts and topics here; however, none have actually fixed my issue. The

4条回答
  •  温柔的废话
    2020-12-21 18:45

    The file is created, but not where you expect it to be.

    Check the working directory (getcwd).

提交回复
热议问题