Posts by Victor Mariano • 46 points
5 posts
-
0
votes0
answers26
viewsQ: Problems in a stack whose positions should be selected? ( Warning: implicit declaration and Warning: Pointer from integer)
Hello, today I bring here a question related to data structures that surely can add in the understanding of all envovilido. It is a matter of pile manipulation where through the act of traversing…
-
0
votes1
answer51
viewsQ: Stack algorithm problem in C (Struct and function do not "recognize")
Hello, I’m starting in the study of data structures and one of the algorithms passed is for data increment in a vector as in a stack (ie, the last incremented is the first to come out) I am in the…
-
0
votes3
answers45
viewsA: Not painting my entire <div>
You can try to give a overflow:scroll; to extend the properties beyond, that is, to the "edge" of the container in which you want to extend the properties (body or then footer-top). Note: this…
-
1
votes2
answers163
viewsA: Move up HTML table using CSS
There are two attributes that together allow you to move an item using the Cartesian plan. They are position and Transform. I ran the code on the machine and left in the table as follows: .divtabela…
-
1
votes1
answer67
viewsQ: What’s wrong with this array of pointers in C? (incompatibility?)
Hello, recently I was doing a relatively simple test to try to unify some concepts I have been studying, and which you will see below. It is an array of pointers that I used as a parameter of a…