Thread: text files

  1. #1
    Registered User
    Join Date
    Dec 2017
    Posts
    37

    text files

    how do i get it?

    Code:
    #include <iostream>
    #include <string>
    
    template <class game>
    
    class game
    {
    private:
    
    protected:
        int nintendo;
        int sega;
        string fun;
        bool enjoy;
    public:
    
    };

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    I don't get it...
    Devoted my life to programming...

  3. #3
    Registered User
    Join Date
    May 2012
    Location
    Arizona, USA
    Posts
    948
    sonicflare9: Please read this: How To Ask Questions The Smart Way.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading files from text and looking for text
    By november1992 in forum C Programming
    Replies: 18
    Last Post: 04-30-2012, 02:18 PM
  2. text files
    By thinice16 in forum C Programming
    Replies: 5
    Last Post: 08-03-2008, 02:40 AM
  3. Text Files
    By trekintouretter in forum C++ Programming
    Replies: 12
    Last Post: 01-06-2008, 05:34 PM
  4. Viewing other files... (Not Text Files)
    By Junior89 in forum C++ Programming
    Replies: 10
    Last Post: 07-05-2007, 02:30 AM
  5. text files
    By Hypercase in forum C++ Programming
    Replies: 4
    Last Post: 03-05-2005, 07:09 PM

Tags for this Thread