Posts by Pedro Brito • 65 points
4 posts
-
1
votes2
answers56
viewsQ: Declare local classes as public
Hello, I have a problem that blow my head off: I’m making a script in C++ with the goal of making a game. Everything was fine when I ended up in a case that, so I researched, I did not find a…
c++asked Pedro Brito 65 -
2
votes3
answers5247
viewsQ: System.Unauthorizedaccessexception in C#
Well, I’m trying to develop an automatic setup for a program I developed. First, it would create a folder in C:/Filename; then it would download a Github repository as .zip in this folder, then…
c#asked Pedro Brito 65 -
1
votes1
answer1277
viewsQ: Typeerror in python: source code string cannot contain null bytes
Good morning/late/evening. I am trying to create a simple calculator in python in the IDE Visual studio. The following is the script (sorry to be in English): import os,sys #from colored import…
pythonasked Pedro Brito 65 -
0
votes1
answer716
viewsQ: 500 error when using Phpmailer
I’m trying to use Phpmailer to send emails but it doesn’t work. It gives me error 500! I use Hostinger.com to host my website. Here is the code: $email = new PHPMailer(true); //Using SMTP…