Hi guys
I am presently using stack for storing variables using push and pop operation in C++,since my requirement of these variables is in reverse order .However i want to put these variables in file I/O using fstream as i want to use pop operation in different program. can u suggest me which comd to use as well as any other efficient means to solve this problem. Data type I am using is uint32_t and these variables will be called by various other modules of the prog and need to be used only once thus stack is fulfilling my purpopse.



LinkBack URL
About LinkBacks


