Posts by Washington_K • 21 points
2 posts
-
2
votes2
answers786
viewsQ: Difference of months between two dates, without considering the day of the month
I am making an application for labor calculations. I need to receive two dates and know the amount of days/ months/ years. Ex.: from 08/03/2017 to 07/03/2018 is to give 12 exact months, in my code…
-
0
votes0
answers1444
viewsQ: Write.txt file content to C/ C++ array
How do I take the values of a.txt file and place them in a name, phone and email array and sort them by name. I can’t use struct. #include <stdio.h> #include <string.h> #include…