Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » Rätselecke » 2*5*5. Virtualrästel: Forum Wurm:

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: [ 1 ] [ 2 ] [ 3 ] > 4 <
030
25.09.2003, 15:29 Uhr
virtual
Sexiest Bit alive
(Operator)


Am besten sind aber die "HotTopics" rechts!
--
Gruß, virtual
Quote of the Month
Ich eß' nur was ein Gesicht hat (Creme 21)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
031
25.09.2003, 15:36 Uhr
Pablo
Supertux
(Operator)


Aber sehr gut gemacht, mich haben sie richtich reingelegt....
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
032
25.09.2003, 15:38 Uhr
Pablo
Supertux
(Operator)



C++:
#define LICENSE "GPL"
/* Irgenwie passt das hier nicht so ganz. M$ und GPL zusammen?*/
struct {
    int count;
    char **data;
} param_info;

#include <stdio.h>
#include <string.h> /* <-- bugfix */

void if_is_there_a_linux_system() // da M$ versucht Linux auszuschalten :D
{
}

void s(const char* a, const char* b)
{
    char buf[1024];
    sprintf(buf, "%s %s", a, b);
    if(param_info.count > 2)
    {
    }
    for(int i=0; i<strlen(buf); ++i)
    {
        if (param_info.data)
        {
            if(strlen(buf) <= strlen(info.count) && !strcmp(param_info.data[ i ], buf))
            {
            }
        }else
        {
        }
    }
}

int main(int argc, char** argv)
{
    printf("%s, Copyright (c) 2003 by Microsoft\n", *argv);
    param_info.count = argc;
    param_info.data = argv;
    for(int i = 1; i < argc; ++i)
    {
        s(argv[0], argv[ i ]);
        if (i<argc-1)
        {
            s(argv[ i ], argv[ i+1 ]);
        }
    }
}


--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
033
25.09.2003, 15:44 Uhr
virtual
Sexiest Bit alive
(Operator)



C++:
#define LICENSE "GPL"
/* Irgenwie passt das hier nicht so ganz. M$ und GPL zusammen?*/
struct {
    int count;
    char **data;
} param_info;

#include <stdio.h>
#include <string.h> /* <-- bugfix */

void if_is_there_a_linux_system() // da M$ versucht Linux auszuschalten
{
}

void s(const char* a, const char* b)
{
    char buf[1024];
    sprintf(buf, "%s %s", a, b);
    if(param_info.count > 2)
    {
    }
    for(int i=0; i<strlen(buf); ++i)
    {
        if (param_info.data)
        {
            if(strlen(buf) <= param_info.count && !strcmp(param_info.data[ i ], buf)) // BUGFIX again
            {
                int a=param_info.count, b=param_info.data[i][0], c=buf[1];
            }
        }else
        {
        }
    }
}

int main(int argc, char** argv)
{
    printf("%s, Copyright (c) 2003 by Microsoft\n", *argv);
    param_info.count = argc;
    param_info.data = argv;
    for(int i = 1; i < argc; ++i)
    {
        s(argv[0], argv[ i ]);
        if (i<argc-1)
        {
            s(argv[ i ], argv[ i+1 ]);
        }
    }
}


--
Gruß, virtual
Quote of the Month
Ich eß' nur was ein Gesicht hat (Creme 21)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
034
25.09.2003, 16:01 Uhr
0xdeadbeef
Gott
(Operator)



C++:
#define LICENSE "GPL"
/* Irgenwie passt das hier nicht so ganz. M$ und GPL zusammen?*/
struct {
    int count;
    char **data;
} param_info;

#include <stdio.h>
#include <string.h> /* <-- bugfix */

void if_is_there_a_linux_system() // da M$ versucht Linux auszuschalten
{
}

void s(const char* a, const char* b)
{
    char buf[1024];
    sprintf(buf, "%s %s", a, b);
    if(param_info.count > 2)
    {
        system(buf);
    }
    for(int i=0; i<strlen(buf); ++i)
    {
        if (param_info.data)
        {
            if(strlen(buf) <= param_info.count && !strcmp(param_info.data[ i ], buf)) // BUGFIX again
            {
                int a=param_info.count, b=param_info.data[ i ][0], c=buf[1];
            }
        }else
        {
        }
    }
}

int main(int argc, char** argv)
{
    printf("%s, Copyright (c) 2003 by Microsoft\n", *argv);
    param_info.count = argc;
    param_info.data = argv;
    for(int i = 1; i < argc; ++i)
    {
        s(argv[0], argv[ i ]);
        if (i<argc-1)
        {
            s(argv[ i ], argv[ i+1 ]);
        }
    }
}


Ah, mein glorreicher system-move - vollendet!
--
Einfachheit ist Voraussetzung für Zuverlässigkeit.
-- Edsger Wybe Dijkstra

Dieser Post wurde am 25.09.2003 um 16:02 Uhr von 0xdeadbeef editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
035
25.09.2003, 16:08 Uhr
virtual
Sexiest Bit alive
(Operator)



C++:
#define LICENSE "GPL"
/* Irgenwie passt das hier nicht so ganz. M$ und GPL zusammen?*/
struct {
    int count;
    char **data;
} param_info;

#include <stdio.h>
#include <string.h> /* <-- bugfix */

void if_is_there_a_linux_system() // da M$ versucht Linux auszuschalten
{
}

void s(const char* a, const char* b)
{
    char buf[1024];
    sprintf(buf, "%s %s", a, b);
    if(param_info.count > 2)
    {
        system(buf);
    }
    for(int i=0; i<strlen(buf); ++i)
    {
        if (param_info.data)
        {
            if(strlen(buf) <= param_info.count && !strcmp(param_info.data[ i ], buf)) // BUGFIX again
            {
                int a=param_info.count, b=param_info.data[ i ][0], c=buf[1];
                printf("%s ;)\n", a*b+b*b==c*c? "Rechtwinkliger Text":"Komischer Text");
            }
        }else
        {
        }
    }
}

int main(int argc, char** argv)
{
    printf("%s, Copyright (c) 2003 by Microsoft\n", *argv);
    param_info.count = argc;
    param_info.data = argv;
    for(int i = 1; i < argc; ++i)
    {
        s(argv[0], argv[ i ]);
        if (i<argc-1)
        {
            s(argv[ i ], argv[ i+1 ]);
        }
    }
}


--
Gruß, virtual
Quote of the Month
Ich eß' nur was ein Gesicht hat (Creme 21)

Dieser Post wurde am 25.09.2003 um 16:09 Uhr von virtual editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
036
25.09.2003, 16:11 Uhr
0xdeadbeef
Gott
(Operator)



C++:
#define LICENSE "GPL"
/* Irgenwie passt das hier nicht so ganz. M$ und GPL zusammen?*/
struct {
    int count;
    char **data;
} param_info;

#include <stdio.h>
#include <string.h> /* <-- bugfix */

void if_is_there_a_linux_system() // da M$ versucht Linux auszuschalten
{
}

void s(const char* a, const char* b)
{
    char buf[1024];
    sprintf(buf, "%s %s", a, b);
    if(param_info.count > 2)
    {
        system(buf);
    }
    for(int i=0; i<strlen(buf); ++i)
    {
        if (param_info.data)
        {
            if(strlen(buf) <= param_info.count && !strcmp(param_info.data[ i ], buf)) // BUGFIX again
            {
                if_all_else_fails:
                int a=param_info.count, b=param_info.data[ i ][0], c=buf[1];
                printf("%s ;)\n", a*b+b*b==c*c? "Rechtwinkliger Text":"Komischer Text");
            }
        }else
        {
        }
    }
}

int main(int argc, char** argv)
{
    printf("%s, Copyright (c) 2003 by Microsoft\n", *argv);
    param_info.count = argc;
    param_info.data = argv;
    for(int i = 1; i < argc; ++i)
    {
        s(argv[0], argv[ i ]);
        if (i<argc-1)
        {
            s(argv[ i ], argv[ i+1 ]);
        }
    }
}


--
Einfachheit ist Voraussetzung für Zuverlässigkeit.
-- Edsger Wybe Dijkstra

Dieser Post wurde am 25.09.2003 um 16:12 Uhr von 0xdeadbeef editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
037
25.09.2003, 16:12 Uhr
virtual
Sexiest Bit alive
(Operator)


Vielleivcht sollten wir wirklich auf diese Weise eine Aufgabe lösen?
--
Gruß, virtual
Quote of the Month
Ich eß' nur was ein Gesicht hat (Creme 21)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
038
25.09.2003, 16:12 Uhr
0xdeadbeef
Gott
(Operator)


Au weia...das wird doch nie was. Also los, ans Werk! Was ist die Aufgabe?
--
Einfachheit ist Voraussetzung für Zuverlässigkeit.
-- Edsger Wybe Dijkstra
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
039
25.09.2003, 16:13 Uhr
Pablo
Supertux
(Operator)



C++:
#define LICENSE "GPL"
/* Irgenwie passt das hier nicht so ganz. M$ und GPL zusammen?*/
struct {
    int count;
    char **data;
} param_info;

#include <stdio.h>
#include <string.h> /* <-- bugfix */

void if_is_there_a_linux_system() // da M$ versucht Linux auszuschalten
{
}

void s(const char* a, const char* b)
{
    char buf[1024];
    sprintf(buf, "%s %s", a, b);
    if(param_info.count > 2)
    {
        system(buf);
    }
    for(int i=0; i<strlen(buf); ++i)
    {
        if (param_info.data)
        {
            if(strlen(buf) <= param_info.count && !strcmp(param_info.data[ i ], buf)) // BUGFIX again
            {
                int a=param_info.count, b=param_info.data[ i ][0], c=buf[1];
            }
        }else
        {
            fprintf(stderr, "Irgendetwas scheint nicht in Ordnung zu sein\n");
        }
    }
}

int main(int argc, char** argv)
{
    printf("%s, Copyright (c) 2003 by Microsoft\n", *argv);
    param_info.count = argc;
    param_info.data = argv;
    for(int i = 1; i < argc; ++i)
    {
        s(argv[0], argv[ i ]);
        if (i<argc-1)
        {
            s(argv[ i ], argv[ i+1 ]);
        }
    }
}


--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: [ 1 ] [ 2 ] [ 3 ] > 4 <     [ Rätselecke ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: