User profile: Ozzypig

User info
User name:Ozzypig
Name:Ozzy
Location:Land of the Other Idiots
Website:http://youfail.org/
History
Joined:
Number of posts:3
Latest posts:

Header File Issues
Can someone explain or use a program that uses std?

Header File Issues
I 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"; ...