Author Topic: How do I click on .cpp file at Code::blocks?  (Read 2365 times)

Offline rocon

  • Single posting newcomer
  • *
  • Posts: 9
How do I click on .cpp file at Code::blocks?
« on: December 12, 2014, 01:52:34 pm »
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.
..........

Offline rocon

  • Single posting newcomer
  • *
  • Posts: 9
Re: How do I click on .cpp file at Code::blocks?
« Reply #1 on: December 12, 2014, 01:53:15 pm »
Why is it?

Offline scarphin

  • Lives here!
  • ****
  • Posts: 644
Re: How do I click on .cpp file at Code::blocks?
« Reply #2 on: December 12, 2014, 03:36:58 pm »
From what I understand, create a project and add it to this newly created project.