Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
fstream with dev-cpp
Name: s-men Date: October 22, 2003 at 11:03:08 Pacific OS: win 2000 CPU/Ram: pentium/ don't know
Comment:
I have a problem, that's why your are reading this :) . I'm building a program and I would like that the user of the program can save some things that he typs in. But I don't know how to do that. I know it's something with fstream but it doesn't seem to work if I try to compile it with dev-cpp. Can anyone give me a clear example of how you can open, read, write, save,etc... a file But don't make it to compilcated ( uless there's no other way) cause I'm new in programming in c++.
Summary: I'm having trouble getting this IDE to work on my computer with Vista as the OS. Everytime I create a program, even a simple "Hello World", or even the example programs that come with Dev C++, I alway...
Summary: It's saying it can't find iostream? Go to Tools -> Complier Options -> Directories -> C++ Includes, and make sure <Dev-Cpp dir>\include\c++\3.4.2 is in the list of includes. ...
Summary: Alright i have a simple problem getting dev-cpp ide compiler to configure to run boost filesystem. I get the following error in this code. #include <boost/filesystem/operations.hpp> #include <...