Posts by Ultimedy • 41 points
6 posts
-
0
votes0
answers33
viewsQ: How to create a simple HTML page with Python
Good night. I’m solving all the Pythonbrasil lists, I’m on Listadeexerciciosprojetos 1. I managed to solve the problems but I’m not able to assemble the HTML page, I haven’t programmed for a long…
-
-2
votes1
answer312
viewsQ: Display imaginary vector values with pointer arithmetic
Good afternoon ! I’m doing the following exercise ! -Create a program that contains an integer array containing 5 elements. Using pointer arithmetic only, read this keyboard array and print double…
-
0
votes1
answer73
viewsQ: In C language working with strings would it be better to spend processing or memory?
In general in programming it is better to spend resources on processing (calculations) or memory (creating variables)? Contextualizing: I am developing a solution for a program that uses struct and…
-
0
votes1
answer82
viewsA: C language - Infinite loop, not doing the comparison of vectors as I planned
Thank you very much ! I managed to make the code a little more right! From the moment you released the Loop I saw some more errors and fixed. It’s practically working. I’m just having a little…
-
-1
votes1
answer82
viewsQ: C language - Infinite loop, not doing the comparison of vectors as I planned
Good afternoon. I’m doing an exercise, I developed a solution but it’s not working, I’m a few days ago trying to solve but. Write a program that reads the age and first name of 10 people. Your…
-
2
votes3
answers215
viewsQ: Dynamic background in relation to div
I am doing an exercise that is necessary to create a website for an advertising agency. I did everything right but I’m having a lot of difficulty with a feature. I want to pass the mouse about a…