Impressive-looking c++ problem anyone?I have been wanting to do some extra credit for my C++ beginners class. We have done basic things w...
creating streamsNaturally. An example of how I want to use a stream is [code]void toArabic(char from[], int& to){ ...
creating streamsI want to create a stream for input and output, but without using an fstream or iostream, just somet...
fstream file path on macmy code is: [code] #include <iostream> #include <fstream> using namespace std; int main() { ...
ifstream getting charsI am writing a program to generate random numbers, output them to files based on if they are odd, ev...
This user does not accept Private Messages