Header File IssuesCan someone explain or use a program that uses std?
Header File IssuesI realize this with the cout thing. I tried the <iostream> not <iostream.h>. By the by, what is "...
Header File Issues[code] #include <iostream.h> //"iostream.h" also doesn't work main() { cout >> "test"; ...