10-01-2015, 09:59 AM
it is a great effort by you. i appreciate it very much,
i would like to add something in your tutorial.
1st) I think you should include the full header file as this is a beginners level tutorial
#include <iostream.h>
2nd) use the main function as void main() instead of int main() because the users might get error if they forgot to return an int. or even worse if they don't realize that they only have to return int. for a function defined as int type
3rd) Please include the importance of "<<" in cout << "Hello, anon!" << endl; that why it "<<" not ">>"
OSM WORK
Best Regard
i would like to add something in your tutorial.
1st) I think you should include the full header file as this is a beginners level tutorial
#include <iostream.h>
2nd) use the main function as void main() instead of int main() because the users might get error if they forgot to return an int. or even worse if they don't realize that they only have to return int. for a function defined as int type
3rd) Please include the importance of "<<" in cout << "Hello, anon!" << endl; that why it "<<" not ">>"
OSM WORK
Best Regard