For All Human Beings.......

Saturday, July 26, 2008

Looping in C++

Presentation on Looping Constructs in C++

Looping
Dear Students

I am posting one presentation on LOOPING Concepts in C++. Presentation covers following :
  • while Loop
  • do-while Loop
  • for Loop

Monday, July 14, 2008

Computer Fundamentals : Functional Components and interconnection

Dear Students

Please follow the link for ASSIGNMENT (Computer Fundamentals)

Last Date for Submission : 4th August, 2008

Practice Assignment : File Handling in C++


Dear Students

I am posting assignment on file handling for practice. Do attempt the questions given and you can test your understanding by attempting the same.


Assignment-1

Assignment-2

File Handling in C++

Dear students, Now that we have discussed about binary and text file in c++, I feel confident that you can develop the functions for various file operations mentioned below:
  • Creating a text file
  • Displaying contents of text file
  • Creating Binary File
  • Showing Contents of binary files
  • Adding more records at the end of file (app mode)
  • Updating binary files
    • deletion of a record from file (2 file method)
    • Modification of a record (using two files)
    • insertion of a record in sequential file ( using 2 file)
Click at link for some file handling Modules.............
NEW

Tuesday, July 8, 2008

Getting Started with C++

Dear students (Class XI),
This mind map is to help students who are starting with C++ Programming Language.

Introduction to C++

C++ originated with Bjarne Stroustrop. In the simplest sense, if not the most accurate, we can consider it to be a better C. Although it is not an entirely new language, C++ represents a significant extension of C abilities. We might then consider C to be a subset of C++. C++ supports essentially every desirable behavior and most of the undesirable ones of its predecessor, but provides general language improvements as well as adding OOP capability. Note that using C++ does not imply that your are doing OOP. C++ does not force you to use its OOP features. You can simply create structured code that uses only C++'s non-OOP features.


Monday, July 7, 2008

Modification of Files

File Handling in C++

Dear students I am posting a slide show which will help you in understanding File Concepts in C++