Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
The Application - OOP344 20132
1 byte added
,
08:08, 3 August 2013
m
Fixed syntax error in the code for the struct.
//class Song{
struct Song{
char name[71
]
;
char artist[71];
char album[71];
Amal Khandelwal
1
edit