Why isn't the file opening?i tried ifstream and ostream, and it didnt work, and I thought that if the file wasnt already made, ...
Why isn't the file opening?It didnt work :/
Why isn't the file opening?[code]#include <iostream> #include <fstream> #include <string> using namespace std; int main (...
Can someone explain this line to me?/Input helpOh duh! why didnt I think of that :P Thanks for your help :D
Can someone explain this line to me?/Input helpLike this: [code]cin >> var; while(true) { cin.ignore(10000, '\n'); string str; getl...