Posts by Pedro Castilho • 7 points
6 posts
-
-1
votes1
answer68
viewsQ: Radix-Sort method does not work properly!
[.cpp has to measure and average the processing time of the implementation methods] After implementing the Radix all stopped timing the time correctly. The program asks how many numbers and how many…
-
0
votes0
answers228
viewsQ: Problem with C/C++ sorting methods (Radix Sort)
I’m having trouble with this code... when I run it it’s returning me to negative run time. He was supposed to show me the execution time of each method. And not being able to change the function…
-
0
votes1
answer34
viewsQ: How not to play for API response page?
By clicking on the button I designed to communicate with the call API, it throws me to a page where it confirms that everything was correct. Do not qeroq play for this page, what I could do,…
-
-1
votes1
answer265
viewsA: get PHP data, with conditions
the problem was that 'explode()' does not work properly in 'date()'. then I traded for 3 'date()'. <?php $dataD = date('d'); $dataM = date('m'); $dataY = date('Y'); ?> <?php if($dataD >…
-
-2
votes1
answer265
viewsQ: get PHP data, with conditions
I would like to take the date the user entered as the basis for the information he will select. There will be 4 date options, but the conditions are: if the user selects a day that has already…
-
-1
votes2
answers37
viewsQ: How to upload an image, but save it with the name based on customer data?
I would like the user to upload his photo, but when saving, I would like it to be saved with the same name as the client’s CPF. Today I can save the image in a folder, but it comes with the name…