Results 1 to 9 of 9

Thread: how to save sequences of text files and sound files

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2007
    Posts
    23
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    3

    Default Re: how to save sequences of text files and sound files

    ok, by the way how do we save de sqlite bd in disk?

  2. #2
    Join Date
    Apr 2007
    Posts
    23
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    3

    Default Re: how to save sequences of text files and sound files

    i already know one way : The SQLite library includes a simple command-line utility named sqlite3, and we can use it to create a new database

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: how to save sequences of text files and sound files

    Quote Originally Posted by nagpalma View Post
    ok, by the way how do we save de sqlite bd in disk?
    I don't understand the question... Create a database and fill it from within your application...

  4. The following user says thank you to wysota for this useful post:

    nagpalma (3rd July 2007)

  5. #4
    Join Date
    May 2006
    Location
    Germany
    Posts
    108
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    2
    Thanked 14 Times in 12 Posts

    Default Re: how to save sequences of text files and sound files

    Since you are working on a game you might want to consider using plain .zip files ( .pak files) which Doom used already

    It is a common technique used in game programming.
    "If you lie to the compiler, it will get its revenge." - Henry Spencer

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.