Posts by Rafael Fontes • 101 points
1 post
-
0
votes3
answers131
viewsA: Bucket Sort + Thread
In addition to changing the subscription you need to give a cast on the variable before doing operation with it. void funcao( void * long_var ) { long plus1 = *(long*)long_var + 1; }…