Forum: Computer Science Aug 2nd, 2008 |
| Replies: 2 Views: 813 The purpose of debugging is to find defect. For this one needs a scientific approach to check and verify the code methodology.
Discuss this scientific approach with solid comments. |
Forum: C++ Jul 31st, 2008 |
| Replies: 4 Views: 594 how can the searching code be created?
i've made a program named address book. now i wanna make a function that can search an existing contact details from the file through 2 ways
1) search by... |
Forum: C++ Jul 29th, 2008 |
| Replies: 14 Views: 6,549 I use Dev C++, it is a friendly IDE. |
Forum: C++ Jul 26th, 2008 |
| Replies: 3 Views: 716 Hello,
I've made almost but i don't knw that how to code the following:
4. Search reservation- to search reservation information of a particular passenger by
a) Passenger name
b) Date of travel ... |
Forum: C++ Jul 25th, 2008 |
| Replies: 3 Views: 716 Project Title: Daewoo (a Bus service) Reservation System
Project Description:
This program is supposed to simulate a Reservation System of Daewoo. Using this program, Daewoo ticket reservation... |
Forum: Computer Science Jul 24th, 2008 |
| Replies: 3 Views: 1,497 "Do you agree or disagree with the following statement: "since we deliver multiple increments to the customer, why should we be concerned about the quality in the early increments ---we can fix... |
Forum: C++ Jul 24th, 2008 |
| Replies: 4 Views: 986 There are two general comments about pointers
1. Pointers increase the efficiency of our programs
2. Pointers degrade reliability of C++ programs due to security
issues
Give your... |