Posts by Horácio • 115 points
5 posts
-
0
votes2
answers6901
viewsQ: Codeblocks -> "It seems that this project has not been built yet. Do you want to build it now?" - How do I fix this?
It seems that codeblocks cannot find the folder where my project is. I have tested the separate compiler and it is working perfectly. Does anyone know how I fix it? Look at: gcc -Wall -g -c…
-
-3
votes1
answer104
viewsQ: How do I send an email?
I’m using this code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?php if($_POST) {…
-
0
votes0
answers45
viewsQ: Is it possible to use Phpmailer on my localhost?
Is it possible to use Phpmailer on my localhost? I’ve tried it several times. I’m trying to send emails with gmail (I don’t know if this is possible). I need to own a domain to use phpmailer?
-
6
votes2
answers930
viewsQ: What does "serialVersionUID" mean?
Eclipse suggested I put this snippet of code: /** * */ private static final long serialVersionUID = 1L; I’d like to know what his purpose is... If anyone can explain it to me, I’d be grateful.…
-
4
votes1
answer4684
viewsQ: How to create a stopwatch in JAVA?
I would like to determine how long one image should stay until it returns to the other. Is there a class for that? Otherwise, how to create? Note: Preferable the absence of Threads.