Posts by Yonathan • 811 points
3 posts
-
1
votes2
answers1405
viewsA: Problem with Struct in C
So, some things you need to fix, and the program I’m going to post works. If you want to read spaces need to adjust, I did it fast now and will leave you some links to fix this "little problem" in…
-
2
votes2
answers1954
viewsA: Question about logical operators
Come to logic, for every 1 head there are 2 or 4 legs. 2 legs = duck. 4 legs = rabbit. The numbers should hit, for example, it makes no sense to have 10 heads and 200 feet, after all 10x4 = 40, this…
-
65
votes1
answer21497
viewsA: What is Reactive Programming (Reactive Programming)?
Reactive programming is programming with asynchronous data streams (streams). Asynchronous means that it does not take place at the same time or at the same rate of development (relative to…