| princemoon (11) | |||
|
I am making a program which prints diamond shaped asterick signs.... Having 1 error on using namespace std; Can any 1 tell where I am wrong????
| |||
|
|
|||
| vlad from moscow (3112) | |
|
Either remove this directive or use the following headers #include <iostream> #include <cstdlib> instead of #include <iostream.h> #include <stdlib.h> | |
|
|
|
| princemoon (11) | |
| Removed the directive and all set... Thanks alot. | |
|
|
|