Posts by Daniel Cavalcante • 27 points
3 posts
-
-1
votes1
answer91
viewsQ: How to change the attribute of an object received per parameter in a method?
I’m trying to implement a very simple example of using classes in the C++ language. Well, in short, there are two objects (cliente1 and cliente2), which represent two bank accounts. Within the class…
-
-1
votes1
answer71
viewsQ: Error filling a String Array: The first input line is ignored
I’m trying to solve a problem with the URI Online Judge platform: Problem 1024 and I am receiving Wrong Answer 5% (I asked here, because in the URI forum itself I did not get answers). Basically I…
-
1
votes1
answer122
viewsQ: How to remove the navbar effects from Materialize?
I was developing a site without using Materialize. I decided to import it to use one of its functionalities (Cards). In doing so, the navbar, which already had its own well-defined characteristics,…