For example,does this snippet of code would compile and execute normally?
int* end = local_buffer + BUFFER_SIZE;
for(int* x = local_buffer; x < end; ++x)
{
...
}
For example,does this snippet of code would compile and execute normally?
int* end = local_buffer + BUFFER_SIZE;
for(int* x = local_buffer; x < end; ++x)
{
...
}
برچسب:
نویسنده: استخدام کار