Learning C++
Posted: Mon Jun 23, 2014 6:38 am
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
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