+ 2
Which kind of data structures are needed for a complex back-end of a website, using statically typed languages like c++ and c#?
data structures for the back-end of a website, using c++ or c#
1 Odpowiedź
+ 2
This depends on the Kind of Data you want to show on your Website. For complex and dynamic Data I think XML or JSON are a good choice. You can also use a SQL Database.