C++ noob in need of help!
Hi, I am very new to C++ and I seem to be having a problem getting a program to work right. My program has to display true or false depending on the conditions that need to be met. For this program it deals with credit approval, so I assigned "bool creditOK". Now when I run the program I get either a 1 or 0 instead of true or false? Do I need boolalpha in my program somewhere? I looked throught my book and havnt found my answer yet and was hoping you guys could help me answer this simple question. Thanks!!