Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


For loop example
 

 

Description

a for loop example

Code

//program to display a for loop
#include<stdio.h>

int main(void)
{
int num;


for(num=10;num>0;num--)
printf("%d seconds !\n", num);
printf("Blast off ! \n");
return 0;
}

Information

tested using visual C++ 6

 

 
 

 

Download

forloop2.txt


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
create a text file(VBScript)
Create a file(C++)
list files of a certain type in a word document(VBScript)
echo keyboard input to screen(Darkbasic)
increase / decrease number with a button press(Javascript)
move a file with MoveTo(C Sharp)
File size example(C)
flickering form effect(VB)

    




Copyright © 2003 by programmershelp.co.uk