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 SkipVought 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: isato
  • Order by date
  1. isato

    generic functions

    Hi I am trying to implement a generic version of bubblesort. bubblesort(void *p, int lenght) {... ..... ..... if(p[i]>p[i+1])//switch ........ ..... The compiler is giving me an error. at the same line as if(p[i]>p[i+1]) why?

Part and Inventory Search

Back
Top