Hello World!
I am currently writing a password generator in Microsoft Visual Studios 2010 Professional. The section I am having a problem with is the practical password. It is suppose to randomly read 3 words from a text file and then display it in the text box. The program will compile and run but when I hit generate I get "True True True" and not three random words. Then this warning shows up:
Warning C4800: 'char *' : forcing value to bool 'true' or 'false' (performance warning)
Can anyone help point out where I am going wrong?
Thanks!
//Code is from form1.h file. I can post the rest of the code if need be but I just included my includes and the problematic section