Hello,
I'm learning C++ and following a tutorial. For the first task I was instructed to make the following file, compile/run it.
// my first program in C++
#include <iostream>
int main()
{
std::cout << "Hello World!";
}
I'm guessing I don't have something installed properly as it just makes codelite crash. I'm using win7 64bit, windows updates current. If somebody could guide me on setup etc I'd appreciate it.
~Knifey
Learning C++
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Jun 23, 2014 6:32 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Learning C++
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Jun 23, 2014 6:32 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Learning C++
CodeLite 6.0 Installer for Windows 8, 7, Vista and XP (wxCrafter included) with MinGW TDM-GCC 4.8.1 included (Direct Link) »
I installed codelite, opened a new page, pasted in the hello world program and hit compile.
~Knifey
P.S. the how to post thread includes instructions which require knowledge of codelite/c++ that I do not have. Between this post and the OP I have complied as best I can.
I installed codelite, opened a new page, pasted in the hello world program and hit compile.
~Knifey
P.S. the how to post thread includes instructions which require knowledge of codelite/c++ that I do not have. Between this post and the OP I have complied as best I can.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Learning C++
You need to have a workspace and project.
Try follow these simple instructions
http://codelite.org/LiteEditor/HelloWorld
Eran
Try follow these simple instructions
http://codelite.org/LiteEditor/HelloWorld
Eran
Make sure you have read the HOW TO POST thread