User Profile

Collapse

Profile Sidebar

Collapse
aphrodite
aphrodite
Last Activity: May 5 '08, 05:43 PM
Joined: Jan 2 '07
Location: Romania
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • aphrodite
    started a topic Installing Apache on Vista

    Installing Apache on Vista

    Hi!

    I'm trying to install Apache Server 2 on Windows Vista. I want to set it as a local host. But at the end I get a message saying no service has been installed, or something like that. And, of course, http://localhost/ cannot be found. What am I doing wrong? Could anyone please help me?

    Laura
    See more | Go to post

  • aphrodite
    started a topic Hash function with polynomial accumulation
    in C

    Hash function with polynomial accumulation

    I have to write a program to manage a hash table using collision resolution by chaining, with numeric long integer and string keys and where the hash function should use polynomial accumulation. So...how exactly should I make this function? I understand all the other ways to make a hash function except this one.

    Laura
    See more | Go to post

  • aphrodite
    started a topic interchanging arrays in c
    in C

    interchanging arrays in c

    How do I interchange two arrays? I tried arr[i]=arr[j] but I get the error: "ISO-C++ forbids assignement of arrays.
    Just to mention it, I'm trying to sort an array of strings in ascending order. The array is declared: char arr[20][20] because it's names that I have in it.
    See more | Go to post
No activity results to display
Show More
Working...