#include <iostream>
using namespace std;
int main (int argc, char *argv[])
{
char quit;
quit = ”;
while (quit != ‘q’)
{
cout << “Assalamu’alaikum Wr. Wb.” << endl;
cout << “WELCOME TO MY PC” << endl;
cout [...]
Archive for May, 2007
Create Basic Console with Visual C++
Posted in English, Software Development on May 24, 2007 | Leave a Comment »




