how do i have a empty project
-
- CodeLite Enthusiast
- Posts: 11
- Joined: Thu Dec 26, 2013 10:00 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
how do i have a empty project
You know how in dev c++ theres an empty project tab and things like that, but how do i make an empty project in codelite?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: how do i have a empty project
never used devc++, can you explain what an empty project is?
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 11
- Joined: Thu Dec 26, 2013 10:00 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: how do i have a empty project
Its basically what it is in other compilers, a project thats empty not a console app or gui app, just empty.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: how do i have a empty project
You can create a console app and delete its main.cpp file.
Or you can try and use the template of 'Non-code project'
Whats the purpose behind the 'Empty project' is it supposed to compile eventually?
Eran
Or you can try and use the template of 'Non-code project'
Whats the purpose behind the 'Empty project' is it supposed to compile eventually?
Eran
Make sure you have read the HOW TO POST thread