Posts by Raythan Machado • 33 points
3 posts
-
0
votes0
answers42
viewsQ: Organize chained list
Hello I’m trying to organize a simple chained list but I’m losing the nodes reference, if you can give me a light... For example, if the previous node has the attribute "->date" larger than the…
c++asked Raythan Machado 33 -
0
votes2
answers407
viewsQ: List chained insertion at end
Hello I would like to know what to insert in the conditional within the function, to add the elements at the end of the list while they are different from 0... I’ve tried several ways and I…
casked Raythan Machado 33 -
2
votes2
answers377
viewsQ: Decimal places in Javascript
What type of variable can I use to generate as many decimals as possible in Javascript? Ex.: 1.98719751097319284791284710237182479182471209381290481284 If possible, of course =)