Connecting Tech Pros Worldwide Forums | Help | Site Map

graph data structure

Newbie
 
Join Date: Oct 2009
Posts: 10
#1: Oct 19 '09
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's Avatar
Administrator
 
Join Date: Feb 2006
Location: South West UK
Posts: 6,215
#2: Oct 20 '09

re: graph data structure


What sort of control do you have over the site that you are planning on putting this on?
Newbie
 
Join Date: Oct 2009
Posts: 10
#3: Oct 20 '09

re: graph data structure


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)
Banfa's Avatar
Administrator
 
Join Date: Feb 2006
Location: South West UK
Posts: 6,215
#4: Oct 20 '09

re: graph data structure


Yes but how are you planning on host the site?
Newbie
 
Join Date: Oct 2009
Posts: 10
#5: Oct 20 '09

re: graph data structure


i dont know. that is part of my qustion. how am i going to host it?!
i dont know
Banfa's Avatar
Administrator
 
Join Date: Feb 2006
Location: South West UK
Posts: 6,215
#6: Oct 20 '09

re: graph data structure


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).
Reply