Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (ANSI-Standard) » tr1::regex unter Lenny

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 <
000
31.03.2009, 12:51 Uhr
Bruder Leif
dances with systems
(Operator)


Moin!

Bevor ich lange rumgoogle, frag ich erst mal hier, vielleicht hatte eine(r) von Euch schon mal das gleiche Problem:


C++:
#include <iostream>
#include <string>
#include <tr1/regex>

using namespace std;
using namespace std::tr1;

int main()
{
    string s = "Hello, World!";
    regex r("(llo)");
    cmatch c;

    if (regex_search(s.c_str(), c, r)) {
        cout << c[1] << endl;
    }
    return 0;
}




Unter Debian Lenny (Standardinstallation mit gcc 4.3.2) gehts nicht in den if-Block. Was soll das?!?
--
Mit 40 Fieber sitzt man nicht mehr vor dem PC.
Man liegt im Bett.
Mit dem Notebook.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
31.03.2009, 12:59 Uhr
Bruder Leif
dances with systems
(Operator)


OK, kanns doch selbst beantworten: http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3/a01982.html#l01998 Noch nicht implementiert
--
Mit 40 Fieber sitzt man nicht mehr vor dem PC.
Man liegt im Bett.
Mit dem Notebook.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (ANSI-Standard) ]  


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: