Posts by Kaike Wesley Reis • 35 points
4 posts
-
0
votes0
answers534
viewsQ: Structure and Pointers in C: Binary Tree
Hello, I’m trying to create a mathematical expression tree with the following logic: my expression is a string, and I have 4 character options: ( : When finding this character, my code should create…
-
2
votes2
answers463
viewsQ: Struct definition in C
Hello, my teacher has made the following definition of some structs for a list code in data structure, but unfortunately I cannot understand the definition of each struct itself. typedef struct{ int…
-
1
votes0
answers65
viewsQ: Code on Arduino: App via Bluetooth
The image below shows the application I created to try to communicate with Arduin. Each option sends via serial a letter as shown on the screen. The point is that I need to ensure that the user…
-
0
votes1
answer629
viewsQ: Python 2.7: Program does not run
Hello, My program is no longer running, it used to work normally but then just doesn’t work. I checked that the program does not cross the line "Reload(sys)". # -*- coding: cp1252 -*- from gtts…
pythonasked Kaike Wesley Reis 35