පරිශීලක සාකච්ඡාව:Kumudupinto
Latest comment: වසර 13කට පෙර by බිඟුවා in topic C code Syntax
සංස්කරණ උපදෙස් සංස්කරණය
please read this page. සංස්කරණ උපදෙස්. -- බිඟුවා සාකච්ඡාව 02:40, 29 ජූනි 2010 (යූටීසී)
C code Syntax සංස්කරණය
Code සංස්කරණය
<source lang="c">
// Allocate all the windows
for (int i = 0; i < max; i++)
{
wins[i] = new Window();
}
</source>
Result සංස්කරණය
// Allocate all the windows
for (int i = 0; i < max; i++)
{
wins[i] = new Window();
}