#include <iostream.h>

int main()

{

cout<<"HEY, you, I'm alive! Oh, and Hello World!";

return 0;

}

Been looking through Tutorial sites and just copy pasted the code over everything and I get two error's when I try to run the program...

[Linker Error] Unresolved external '_Form1' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER6\PROJECTS\PROJECT2.OBJ
[Linker Error] Unresolved external 'TForm1::' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER6\PROJECTS\PROJECT2.OBJ

Any reason for this? Was there something I shouldn't have pasted over for it to run?