Thread: Flowchart question: Classes

  1. #1
    Registered User
    Join Date
    Jun 2004
    Posts
    11

    Flowchart question: Classes

    I wanted to try something different this time so I decided to create a flowchart of the program first, but I'm not sure how to represent a class. My teacher never gor that far, only the basics, decisions and stuff. The program is going to have two classes, how do I represent the functions of each class, should I put the name on the class along with the name of the function?, can someone show me a Flowchart that uses classes? a link or something? I'm sorry if this is a stupid question but everything I have learned, except for flowcharts, have been on my own, since the teachers over here don't know anything about programming and I can't do much about that. Thanks in advance.

  2. #2
    Stinking it up. StinkyRyan's Avatar
    Join Date
    Jun 2004
    Posts
    61
    google it up

    http://www.cs.uidaho.edu/~rmorris/11...icpp_oop1.html

    the way depicted there seems viable to work for a flow chart.

  3. #3
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398

    Books & Software?

    Can someone recommend a book with a good programming-flowchart reference? It seems that once, a long time ago, in a land far away, I had a book with all of the symbols. (?)

    What flow-chart software do you use / recommend? Visio? Is there a more economical program? (I only do a little programming at work, and flowcharts aren't "required", so I'd have to pay for it myself.)

    I've only used flowcharts when I needed to figure-out some algorithm, or some small part of a program. So, I've drawn them by hand, and everything is just a box.

  4. #4
    Registered User
    Join Date
    Jun 2004
    Posts
    11

    Thanks

    Did you check Amazon for the books? Check them out and read the reviews. Anyway, I use WizFlow Flowcharter that's the only program I have ever used, it's simple , easy to use and it gets the job done, check the trial version out, maybe you'll like it too.

  5. #5
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    UML is very popular.

    gg

  6. #6
    Stinking it up. StinkyRyan's Avatar
    Join Date
    Jun 2004
    Posts
    61
    im telling you guys save some money google it up write it down make your own book.

  7. #7
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398

    Thanks!

    Wiz Flow looks just about right. No, darnok, I didn't search Amazon... I'm not looking for a whole freekin' book on flow charting! I was thinking of maybe one chapter with a page or two of symbols. ...Like the table of schematic symbols in every beginning electronics book.

    UML looks like overkill for my programs... and I don't want to write them twice! OK, OK, OK... I'm a hardware engineer and I do understand the importance of planning and design. But, that level of structure just doesn't apply to either my current work or hobby programming.

    And, I guess you're right, StinkyRyan, I could look-up the symbols on the net. And, although I like having some handy reference books on my bookshelf, I wouldn't want to buy a whole book just for a page of flow-chart symbols... if there was nothing else useful in the book.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Classes question...
    By Raigne in forum C++ Programming
    Replies: 24
    Last Post: 09-12-2006, 01:46 AM
  2. Replies: 2
    Last Post: 07-28-2006, 02:59 PM
  3. Simple Question about Classes
    By Loctan in forum C++ Programming
    Replies: 5
    Last Post: 06-26-2006, 02:40 AM
  4. Classes and Win32 API, and another Question
    By philvaira in forum Windows Programming
    Replies: 10
    Last Post: 04-10-2004, 07:21 PM
  5. Newbie question about the Private type in classes
    By Ryeguy457 in forum C++ Programming
    Replies: 1
    Last Post: 09-07-2002, 10:17 PM