Je suis confus quant à la signification de void *function(). Est-ce un pointeur pour fonctionner ou une fonction qui revient void*? Je l'ai toujours utilisé sur les structures de données comme une fonction récursive renvoyant un pointeur, mais quand j'ai vu un code dans multithreading ( pthread) il y a …
int main() { int y; int x{ y = 5 }; //x is 5 } Comment est-ce possible, puisque y = 5 n'est pas une expression calculable? Aussi, pourquoi le compilateur ou l'IDE ne se plaignent-ils pas du fait que main () ne retourne pas d'int?
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.