Search:

Type: Posts; User: Furbiesandbeans

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,785

    Thanks anon, i added an extra if statement for...

    Thanks anon, i added an extra if statement for when the list is empty and it seems to be working now. Well except for some run time errors but that will get fixed later =)
  2. Replies
    2
    Views
    1,785

    Help with doubly linked list

    OK, so im fairly new to pointers and Node types, etc... I'm trying to use a function to insert an item (first item) in a list, but my program crashes whenever i try to set the front pointer to that....
  3. Replies
    3
    Views
    7,912

    IDK what ur problem is, but as far as im...

    IDK what ur problem is, but as far as im concerned, u cant declare a static array using a variable. U have to manually put in the number, or make it a dynamic array
  4. Replies
    13
    Views
    10,005

    OMG i love u anon here is the fixed version ...

    OMG i love u anon

    here is the fixed version



    void rotate90counter(char & direction)
    {
    if (direction == 'N')
    direction = 'W';
  5. Replies
    2
    Views
    2,713

    u can have them spaced by something like - or...

    u can have them spaced by something like -

    or learn how to do trees and put them all into 1s and 0s

    edit: i think this is how it could work with all of them jumbled

    do something where it...
  6. Replies
    13
    Views
    10,005

    k, here is my visual studio folder, it has all...

    k, here is my visual studio folder, it has all the .cpp files and .h files

    http://187combat.com/forums/index.php?act=attach&type=post&id=1440
  7. Replies
    13
    Views
    10,005

    i dont know how to do that...

    i dont know how to do that...
  8. Replies
    13
    Views
    10,005

    ok, this is what happens now.... ...

    ok, this is what happens now....




    XXXXXXXX
    X X X
    M X X
    X X
    XXXXXXXX
  9. Replies
    13
    Views
    10,005

    Mouse Maze Problem

    First of all, this is my first post on this forum =)

    k, anywho..

    im having problems with the algorithm of the mouse getting through a maze created. The maze is a 2-dim char array, the walls...
Results 1 to 9 of 9