for(int i=1;i<=50;i++)
{
printf("%d\n-%d\n", i, i);
}
-------------------------
this ??
Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.
for(int i=1;i<=50;i++)
{
printf("%d\n-%d\n", i, i);
}
-------------------------
this ??
Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.