Posts by Perilo Junior • 25 points
3 posts
-
1
votes1
answer61
viewsQ: Problems when deleting the first element from the chained list
Dear friends, for example, I am using a list simply chained, without head and I need to write a function to delete an X element in the list. I made the following code: #define Limite 21 typedef…
-
0
votes1
answer244
viewsQ: How to catch the monitor serial via code
I need to collect various information from monitors via code, I searched a little and found this link:…
-
-3
votes1
answer704
viewsQ: How do I read . xlsx files with PHP or JS?
Hello, I am developing a project where I need to show data from an Excel spreadsheet that is in format . xlsx on a page. I researched and found on the Phpexcel but the same was discontinued. I…