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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ofir
  • Order by date
  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