Connecting Tech Pros Worldwide Forums | Help | Site Map

REPOST of Begginner question please help

Shawn Taylor
Guest
 
Posts: n/a
#1: Jul 23 '05
Alright i tried the
#include <iostream>
#include <ostream>

int main()
{
std::cout << "Hello World!" << std::endl;
return 0;
}

I am getting a Linker Error Unresolved External'_Form1' referenced for
C:\XXXXXX\XXXX\Project1.obj

Any ideas?




Alf P. Steinbach
Guest
 
Posts: n/a
#2: Jul 23 '05

re: REPOST of Begginner question please help


* Shawn Taylor:[color=blue]
> [multi-posted][/color]

Please don't post the same message separately to two or more groups.

Already answered in [alt.comp.lang.learn.c-c++].

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Closed Thread