User Profile
Collapse
-
I placed the FOR loop inside a while(1) loop and solved the problem but are there any other (better) ways? -
Replace a FOR loop into an infinite one
I'm building a simple slideshow and would like to exchange the FOR loop below into an infinite loop that will start over with picure 1 when picture 5 has been shown.
Im still new to C and I hope someone can help me
Code:char *inputFile[] = {"/1.jpg","/2.png","/3.jpg","/4.png","/5.png",NULL}; for(i=0; NULL != inputFile[i]; i++) { sprintf(max_image_file_path,
-
IIS and Tomcat integration - How to access the root
I have configurated a system that is running IIS with Tomcat.
However, I cant figure out how to access "the root" of my domain.
As for now I have to use a subfolder like:
http://www.example.com/example_folder
How do I get rid of example_folder ?
Ive been looking for an answer for 2 days now and I havent found anything.
Every example that Ive found so far on the web...
No activity results to display
Show More
Leave a comment: