Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: arviza on October 30, 2012, 03:25:06 pm

Title: [ask] running c++ linux
Post by: arviza on October 30, 2012, 03:25:06 pm
hi, I am trying to run C++ program on linux, when I press F9, it says c:/myfolderpath "permission denied", how to solve this?
Title: Re: [ask] running c++ linux
Post by: MortenMacFly on October 30, 2012, 05:39:52 pm
hi, I am trying to run C++ program on linux, when I press F9, it says c:/myfolderpath "permission denied", how to solve this?
Linux has not drives like "C:/". ??? If you are on Windows, allow permission on file system level or use a path you have write permissions to, like your documents folder.

You know: Every OS restrict access to certain files and/or folder. The root folder is most likely protected that way as it contains system files. I cannot say exactly because you didn't mention your OS exactly. Is it really Linux??? But you'll find out...