Ok kiddos, take this source code:
#include <stdio.h>
void MAIN()
{
printf("This is a messgage. Yay."/n);
}
Now, make it into a multithreaded program, and post the source code donw below. This may be excessive overkill, but I wanna see if anyone knows how to do multithreading code. If you can, you're a C god!
#include <stdio.h>
void MAIN()
{
printf("This is a messgage. Yay."/n);
}
Now, make it into a multithreaded program, and post the source code donw below. This may be excessive overkill, but I wanna see if anyone knows how to do multithreading code. If you can, you're a C god!
