Hello,
thanks for trying to help me. You said several projets can be opened at the same time, I know that. But I want to run 2 of them at the same time, using the 'run' command. So far, after I've run the first one and when I switch to the second one, the 'run' line is grey.
The same focus for compiling applies to running compiled executables. Code::Blocks waits for it to finish execution. You can, however, pass arguments to the executable by going to Project > Set Program Arguments. In the same menu, you can also choose which executable to use for testing a DLL/shared object, should one of your projects be one.
Or, you could do a little dirty trick: add one of the resulting executables to the Tools menu, and allow it to run concurrently to C::B. Whenever you want to test both executables simultaneously, call the "tool" program, and then run the active project.
How can I export makefiles then ?
I looked in the Project properties dialog for it, and I'm afraid makefile generation really was removed from C::B a while ago. I'm sorry for being misleading in this respect.
I don't know what a 'class wizard' is. Can you tell me basically what to do step by step to generate headers ?
Go through File > New > Class. The dialog you obtain will be the class wizard. You can setup all sorts of things in there, including scope guards, data members, and even preliminary documentation.
If you're not interested in writing c++ classes, but rather just headers, just do File > New > Empty File. A file only is defined as a header or source, once you name it. No automation involved though, I'm afraid.