On 7/21/07, demzeyretrita <[EMAIL PROTECTED]> wrote: > can someone send me sample programs in C++..
Sure!
#include <iostream>
int main() {
std::cout << "Hello World!" << std::endl;
return 0;
}
Perhaps you should use Google and search for some yourself.
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi
