graph data structure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amd321
    New Member
    • Oct 2009
    • 10

    graph data structure

    i want ot make a site that represent graph data structure.
    and i know how to do it in c or c++
    my qustion is
    1.i can save my information in structure that i made myself in C ++, and represent it in a site
    or i have to use MYSQL.
    2. what is your advice to me? use MYSQL or make my own structure?
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    What sort of control do you have over the site that you are planning on putting this on?

    Comment

    • amd321
      New Member
      • Oct 2009
      • 10

      #3
      my propose is making my part of sorting all of the information as small as possible. but generally i want to controll the database.
      i want to let the people that coming to my site to manage the site.(somthing like wikipedia)

      Comment

      • Banfa
        Recognized Expert Expert
        • Feb 2006
        • 9067

        #4
        Yes but how are you planning on host the site?

        Comment

        • amd321
          New Member
          • Oct 2009
          • 10

          #5
          i dont know. that is part of my qustion. how am i going to host it?!
          i dont know

          Comment

          • Banfa
            Recognized Expert Expert
            • Feb 2006
            • 9067

            #6
            Well OK knowing that is really quite integral to the question of what solutions are available to you.

            However if you assume the lowest common denominator then it should work on all other systems. In this case that is virtual hosting (you share a piece of a host).

            You would likely not be able to create your own cgi programs to run on a virtual host, your solution would probably require a PHP/MySql solution (certainly on a XAMPP platform) or use of some other scripting language (probably with a data base to hold the data).

            Comment

            Working...