Code::Blocks Forums

User forums => Help => Topic started by: Raspnex on December 31, 2018, 12:40:54 pm

Title: Code::Blocks will not write data files on Linux Mint
Post by: Raspnex on December 31, 2018, 12:40:54 pm
I tried several ways with wx methods to save a data file unsuccessfully, then I loaded a new project without the wxWidget, and tried to create the file with fstream and that also failed to write a data file.  is there a permission somewhere I need to set, that may be blocking my programs from writing a file? 

Thanks for any advice on solving this issue.

Title: Re: Code::Blocks will not write data files on Linux Mint
Post by: Raspnex on December 31, 2018, 05:07:46 pm
I'm not really sure what I did, but I got wxTextFile to work at adding to an existing file.