Thread: Tracetable problem which are non algorithmic.

  1. #1
    Registered User
    Join Date
    Apr 2012
    Posts
    3

    Tracetable problem which are non algorithmic.

    Hi members,
    I would like to know if anyone could help me out with some trace table examples, which are non algorithmic. I need to implement it for my program. All I have found where algorithmic examples. Thanks in advance for any help.
    Regards,
    FiatUno

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    What exactly are "trace table examples, which are non algorithmic"? I mean, if you're tracing some steps/output with a table, aren't you tracing an algorithm of some sort?

    Anyway, I'm moving this to Tech Board.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    Apr 2012
    Posts
    3
    What I mean is that I need to design a trace table for a program whose outputs are not numbers. I mean that I have a word and need to guess it, and I need to do a trace table for it. That is why I asked for an example similar, so I could build upon it, as I think that this is much more complicated than having a mathematical tracetable. Thanks in advance,
    Regards
    Fiatuno

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Algorithmic state machine Truth Table equations?
    By litzkrieg in forum C Programming
    Replies: 1
    Last Post: 03-21-2011, 11:44 AM
  2. hi guyz... an algorithmic problem
    By ayan_2587 in forum C++ Programming
    Replies: 2
    Last Post: 11-12-2009, 01:47 AM
  3. Algorithmic Mastermind Program
    By pr0n in forum C Programming
    Replies: 1
    Last Post: 05-12-2008, 11:02 PM
  4. Algorithmic Complexity + Asymptotic Notations
    By koodoo in forum C Programming
    Replies: 5
    Last Post: 09-03-2006, 02:25 AM
  5. syntax linked list problem & struct problem
    By beely in forum C Programming
    Replies: 5
    Last Post: 11-11-2002, 09:14 AM