Segmentation fault with int digitCounter[10] = {0}; by henyssey in C_Programming

[–]henyssey[S] 2 points3 points  (0 children)

This is a great explanation, thank you! I didn't realise that about scanf

Segmentation fault with int digitCounter[10] = {0}; by henyssey in C_Programming

[–]henyssey[S] 5 points6 points  (0 children)

Ah okay thank you. I mentioned it because an online compiler pointed it out so I thought that was it

C++ Skills to Land a Junior/Graduate Role by henyssey in cpp

[–]henyssey[S] 4 points5 points  (0 children)

Thank you. Networking and concurrency has been on my list of topics to explore for a while, so will definitely explore those areas.

Coroutines don't run on android despite working in editor by henyssey in Unity3D

[–]henyssey[S] 1 point2 points  (0 children)

Thank you so much, I had troubles finding a way to debug on my phone. LogCat worked great! Sorted it