이모티콘 썸네일형 리스트형 해결 거의 1달 남짓 나를 괴롭혀 오던 문제를 해결했다. 문제는 pointer를 인수로 넘겼을 때, 그 주소에 들어있는 데이터는 따로 리턴을 해주지 않아도 바뀐 값이 함수 밖으로 나간 뒤에도 유지가 되지만, 주소를 바꾼 경우는 꼭 리턴을 해주어야 한다는 것이었다. 링크드리스트에서 head의 주소가 바뀐 경우가 여기에 해당... //function to delete the node user wants to delete //head is an index which points the first node of linked list record* del_elmt(record *head){ int num; //integer to get the ID of node to delete int pre_amount=amount.. 더보기