Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: hyphen on October 10, 2010, 07:38:33 pm
-
I'm very new to CodeBlocks IDE. My use of CB is just for normal C/C++ file compilation not any project. I do project work in MSVC only.
So I need to get a simple interface which let me code in a default c++ file. ie: after opening CB I want to just click empty file and start writing c/c++ codes. And without saving it I wanna compile and run. C-Free have this facility but thats not free. Anyway to do it in CB ?
-
Code::Blocks IS NOT a compiler!!!!!!!
So, if you can find a compiler that does NOT require a source file to compile; you might have a chance; I do NOT think a thing like that exists.
Tim S.
-
Is there any shortcut to directly start a predefined empty C/C++ source file.
-
Look at the settings, there was an option for default content in the newly created files...
-
default content in the newly created files
but the newly created file is not saved before user saves it..
-
There are 3 ways to save a file:
1. Ctrl+S
2. Toolbar button
3. File->Save
Why don't you want to save your file :shock: :shock: :shock: :shock: :shock: ?
-
Just for fast programming. As I dont use CodeBlocks for projects, I juts need to use this IDE for some small code check and instant compiling and running. Anyways I got my point, its not possible in CB what Im trying to do. It requires C-Free which servers my purpose well..
-
A simpler way is to open from recent file.
Is it possible to modify any CB script to bind any working of any wizards ?
-
Yes, right click -> edit template script