Wednesday 17 July 2013


#include "stdafx.h"
#include "conio.h"
#include "iostream"
#include "stdio.h"

using namespace std;

int _tmain(int argc, _TCHAR* argv[])
{
int n;
for(n=0;n<=255;n++)
cout<<(char)n;
getch();
}

0 comments :

Post a Comment