codelite windows install configuration questions

General questions regarding the usage of CodeLite
joncolby
CodeLite Curious
Posts: 1
Joined: Mon Dec 10, 2012 3:34 am
Genuine User: Yes
IDE Question: C++
Contact:

codelite windows install configuration questions

Post by joncolby »

Hi,

I have read the documentation that I found and tried manipulating the project settings, however I still am having the following problems:

1, My include files seem to do nothing.
2, many functions are not working and are producing errors as if the fuctions are un-declared variables.


cin
sleep
cout

so far, these are the few I have observed as not working.

I made my workplace a folder off the C:\ drive and my projects are stored inside of it.




Please help me if you can, I am trying to learn C++ ,,, Not battle application configuration settings.


-Jonathan
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite windows install configuration questions

Post by eranif »

You should know that codelite is not a compiler.

Please provide the following information:
HOW TO POST

Eran
Make sure you have read the HOW TO POST thread
Post Reply