0

Error when i build my program in visual studio what is the solve ?

the error code is " lnk1123 failure during conversation to COFF: file invalid or ccorrpt what is the solve

4th Nov 2016, 2:57 PM
Mohamad Alani
Mohamad Alani - avatar
7 Answers
+ 1
can you post the code of your program?
4th Nov 2016, 4:01 PM
Chinmay Bhale
Chinmay Bhale - avatar
0
#include <iostream> using namespace std; int main() { int x,y; cout <<"hello world"<<endl; y=x+1; cout<<"y="<<y<<endl; return 0; }
4th Nov 2016, 5:14 PM
Mohamad Alani
Mohamad Alani - avatar
0
on the side note you haven't initialised the value of x or y, hence y = x + 1 is faulty code, because x or y, neither have any specific value to display
4th Nov 2016, 5:18 PM
Chinmay Bhale
Chinmay Bhale - avatar
0
i need to ( when i combile i need to input value x ,then the programs give me value y)
4th Nov 2016, 5:57 PM
Mohamad Alani
Mohamad Alani - avatar
0
i opened the URL and i found the solution the solution was "turn on lnk " i found it on
5th Nov 2016, 1:20 PM
Mohamad Alani
Mohamad Alani - avatar
0
what should i do
5th Nov 2016, 1:20 PM
Mohamad Alani
Mohamad Alani - avatar