![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2008
Posts: 2
Rep Power: 0
![]() |
Arrays
Hello,
I want to take up programming and make it a hobby. I want to code a program that can insert and delete, any ideas? I'll appreciate. Ray |
|
|
|
|
|
#2 |
|
Programmer
Join Date: Oct 2007
Posts: 39
Rep Power: 0
![]() |
Re: Arrays
Sure, lots of ideas. First one is look at a few books and decide which one you want to use as your first book.
Then, once you've read that book and written the programs it suggests, write a design for the program you want, then implement it
__________________
Testing 001 010 011 100.... |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Dec 2007
Location: Durban, South-Africa
Posts: 193
Rep Power: 1
![]() |
Re: Arrays
What must it Insert and Delete?
__________________
Be kinder than necessary because everyone you meet is fighting some kind of battle. |
|
|
|
|
|
#4 | |
|
Programming Guru
![]() |
Re: Arrays
Quote:
![]() |
|
|
|
|
|
|
#5 |
|
Programming Guru
![]() ![]() ![]() |
Re: Arrays
write a phonebook, and include your instructor's phone number... then delete it.
![]()
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#6 |
|
Newbie
Join Date: Feb 2008
Posts: 2
Rep Power: 0
![]() |
Re: Arrays
A program that can insert and delete elements in a list
|
|
|
|
|
|
#7 |
|
Programming Guru
![]() |
Re: Arrays
Yes, we heard you. But what "ideas" do you want? The task of "insertion and deletion" is commonplace; it is a task that has been done time and time again since the dawn of computers in dozens of ways. You can accomplish it with arrays, linked lists, trees, and other various data structures. You can manipulate the data with different degrees of functionality. You can represent the data in a multitude of ways.
It all depends on the specific requirements, and what you need to specifically accomplish. We're not going to give you code that demonstrates functional insertion and deletion, without even knowing the requirements. But feel free to do your own searching for elementary examples and preexisting libraries. Google will help you with your homework no doubt. So now, the real question is, do you have any concrete questions, or code that you can not get working? |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| joining associative arrays | MiKuS | PHP | 2 | Sep 6th, 2007 2:20 AM |
| Confusion With Pointers and Arrays | JawaKing00 | C | 10 | Sep 14th, 2006 7:33 AM |
| Arrays or Vectors? | can342man | C++ | 2 | Apr 20th, 2006 3:57 PM |
| Arrays in PHP | MrMan9879 | PHP | 6 | Jan 12th, 2006 9:18 PM |
| Arrays | Gunman | C++ | 17 | Oct 20th, 2005 6:11 AM |