I am getting a LNK2019 and a LNK1120 when i buil the folowing code.
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World" << endl;
}
what is the problem
I am getting a LNK2019 and a LNK1120 when i buil the folowing code.
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World" << endl;
}
what is the problem
linker problem
Chris_21
Smitha
abid1pak