W
WELCOME ###
This is code done by (Type:C++, and CLR console template).
The code built well, but NO output.
Please can any body help:
The code is:
#include "stdafx.h"
using namespace System;
int main(array<System::String ^> ^args)
{
array<int>^ datta = {10};
int i;
for(i=0; i<10; i++)
datta=2*i;
Console::Write(L"{0,5}",datta);
Console::WriteLine();
return 0;
}
=======================================
The code built well, but NO output.
Please can any body help:
The code is:
#include "stdafx.h"
using namespace System;
int main(array<System::String ^> ^args)
{
array<int>^ datta = {10};
int i;
for(i=0; i<10; i++)
datta=2*i;
Console::Write(L"{0,5}",datta);
Console::WriteLine();
return 0;
}
=======================================