" data-bs-original-title="" title="">
If the user has to enter integers why are you using a std::string array? Why not an int array? The loop on line 8 is incorrect. Arrays are always numbered from 0 to the number of elements, for example if the array has 5 elelements then they are numbered 0, …
I don't know what compiler you are using, but this works (your second attempt) with vc++ 2012 Express. Maybe the problem is caused by something else in your program. #include <iostream> #include <fstream> int main() { long length; std::ifstream is("l.2"); is.seekg (0, std::ios::end); length = is.tellg(); std::cout << length << …
USA --baseball --football --basketball --ice hockey
testing bump >I am concerned that this will lead to people posting "bump" and other such empty content just to get their names in the bar. Nope. It apparently doesn't work like that. once the thead is marked solved the bar doesn't change when new posters add to the thread. …
>And did it make you think windows is better mac os x operating systems? Anything is better than mac os x :) I have a friend that has it on a notebook, always crashing and corrupting files.
The End.