Questions tagged as 'entrada'

3
answers

How to enter data in the same line

How can I enter data on the same line? public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("Introduce la hora"); int hora = sc.nextInt(); System.out.print(":"); int minutos = s...
asked by 20.09.2018 / 13:41
1
answer

Error reading string with gets ();

I have problems reading a string in c ++. Since the strings do not have a character limit (they are dynamic), I thought I would read them with gets in the following way: #include<iostream> #include<cstdio> using namespace std;...
asked by 15.10.2017 / 02:39
2
answers

Count number of characters that have been entered into the console

When I run the program by console, I would like it to count the number of characters I have pressed, by the time I reach 13, I would like to press ENTER to enter the number entered. The example of the method is this: InputStreamReader i...
asked by 06.03.2017 / 14:18
0
answers

Send several "entry" fields in a signal_callback

I am working on a project in gtk, in conjunction with C to create a simple login interface. In the first part of the login I only validate the fields and print them in the console, this way of sending more than one ENTRY in a callback I did i...
asked by 06.03.2018 / 22:56
1
answer

like I think page in an entry in wordpress

I would like to make a page in the wordpress entry search the web trying with < - nextpage - > in the editor and adding the function in the sinple.php file but it does not work for me They know some plugin in which you can only page...
asked by 04.06.2017 / 20:22
1
answer

Tkinter I want to move forward with the enter key once the data is entered between several entry

In the example below, I want to enter the data in each of the cells and when pressing the enter / enter key, accept the data and look for the next one. I would also add if you can put an entry order in the manner of VisualBasic TabIndex. fr...
asked by 22.12.2016 / 22:18