Posts by João Kevin • 16 points
2 posts
-
-1
votes2
answers38
viewsA: Pointer+Struct (DOUBT)
Save bro. Your error is in pointer offset. Note that at the end of the reading while you advanced pointer 3 houses (number of while cycles). And in the print while, again you advance the pointer,…
-
-3
votes2
answers236
viewsA: Grab snippet of a string between () in Javascript
Save. You can use the Split function as listed here. So you can use Split to save the text after the ' ( ' and then repeat the process, giving a Split in the Space character. You can use the concept…