Search:

Type: Posts; User: FlatLost

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,768

    Thanks

    Thanks guys (and by guys i mean that in an sexually all-encompassing way) for the help!
  2. Replies
    4
    Views
    2,768

    object oriented C

    Hi

    What is the difference between object oriented c and just regular C? I took C a while ago and was recently asked if it was object oriented.

    thanks
  3. Replies
    6
    Views
    3,429

    Thanks Ancient Dragon that little code sample...

    Thanks Ancient Dragon that little code sample really helped make things clear. Again thanks to sunnypalsingh as well for clearing things up for me!
  4. Replies
    6
    Views
    3,429

    follow-up

    It tells the number of decimal points in which you want your answer...that is why its coming out to be .700. if you would not have mentioned .3 then the output would have been 11.700000(default...
  5. Replies
    6
    Views
    3,429

    Basic questions about C

    Hi

    I was going threw a book learning about C language and I had a few questions if someone could help me out to clarify a few things.

    Float or double….why is one better than the other? ...
  6. Replies
    3
    Views
    2,454

    Thanks Dave for the help!!

    Thanks Dave for the help!!
  7. Replies
    3
    Views
    2,454

    Minimum height of a B-Tree

    Hi

    I know you use the formula Log2(N) to find the minimum height of a tree with N number nodes, but the problem is I don't know how to express Log2 ( that is a little two subscript) in programming...
  8. Thread: Graphs

    by FlatLost
    Replies
    11
    Views
    3,947

    Hi Zach I do want to thank you for all your...

    Hi Zach

    I do want to thank you for all your help. The headers are the ones my teacher put in and so we arent supposed to touch them, and the part about incrementing the numEdge I just discovered...
  9. Thread: Graphs

    by FlatLost
    Replies
    11
    Views
    3,947

    graphs

    Hi Zach

    My program seems to being running ok the removeEdge is working as far as I can tell...I dont understand why though when the gPrint is called it says that I have no edges. When I run the...
  10. Thread: Graphs

    by FlatLost
    Replies
    11
    Views
    3,947

    Well, I understand everything you have said, but...

    Well, I understand everything you have said, but do you know what this means

    the v1 pertaining to the matrix

    matrix[v1][v2] = weight;
    W being the Edge
    what does this mean, it was used in my...
  11. Thread: Graphs

    by FlatLost
    Replies
    11
    Views
    3,947

    graphs

    Hi Zach

    I guess what I'm not understanding now is the edge part. I understand that its connection between to vertexs, but I dont see how that is traslated in the code.

    If I have code saying ...
  12. Thread: Graphs

    by FlatLost
    Replies
    11
    Views
    3,947

    graphs

    Thanks for the help Zach

    So lets see if I have this right. Lets say we have a edge at vertex AB and its marked as a vertex with a mark 1 and if I want to insert a weight there then I replace the 1...
  13. Thread: Graphs

    by FlatLost
    Replies
    11
    Views
    3,947

    Graphs

    Hi

    Can someone point me in the direction of possibly a website that shows exaples of graphing. I have to learn how to insert an edge and its weight into an adjacency matrix graph. My book isn't...
Results 1 to 13 of 13