Posts by José Carlos • 31 points
3 posts
-
0
votes2
answers52
viewsA: Chained List
You want to insert endlessly? you can do what the friend above said, allocate memory as you did and put it into a repeat structure (with a condition to get out of it). Then you allocate a space…
canswered José Carlos 31 -
1
votes4
answers4763
viewsA: Delete multiple rows from a database
To delete all table data also, with TRUNCATE: TRUNCATE TABLE paginasimagens;
-
0
votes1
answer161
viewsQ: Eclipse IDE error
Hello, folks. Can anyone tell me what those bugs are? It also says "String cannot be resolved to a type", could be problems with the JDK version?…