Search Result

Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
programing
  •  

  • thesuper
    started a topic Swiching to go daddy as host need help with mySQL

    Swiching to go daddy as host need help with mySQL

    I reciave this messege when i type in my domain name


    the domain name of my site is <<snipped>> but i am using <<snipped>> to test if everything if is in correct order before i point <<snipped>> to my files at<<snipped>>

    This is the Database.php that i am editing i need help to make it work sins i dont know anything about this .

    Code:
     <?php
    ...
    See more | Go to post
    Last edited by Atli; Mar 17 '10, 10:48 AM. Reason: Added [code] tags and removed links to commercial sites. (They aren't relevant to this in any case)

  • aznblood5
    started a topic deleting node from linked list
    in C

    deleting node from linked list

    i was wondering if anyone could help me under stands the basics of deleting a node from a linked list\

    my programs has something like this:

    typedef struct car{
    int mass;
    int x;
    int y;
    struct car *nextptr;
    struct car *lastptr;
    } car;


    and there are about 500 nodes in my linked list and i need help to find a way to deleted nodes from this linked list,...
    See more | Go to post
Working...