Thread Welche Programmiersprache zum Anfangen? (73 answers)
Opened by luisa at 2006-03-12 20:12

murphy
 2006-03-13 01:40
#10304 #10304
User since
2004-07-19
1776 Artikel
HausmeisterIn
[Homepage]
user image
@esskar: Also so ein Programm ist mit GUI kein Stück komplizierter als ohne:
Code (perl): (dl )
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/wxPerl

use strict;
use warnings;

use Wx;

my &#36app = new Wx::App();

while (my &#36name = Wx::GetTextFromUser('Wie heisst Du?', 'hase.pl')) {
    Wx::MessageBox("Hallo &#36name!", 'hase.pl');
}


(edit: #! korrigiert)\n\n

<!--EDIT|murphy|1142212254-->
When C++ is your hammer, every problem looks like your thumb.

View full thread Welche Programmiersprache zum Anfangen?