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 dencom 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 texto

  1. texto

    String functions strcpy with backslashes

    Not sure if this is an easy one but how do I copy an character array with backslashes to another? Strcpy behaves very strange. As in the example - ascstr2 prints all weird chars. ascstr is \x0 ascstr2 is øF #include <stdio.h> int main(){ char ascstr[20]; char ascstr2[20]; char *p...

Part and Inventory Search

Back
Top