Coins and Numismatics

Coins and Numismatics

Mandu, The City of Joy

Dont forget to visit Mandu, The City of Joy according to Malwa Khilji Sultans

File Handling in C++

Counting Words, Paragraphs and Lines in Disk File using command line arguments(C++)
int main(int argc, char *argv[]){ifstream infile;bool flag =false;bool paraFlag = false;char c;int words = 0;int lines = 0;int paragraphs = 0;infile.open(argv[1]); c = infile.get();while (!infile.eof()){while (c != ‘\n’){if ((c >= ‘a’ && c = ‘A’ && c <= ‘Z’)){if (!flag){words++;flag = true;}}elseflag = [...]