" ); for( var index = 0; index < inputSearch.length; index++ ) { if( inputSearch[index] == searchKey ) { document.writeln( "" ); result=1; } } document.writeln( "
Your search yeilded the following results:
" + resultSearch[index] + "
" ); if(result==0) document.writeln( "Sorry, No MATCH for: " + searchKey ); }

Jean Ednick Lefevre
Management information system @ suny old Westbury



 
search for your topic within this book:

   

Search the Web:
hosted by YAHOO!

Introduction to C++

Lesson 1 ----->

The Evolution of Computer Programming and Languages
Lesson 2 -----> Input, Process, Output (IPO)
Lesson3 -----> Loop: Doing it Over and Over
Lesson4 -----> Decision Making: Making Programs Intelligent
Lesson5 -----> Array: Arrangement of Data
Lesson6 -----> Function: Organizing the Program
Lesson7 -----> Structure: Putting Related Items Together
Lesson8 -----> Object and Class: Everything as a File Handling: A Database Object of a Class
Lesson9 -----> File Handling: A Database
Lesson10 -----> Recursion: Function Calling Itself

this tThis information was powered by
Prof A, Ebrahimi

 *** Return to home ***

Hosted by www.Geocities.ws

1