Ok, no matter what compiler i use, i can never find a compiler that will build/compile/run a single file like the one I have used in my school.
i got Code::Blocks to compile my test file
the code is short:
// Test file
include <iostream>
int main()
{
cout << "yarg!" end1;
return 0;
}
can anyone please help me? the book I have starts off with single file programs and this is a major mountain that I keep stopping at whenever I start to read this book.
Thank You :cool: