Sono confuso sul significato di void *function(). È un puntatore a funzione o una funzione che ritorna void*? L'ho sempre usato su strutture di dati come una funzione ricorsiva che restituisce un puntatore, ma quando ho visto un codice in multithreading ( pthread) c'è una stessa dichiarazione di funzione. Ora …
int main() { int y; int x{ y = 5 }; //x is 5 } Come è possibile, poiché y = 5 non è un'espressione calcolabile? Inoltre, perché il compilatore o l'IDE non si lamentano del fatto che main () non restituisce un 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.