I have a file that is called "Hello.c". There is a way to force CodeBlocks in order to create a file "Hello.txt" automatically where there is the output of my program?
Asked
Active
Viewed 269 times
0
-
1This might help: http://stackoverflow.com/q/13295869/4996248 – John Coleman Dec 21 '16 at 17:53
-
If your using gcc execute program like this ./main > “Hello.txt” – Mike Dec 21 '16 at 17:56