User profile: jp01cf01

User info
User name:jp01cf01
History
Joined:
Number of posts:99
Latest posts:

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 help
Oh duh! why didnt I think of that :P Thanks for your help :D

Can someone explain this line to me?/Input help
Like this: [code]cin >> var; while(true) { cin.ignore(10000, '\n'); string str; getl...