well like the title says can some 1 give me a push in what way i need to fix this to get it to compile
this is basicly some 1 the first stuff iv done whitout copying and pasting and stuff like that so please don't say anythange about it
please don't tell me all waht is rong whit it cuse then i wont learn any thangCode:#include <iostream> using namespace std; int main() { int factor; factor = 111111; int Keyboardinput; cout<<"enter a password: "; cin>> Keyboardinput; cin.ignore(); if ( factor = keyboardinput ) cout<<"i love you"<<endl; else cout<<"you don't have the pass word"<<endl; system("PAUSE"); return o; }



LinkBack URL
About LinkBacks


