全部博文(136)
发布时间:2011-03-22 11:15:56
c programming language5.10: command-line arguments! echo: ehco command-line arguments......【阅读全文】
发布时间:2011-03-21 20:26:02
c programming language5.5: character pointers and functions! strcmp: compares two character strings s and t, and return negative, zero or position if s t!......【阅读全文】
发布时间:2011-03-21 20:06:36
c programming language 5.5: character pointers and functions. strcpy: copy of two strings!......【阅读全文】
发布时间:2011-03-21 19:42:26
c programming language 5.3: pointers and arrays! A program computes the length of a string by using pointers!......【阅读全文】
发布时间:2011-03-21 19:26:45
c programming language 5.2: pointers and function arguments. Pass arguments can be by pointers or addresses, if you want to alter or change the variables in the calling function.......【阅读全文】