Click here to Skip to main content
15,881,588 members

Comments by merano99 (Top 200 by date)

merano99 3 days ago View    
Thanks for the hint, since the previous solution was fresh I had probably overlooked the date of the question. I'll delete the solution so as not to confuse others.

merano99 10-Apr-24 16:07pm View    
Undeclared functions and identifiers: displayDescription, levelInfo, transitions, handItem, endGame.
merano99 9-Apr-24 10:33am View    
+5, I also see the problem with insecure data types that are also accessed globally.
Especially with the announcement that it could possibly also be used by other developers with multithreading, I would save the length, copy the data and possibly also make the original data type checkable.
merano99 25-Mar-24 13:07pm View    
I did not see a download option for the compiled file, but I was able to create it without any significant effort. As I had already set up the WSL2, only three simple steps were necessary. Download with wget, unpack and call "do". If it helps I could provide the result.
Although I have not tested it with these files, Visual Studio can also be used to conveniently edit Linux-based programs remotely. But in the end, programs are created that are based on the Linux API.
merano99 24-Mar-24 16:28pm View    
Thank you very much! Unfortunately I have to withdraw my answer. Although the 4 jumps did not cause a crash for me, they require a presumably segmented solution.