Directories are created using C++ when a song is uploaded

This commit is contained in:
amazing-username
2019-08-04 14:04:40 +00:00
parent 2d984813ec
commit 15948c4783
10 changed files with 126 additions and 67 deletions
+10
View File
@@ -0,0 +1,10 @@
struct Song
{
int Id;
char *Title;
char *Artist;
char *Album;
char *Genre;
int Year;
};