Go ahead, laugh all you want...
Through searching this website, I found out that the error I am getting "#iostream file not found" upon typing in my first program is caused by me saving the file in the wrong format. Unfortunately, I dont see a way to save it in the right format.
I open a new project which is supposed to be a C++ console application. I do see the "Main.cpp" which contains "Hello world" code, but instead of using it, I open up a new file. The program asks me if this is a C/C++ file and I click "yes" upon which, the file is saved as "whatever_name_I_choose.c"
Why would CB save files with a .c extention in C++ projects? How do I change the extension of the file from .c to .cpp?
Thanks in advance.
B.