Visualizzazione dei risultati da 1 a 6 su 6

Discussione: [C++] Libreria XML

  1. #1

    [C++] Libreria XML

    Avrei bisogno di leggere e scrivere file XML attraverso un'applicazione scritta in C++.
    Esiste qualche libreria standard per la gestione di file XML?

  2. #2
    Utente di HTML.it L'avatar di shodan
    Registrato dal
    Jun 2001
    Messaggi
    2,381
    This code and information is provided "as is" without warranty of any kind, either expressed
    or implied, including but not limited to the implied warranties of merchantability and/or
    fitness for a particular purpose.

  3. #3
    Grazie!
    Si tratta di una libreria standard?
    Se si, come si chiama di preciso la libreria da includere?

  4. #4
    Se per "standard" intendi "inclusa nello standard C++", no, lo standard C++ di XML non ne sa niente; Xerces è semplicemente un parser XML piuttosto diffuso.
    Amaro C++, il gusto pieno dell'undefined behavior.

  5. #5
    Capisco...se invece decidessi di utilizzare un database ci sarebbe qualcosa di standard?

  6. #6
    Utente di HTML.it L'avatar di shodan
    Registrato dal
    Jun 2001
    Messaggi
    2,381
    Solo quel che si trova qui:
    https://isocpp.org/std/status
    fa parte dello standard C++ (sulla carta almeno)
    This code and information is provided "as is" without warranty of any kind, either expressed
    or implied, including but not limited to the implied warranties of merchantability and/or
    fitness for a particular purpose.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.