Using stack to store objectsI just figure it out. I forgot to declare the default constructor. Thank you for your reply.
Using stack to store objectsI'm doing a program where I need to store objects in stack. I define the stack as a template class l...
sparse matrix using linked list C++I'm coding the program that using linked list to store a sparse matrix. First I create a class "Node...
Skip non-integers from text file !!!Tks tntxtnt a lot. That works. But I just edited my questions a little bit. Actually the third colum...
Skip non-integers from text file !!!I already tried your way. I used istringstream to convert substrings into integers but when I conver...