I
IsRaEl
Hello Everyone..
Why when i build a REAAALY simples Console app with C#, when i compile
using the realese method and execute, it already occupies almost 7mb of
memory???
as simple as that!!
for(int i = 0; i<= 1000; i++)
for(int j = 0; j<= 1000; j++)
Console.WriteLine(i + "." + j);
How to make realy light programs...like some Google programs that use
600kb...
Thanks!
Why when i build a REAAALY simples Console app with C#, when i compile
using the realese method and execute, it already occupies almost 7mb of
memory???
as simple as that!!
for(int i = 0; i<= 1000; i++)
for(int j = 0; j<= 1000; j++)
Console.WriteLine(i + "." + j);
How to make realy light programs...like some Google programs that use
600kb...
Thanks!