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: ngen
  • 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 Dave, Thanks for your help indeed. Both of your tips are very helpful indeed... But, since I am really poor at C++... This is what I wish to do: --------THE FILE STRUCTURE------------ <something here which is to be skipped> <blank> <blank> <blank> <THE REAL DATA STARTS HERE> --------END...
  3. ngen

    How to read file from third line?

    Dear Dave, First of all, thanks for your tips and help. It does help :)... but... is there another way not reading the file line by line after skipping the first few lines? For example, is it possible to set the position to some location of the file and start reading from that??? I am sorry...
  4. 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
  5. 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