I've never seen that assignment for a variable before. I've taken 2 C++ courses in college. It's not too hard to pick up on. I mostly do stuff in PHP though, even though, in essence they are very similar. I do C++ programs for stuff I want to do locally and want to run quickly. Mainly Math programs.
There are a few of these. You could do a custom one or have a custom one made where another page keeps count in a database. Some CMS's implement this or use a javascript alternative. Below are some links.
http://www.hotscripts.com/category/php/scripts-programs/click-tracking/...
I found it's easier to not install the webmails because they are already on the server. Just use webmail bridge. It logs you into your webmail without reinstalling the script.
Localhost is used when you're using a SQL on the computer running the script. You can connect remotely using the address of the server. This usually isn't used but it can be.
I want the an account with the following.
username: daman371
subdomain: dev-project.x10hosting.com
PHP advanced
Thanks. I had this before and I got busy and couldn't come by for awhile.
Can anyone convert this quicksort to use a linked list?
void Quicksort(int set[], int start, int end)
{
int pivotpoint;
if (start < end)
{
pivotpoint = Partition(int set[], start, end);
QuickSort(set, start, pivotpoint-1);
QuickSort(set...
I'm getting that now too but that's not my site. I also can't access my site through ftp because it says ECONN REFUSED.
Edit:
I need this fixed. Also, in my cpanel my files are still there and there aren't any additional files or files that aren't mine.This seems strange and maybe a DNS problem...