I just installed code::blocks on my ubuntu machine to give it a try (heard it works well with wxWidgets). Once I made my first project, I was confused by the fact that there were two .cpp files, as well as a header file in the source folder. In the previous IDE I used, there was only one file that you were supposed to put code in. I don't like having everything on different pages (files), so is there a way I can have it so everything is put in one file?