Main Menu

HOME

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

Make money selling software. Check this out here

Hosted clickbank mall. Check this out here


Sedo - Buy and Sell Domain Names and Websites project info: programmershelp.co.uk Statistics for project programmershelp.co.uk etracker® web controlling instead of log file analysis

   Misc

   Amazon

   Links

    


 

 

 

Description

Shows how to decrement values in a for statement.

Code


#include <stdio.h>


int main()
{
int count;
for(count = 10;count>=1 ;count--)
printf("%d.\n",count);
printf("BLAST OFF!!!.\n");
return 0;
}

Information

tested using LCC Win 32

 

 

 

 

Download

negativefor.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
Launch a file with associated program(VB)
DNS information(C Sharp)
List owners of a process(VBScript)
create a directory(C Sharp)
multiple text example(Darkbasic)
flashing status bar message(Javascript)
scroll to bottom of text box(VB)
change text color in a text box(VB)

    




Copyright © 2003 by programmershelp.co.uk