User profile: FalterrisAunvre

User info
User name:FalterrisAunvre
History
Joined:
Number of posts:25
Latest posts:

C++ Joke I made
I had a pretty good laugh from that!

Reading integers from a file into a 2-dimensional array
Thanks, the white space was what was wrong. I changed the function that created the file to include ...

Reading integers from a file into a 2-dimensional array
I need to get the number from a file into a 2-dimensional array. Here's the code: [code]#include ...

Saving a Class Object Into a File
Here's the class: [code] class Frame { public: string Name; char FramePixels[20][20]; ...

Cycling through specific class names
Here's an example: [code] #include <cstdlib> #include <iostream> #include <string> using name...