Posts by Thavi Lang • 51 points
4 posts
-
0
votes1
answer55
viewsQ: Is it a problem for me to work only with reading a file with it open in both write and read mode?
I’m starting to work with C files and need to do the skeleton of a book registration program, saving the information in a file. My question is whether I should work with the files like this, opening…
-
-1
votes1
answer52
viewsQ: Variables with absurd values in the execution of the program in C
I’m doing some C exercises and the execution of my super ultra 5-line program is in trouble. I’ve seen several questions around suggesting that it might be an unrelated error that would be…
-
0
votes2
answers416
viewsQ: What is the difference between $('.botao'). on('click') and $(Document). on('click', '.botao')?
I did a search and could not find anything about (probably because I’m not sure how to search). Anyway, someone there knows? NOTE: I don’t want to know the difference between . click and .…
-
3
votes1
answer42
viewsQ: Sass does not compile special character
I have a ::after in my Sass code with the content "m²", the question is that after compiled the ² becomes error: It is printing in UTF-8 (@charset "UTF-8";), really do not understand the reason for…