User Profile

Collapse

Profile Sidebar

Collapse
HawkNail
HawkNail
Last Activity: Mar 30 '10, 07:27 PM
Joined: May 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • HawkNail
    replied to JavaScript Counter Error
    I used that line to rewrite the value of the "clock" so it is visible to the user - but I just tried it w/o that line and it worked. So thanks for the answer, but would you care to explain how it works now?
    See more | Go to post

    Leave a comment:


  • HawkNail
    started a topic JavaScript Counter Error

    JavaScript Counter Error

    Long story short, I'm making an online test to help prepare some buddies for an online math test. The test is timed and so I am trying to put in a counter to count down to zero. My code looks like this:

    Code:
    function clock()
    {
    	if (document.clock.display.value>0){
    	setTimeout("clock()",60);
    	document.clock.display.value = document.clock.display.value - 1;
    	document.clock.display.write("document.clock.display.value");
    ...
    See more | Go to post

  • HawkNail
    replied to C# or C++?
    in C
    Thanks peoples, I think I might start off with C++ and then eventually go into C#.
    Brownie Points to all of you
    See more | Go to post

    Leave a comment:


  • HawkNail
    replied to C# or C++?
    in C
    Does anyone know of where I can find a good C# turtorial on the web? I have found a couple of okay compliers but if anyone has a really good one...
    See more | Go to post

    Leave a comment:


  • HawkNail
    started a topic C# or C++?
    in C

    C# or C++?

    C# is apparently a new type of programming and I as a beginner do not know whether I should learn c++ or c#. HELP!! I've heard that a bunch of the tags and such are the same but that c# is cleaner, what do you peoples think, what should I learn??
    See more | Go to post
No activity results to display
Show More
Working...