Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ofir

  1. ofir

    Newbie: How do you copy one specific character from a string

    if you want to use pointers so : char *pa // pointer for strA char *pb // pointer for strB pa=strA /* pa get the first place of the string it's equal to pa=strA[0] so now pa point us at the first place on strA the same thing we'll do with strB see below...
  2. ofir

    Floating point numbers

    try www.programmersheaven.com

Part and Inventory Search

Back
Top