DEV Community

Discussion on: Basics of multithreading in C

Collapse
 
jl2210 profile image
JL2210

Why can't you use a for loop? for( i = 0; i < 5; i++ )

Collapse
 
quantumsheep profile image
Nathanael Demacon

You can and should do a for loop. It's been 1 year since I did this article, I think it's time to rewrite it with my current knowledge :)