Posts by Victor Harry • 9 points
4 posts
-
0
votes1
answer1144
viewsQ: Uncaught Typeerror: Cannot set Property 'src' of null
I’m trying to load the images when I call a function but I get this mistake all the time. HTML: <!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="UTF-8"> <meta…
-
-1
votes2
answers54
viewsQ: Implement a Layout in Android Studio
I want to implement a layout like this in Android Studio, I searched already in Google, but I did not know to refer to this type of bar I want to do, then I made this image. I think it is quite self…
-
0
votes1
answer24
viewsQ: Display of the Textview
Whenever I pass a certain character limit I can no longer see the text on the design screen, if I run the app I can see, but I would like to see it on this one so I don’t have to run the emulator.…
-
0
votes1
answer135
viewsQ: scanf does not stop at a loop
int main(){ char texto[1000]; do{ scanf("%[^\n]", texto); if(!fakeEquals(texto)){ if(palindromo(texto)){ printf("SIM\n"); }else{ printf("NAO\n"); } } }while(!fakeEquals(texto)); return 0; It is a…
casked Victor Harry 9