need help with remove duplicate in a array using functionsI will recommend to use STL(standard template library) instead of arrays it is fast and easy to writ...
expatHi, I need information how to handle comments in xml using expat library. We have comment handle...
counting # of digitsTry the below code snippet #include <iostream> using namespace std; int main() { long A; ...
Why Does This Compile But Have No Output?As per my understanding Example2.dat file contains all the template data and you need to compare the...
Why Does This Compile But Have No Output?There are few problem with the code above while condition should be like this while(!file.eof() ...