Posts by kielkow • 11 points
4 posts
-
-1
votes1
answer77
viewsA: Calculation of survival in C
To increase the accuracy I suggest you use variables of type float or double instead of int that only stores 4 bytes in memory.
-
0
votes2
answers132
views -
1
votes3
answers145
viewsA: How to embed one library into the other?
Download the SDL2 library and increment it into your code. I imagine that you have already done this, the same way would be for the user to have to link the two to run the code. If you already add…
-
0
votes1
answer235
viewsQ: Arduino serial communication
I’m trying to figure out a certain exercise my teacher gave me in class. Basically the exercise is: With two arduinos prepared to make the serial communication between TX and RX, this must transmit…