News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How do I click on .cpp file at Code::blocks?

Started by rocon, December 12, 2014, 01:52:34 PM

Previous topic - Next topic

rocon

This file.(admin)
@assoc .cbp="cbp" >nul
@ftype cbp="%~dp0CBLauncher.exe" "%%1" >nul
@assoc .c="c" >nul
@ftype cpp="%~dp0CBLauncher.exe" "%%1" >nul
@assoc .cpp="cpp" >nul
@ftype cpp="%~dp0CBLauncher.exe" "%%1" >nul
@echo done.
@pause> nul


Then I click on new file.cpp.
..........

rocon


scarphin

From what I understand, create a project and add it to this newly created project.