Questions tagged as 'clase'

1
answer

managing Modem connections using Java

I need to know if there is any class (s) that can get properties from the connections of the devices connected to the modem network.     
asked by 13.06.2016 / 03:01
1
answer

Python 3.6 - Create my own class in Tkinter

I have an application developed in Tkinter and I would like to create a class to get whenever I need a fixed size window with a text box and a button. But I do not know how to do it. Greetings.     
asked by 16.10.2018 / 08:46
2
answers

Problems referencing an Object

I am calling a class that I have already used, I have instantiated it and in my Login fragment if it runs normally but in my Client_Visit fragment I get an error: E/AndroidRuntime: FATAL EXCEPTION: main Process: sie.progrsist...
asked by 04.08.2018 / 00:41
0
answers

Question about super, extends get and set in javascript

I'm new to this, I have a doubt = > My superhero class can do things that has its parent class Person, that's why I can not scream, but how do I do it in reverse, so that a person can have superpowers? All this has nothing to do with get and...
asked by 13.01.2018 / 14:25
2
answers

Some func / class to create class instances by a char * or string in C ++

It is possible to create a instance of a class by searching for char * or string in c ++ 11 strong>: ex: class MyClass:basic_class{}; basic_class* m = (basic_class*)new(typer("MyClass")); I do not know if it's "typer" something li...
asked by 25.05.2017 / 13:33
0
answers

Writing, reading, searching and modifying the text file, classes c ++

I've been a bit stuck in this, file management or file synchrony with the program, I need you to give me a hand and illustrate me about this. In the class users as you will see I write in a text file (" users.txt ") What I am looking for w...
asked by 10.01.2017 / 09:11
1
answer

Problem with abstract class and interfaces

I have written the class code, but it does not work out. Specifically, in the methods CalularSaldoCC and CalularSaldoCA error occurs that does not recognize MontoApertura . Also, I do not know whether to move it to Cuan...
asked by 14.11.2016 / 00:06
1
answer

The C ++ entry point can not be found

I am starting to program in C ++, I have already made some small programs and compile them correctly, but when I started classes in C ++ when compiling it and executing the program I get this error. This is my code. Main. #include <...
asked by 06.10.2016 / 23:11
1
answer

How to make data-target of a button towards an existing class

How do I link the modal class applied in H2 to the image inside the button? I need to click on the image to display the modal like the H2 does. You can see the complete code with css and images in this link: link Thanks in advance....
asked by 27.11.2017 / 20:43
1
answer

work with classes in PHP

I have a little doubt about how to work with classes in PHP if I have a form called request.php and I have another document called clases.php in which I have all my classes. but I do not know how to call my file request.php to the class I hav...
asked by 12.09.2018 / 18:43