SO how do I set it up? Since I use a function to create this "Alarm *a = new Alarm()", it has to be a pointer or else it gets lost after the function exits. Can I make a list of pointers to the Alarm's I create?
SO how do I set it up? Since I use a function to create this "Alarm *a = new Alarm()", it has to be a pointer or else it gets lost after the function exits. Can I make a list of pointers to the Alarm's I create?
Bookmarks