Recent content by i_learn

  1. I

    interestin problem..linked lists

    allright u haev a linked list.....u have to reverse the order, WITHOUT allocating more anymore memory...... eg: first->5->10->15->20->25->NULL. u have to get 25->20->15->10->5 Do not allocate memory...... this is up for discussion......coz i tried solving it...but we dont get our answer...
  2. I

    noob + C = help

    pointers??? well.....imagine a bank with lockers all over the wall......u own 1 and u wanna put all ur money in it.........what u do ..tryin to be safe and all...is put in another locker just a slip of paper.....WITH THE LOCKER NUMBER of the safe with all the loot! .....u access the safe with...
  3. I

    Game design

    umm.....if u could elaborate a little more on what exactly u are tryin to get, as in, whats the question again!?? i dont follow.
  4. I

    pascal triangle

    yep...thats how u supposed to do it on paper, only i didnt want to actually think of a way to add the previous 2 numbers, when i did it, i knew just arrays, and it was too much of a bother then. mebbe what u can do is write recursively, to add a[i] and a[i+1], and then put it in a stack or...
  5. I

    pascal triangle

    this prints it in a weird way...but its a solution, MIND U....ITS USING MATHAmatical induction, so its goign to be accurate upto the nth row. its a little raw, and very much of a base programmer, coz i wrote this when i started out with c...
  6. I

    pascal triangle

    use the mathamatical induction formula....thats the more accurate way, the easier way(uptill row 5) is multiples of 11. but thats true only till row 5.
  7. I

    Eight queens problem

    The Eight Queen problem, on a chess board u have to place 8 queens such that they may not be attacked by any other queen. simple no???
  8. I

    Eight queens problem

    hey ppl....i wanted to try the eight queens problem, and i tho of doing it like the goal seeking method. it will explore one route, and if it does nto work , will come back to the last decision made and change it.... the problem is i am getting a stack fault in tcWIN, and in TC dos i get pc...
  9. I

    Yahoo msngr status changes

    yea...reinstall fixes it.
  10. I

    Yahoo msngr status changes

    me use adaware everyday man...but no issues...witll try it out...
  11. I

    Yahoo msngr status changes

    lemme try , i just wanted to make sure of what it could be..b4 i reinstalled... i am certain i have no spyware.....net speed is fine....
  12. I

    Yahoo msngr status changes

    the status line...(invisible, available...that ****) keeps cnahgin...that is if i am invisible....it suddenly chges to BE right bak.....reallly annoying.
  13. I

    Yahoo msngr status changes

    my status in yahoo msngr keeps changin by itself....its the latest Y! 8. i changed my password a couple of times...but its still not helping....what is wrong (is it a bug?, coz none of my frnds have the same problem), or someone is acting funny with my msngr.??? and what can i do?
  14. I

    StarFORCE

    OH ****.....SO SORRY........SO SO SORRY....YEA i mean star force! OH CRAP!!!!!!!! real sory..... MOD please change the topic for me.....its not starcraft...its starforce!
  15. I

    StarFORCE

    Starcraft Can someone explain to me how starcraft works...and y crackers are having trouble with it. i tried googlin...i cant find too much i can understand. Thanks
Back
Top Bottom