Header
-
I am using Microsoft Visual C++ 6.0. I ahve tried #include and #include and both are not accepted. Is their a header file associated with this function? int pos = input.find(','); while (pos != -1) { input.replace(pos, 1, ""); pos = input.find(','); } number = atoi(input.c_str()); cout << number << endl; Thank You
-
I am using Microsoft Visual C++ 6.0. I ahve tried #include and #include and both are not accepted. Is their a header file associated with this function? int pos = input.find(','); while (pos != -1) { input.replace(pos, 1, ""); pos = input.find(','); } number = atoi(input.c_str()); cout << number << endl; Thank You
Try using #include
-
I am using Microsoft Visual C++ 6.0. I ahve tried #include and #include and both are not accepted. Is their a header file associated with this function? int pos = input.find(','); while (pos != -1) { input.replace(pos, 1, ""); pos = input.find(','); } number = atoi(input.c_str()); cout << number << endl; Thank You
-
I am using Microsoft Visual C++ 6.0. I ahve tried #include and #include and both are not accepted. Is their a header file associated with this function? int pos = input.find(','); while (pos != -1) { input.replace(pos, 1, ""); pos = input.find(','); } number = atoi(input.c_str()); cout << number << endl; Thank You