Thread: What to make?

  1. #1
    Registered User
    Join Date
    Mar 2005
    Posts
    11

    What to make?

    I need to make a program that connects to a database (or some kind of client-server relationship going on), grabs information, makes use of some classes (and inherited classes as well), and applies principles of polymorphism, etc. I'm not asking for help on how to make one but help on what to make. I thought about making a dictionary program but don't know how to use inheritence with that. I just need to make something for my job interview. I already know how to make this stuff but all of the stuff I've made in the past was implemented in Java or some other language. Any ideas?

  2. #2
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    guestbook, blog, poll

  3. #3
    Registered User
    Join Date
    Mar 2005
    Posts
    11
    How exactly would I be able to apply inheritence with those? I can't see a way.

  4. #4
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    A title and an entry for a blog both share an is-a relationship with something like a cell in a table or an entry in your database.

  5. #5
    Registered User
    Join Date
    Mar 2005
    Posts
    11
    Oh, so like you would make an object representing a table row and then the blog object would be a child of the row object?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Establishing 'make clean' with GNU make
    By Jesdisciple in forum C Programming
    Replies: 9
    Last Post: 04-11-2009, 09:10 AM
  2. How to make a Packet sniffer/filter?
    By shown in forum C++ Programming
    Replies: 2
    Last Post: 02-22-2009, 09:51 PM
  3. HELP!wanting to make full screen game windowed
    By rented in forum Game Programming
    Replies: 3
    Last Post: 06-11-2004, 04:19 AM
  4. make all rule
    By duffy in forum C Programming
    Replies: 9
    Last Post: 09-11-2003, 01:05 PM
  5. Replies: 6
    Last Post: 04-20-2002, 06:35 PM