User Profile

Collapse

Profile Sidebar

Collapse
sabitha
sabitha
Last Activity: Feb 27 '07, 01:24 AM
Joined: Nov 11 '05
Location: Bangalore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sabitha
    replied to Linked List
    in C
    Hi,

    There is another solution for the same...

    Use 2 pointers p1 and p2, initially both should point to the head.
    Advance p1... one node at a time
    Advance p2... two node at a time.
    When p2 reaches the end, p1 is in the middle.

    Thanks
    Saby Abraham
    See more | Go to post

    Leave a comment:


  • sabitha
    started a topic difference between -fpic and -FPIC
    in C

    difference between -fpic and -FPIC

    Hi,

    COuld u please explain the difference between the compiler option g++ -fpic and g++ -FPIC for generating the shared library? I would also like to know what are these options g++ ldl -lrt -lcrypt??

    Thanks
    Saby
    See more | Go to post

  • sabitha
    started a topic stringstream
    in C

    stringstream

    what is the use of stringstream in c++?

    Thanks
    sabitha
    See more | Go to post
No activity results to display
Show More
Working...