Results 1 to 17 of 17

Thread:

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date: Jun:2011
    Location: varna
    Posts: 23

    , :
    - , .
    - /.
    - .
    main()-



    struct elem
    { int key; elem *next;} *start=NULL;


    void push(int n)
    {
    elem *p=start;
    start=new elem;
    start->key=n;
    start->next=p


    int pop(int &n)
    if (start)
    {
    n=start->key;
    elem *p=start;
    start=start->next;
    delete p;
    }
    else

    return 0;


    , , ? - ,

  2. #2

    Join Date: Apr:2006
    Location:
    Posts: 8,666

  3. #3
    motherfather The Penalty's Avatar
    Join Date: Mar:2002
    Location:
    Posts: 20,469
    - .
    , , :


    • , -
    • Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us
    • Soul platinum 1 and 2. See? It's not the game - you suck.


  4. #4
    Registered User
    Join Date: Jun:2011
    Location: varna
    Posts: 23

  5. #5
    motherfather The Penalty's Avatar
    Join Date: Mar:2002
    Location:
    Posts: 20,469
    , , .
    ?

    • , -
    • Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us
    • Soul platinum 1 and 2. See? It's not the game - you suck.


  6. #6
    Registered User
    Join Date: Jun:2011
    Location: varna
    Posts: 23

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |