hi ! my friend .
one beautiful day , i was met a part of code that i cant understand
that is :
# include<....> // pre-precess
.....
void main ()
{
....
... // code putting here.. and
while(true); // why is not after/before truct while have not code block ?
}
thank very much !!!
there you've got an infinite loop that basically does nothing, just melt your processor.
perhaps an awful hack to "keep the console open long enough to see the output"