Code::Blocks Forums

User forums => Help => Topic started by: aunmhd on April 29, 2018, 09:49:19 am

Title: Build Environment
Post by: aunmhd on April 29, 2018, 09:49:19 am
Hello,

I've written a FORTRAN Code in Code::Blocks and I've also compiled the code. It generates an exe file. 
Is it possible to modify the Build Environment in Code::Blocks? I have been using Simply FORTRAN Earlier and the code is compiled in a separate tab in that case. 

Thanks
Title: Re: Build Environment
Post by: BlueHazzard on April 29, 2018, 05:41:22 pm
Quote
Is it possible to modify the Build Environment in Code::Blocks? I have been using Simply FORTRAN Earlier and the code is compiled in a separate tab in that case. 
i have absolute no idea what you are talking about... Can you explain more?
Maybe with a step by step example what you want to achieve?
Title: Re: Build Environment
Post by: aunmhd on April 29, 2018, 06:28:53 pm
I'm working with Arrays.
The first image is from when I compiled the code with Code::Blocks.
The second is from Simply Fortran.
Is it possible to get a more neater representation of output while using Code::Blocks?
Title: Re: Build Environment
Post by: oBFusCATed on April 29, 2018, 07:47:16 pm
No, the output is produced by your program and it is up to your program to improve its output.
We cannot do much about it.
Also the black window you're seeing is just the cmd.exe window from Windows, so we have no control on it!