i really need to know how to make a program that will never end and continue to repeat itself from the beginning...
^^!!

no one's going to give you complete code for anything.

but here's a snippet:

while(1)
{
    // do stuff here
}

cheers!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.