// main3b.cpp
// This holds a number game
// Copyright (c) 1998
///////////////////////////
#include <iostream.h> // For input/output
#include <fstream.h> // For file input/output
#include <string.h> // For strcpy
#include <time.h> // For time
#include <stdlib.h> // For toupper and tolower...
I'm very new to C++.
I have the following string (called 'names'): "Cameron;Keremy;Jyle;Tyson;".
How do I turn this into an Array?
names[0] would be Cameron, names[1] would be Keremy, etc.?
I really would appreciate some help with this please!
I can't get it to work!
I tried it in both firefox and IE. Both didn't work. However, when I tried it in IE, every time the timer refreshed, the bar seemed to flicker down and immediately back up again.
Firefox showed no effect.
Remember the timer resets every second.
I have no idea what to do!
Well, this is what I put:
...
<script type='text/javascript'>
var lockit=setInterval("document.myform.mytext.scrollTo(0,70)",10)
</script>
</head>
<body onLoad="clearInterval(lockit)">
...
It doesn't work, but I think I know why. When the page loads, and every second after, I have a timer set...
Hey, I'm working on a web application, and it requires that a textarea automatically scroll to the bottom when the page opens. Is there any way to do this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.