Posts by Sasha Nicolas • 61 points
2 posts
-
0
votes1
answer35
viewsA: Class call without success
05-27 13:37:20.362: E/AndroidRuntime(1967): Caused by:java.lang.ArrayIndexOutOfBoundsException: length=46; index=46 05-27 13:37:20.362: E/AndroidRuntime(1967): at…
-
3
votes2
answers3318
viewsA: C - How can I read data from a file (Considering that I use structures for it)
As you say you should implement chained lists, there is no way to avoid using pointers. Below I made an implementation that uses the list. It is still liable to amend the void…