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 strongm 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: iwuvc
  • Order by date
  1. iwuvc

    Timer in C

    Well I use cygwin compiler, I recommend it. Umm I don't know if it will work without cygwin but ex. sleep(5); would make the program stop for 5 seconds before continuing. Again I think that is a cygwin only command, but good luck.
  2. iwuvc

    reading file into variable

    I'm really feeling the love :) Ok well thanks I can try hopefully look up those functions and make it. (you got tired of leechers beggin for code?)
  3. iwuvc

    reading file into variable

    Well I want to be able to read a text file into a variable. I have made something that writes a text file. Pretty much here's a not so good example, and yeah.. I dont feal like writing correct syntax but you get the idea. ex. dud = fopen("hi.txt"); //unsure how to do this properly. if (dud ==...
  4. iwuvc

    saving with ajax on client: how?

    Yes, data needs to persist between the sessions.
  5. iwuvc

    saving with ajax on client: how?

    Well then do you another way to save on client without ajax or cookies?
  6. iwuvc

    saving with ajax on client: how?

    I found a site that said ajax could be used with javascript to save and load text files on a client computer, but it did not say how. The js I am making used cookies, but I needed more storage than what is allowed for cookies.
  7. iwuvc

    saving with ajax on client: how?

    Does anybody have a short (or long) example on how to save and load a text file from a client computer using ajax? I will be grateful for any examples/links.
  8. iwuvc

    saving without cookies?

    Well, I'm making a funny little game. So the cookie or what anybody else has to offer must be able to store more than one value inside the file. ie strength, hp, etc. My current problem with cookies: Ok, I set a cookie value clicking a button. Then I click the read cookie button. It will read...
  9. iwuvc

    saving without cookies?

    Because I am having extremely wierd problems with cookie saving, is there a way to save files on clients computer? If not possible on client is it possible on server? I have tried searching google and going through books, but I haven't been able to find anything useful.
  10. iwuvc

    How do i read a file into a variable?

    I have a text file called s1.txt, and it has one value of 12345. Can somebody post an example of how to read this file into a variable? My tries have been pointless, I can't get fopen to work for my purpose.

Part and Inventory Search

Back
Top