User Profile

Collapse

Profile Sidebar

Collapse
danielkun
danielkun
Last Activity: Oct 17 '07, 08:26 AM
Joined: Dec 18 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • danielkun
    replied to Replace a FOR loop into an infinite one
    in C
    I placed the FOR loop inside a while(1) loop and solved the problem but are there any other (better) ways?
    See more | Go to post

    Leave a comment:


  • danielkun
    started a topic Replace a FOR loop into an infinite one
    in C

    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,
    ...
    See more | Go to post

  • 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...
    See more | Go to post
No activity results to display
Show More
Working...