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 TouchToneTommy 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: ngen
  • Content: Threads
  • Order by date
  1. ngen

    Change the language interface

    Dear all, I need some help... I have purchased a laptop comes with Windows XP, stupidly, it is in Dutch version (I guess they just install it by default). Now problem is I want to change it to English... It is Windows XP Professional. How can I do that? Could I just buy a upgrade English...
  2. ngen

    How to read file from third line?

    Dear all, Sorry to bother you all. I wish to read in a file from second (or more) lines. In other words, I don't want to read in the file from the beginning. I am using the basic functions from <stdio.h>, fread, fseek, fread etc. Please help. Thousand thanks. Best regards Jordan
  3. ngen

    How to convert an int to char*?

    Hi, I wish to convert an integer to char* in C++ (I am using VC++). Like: int i = 10; char *j =... <to convert int to char *> printf(&quot;%s\n&quot;, j); <- here it will prints out 10. Please help. Thanks.

Part and Inventory Search

Back
Top