Register and join over 40,000 other developers!
Recent Topics
-
The Game You Are Waiting For?
WendellHarper - Dec 06 2020 01:21 PM
-
Quora and Reddit Backlinks
WendellHarper - Dec 06 2020 01:14 PM
-
Delete account
pindo - Jul 23 2020 01:33 AM
-
Print specific values from dictionary with a specific key name
Siten0308 - Jun 20 2019 01:43 PM
-
Learn algorithms and programming concepts
johnnylo - Apr 23 2019 07:49 AM
Recent Blog Entries
Recent Status Updates
Popular Tags
- networking
- Managed C++
- stream
- console
- database
- authentication
- Visual Basic 4 / 5 / 6
- session
- Connection
- asp.net
- import
- syntax
- hardware
- html5
- array
- mysql
- java
- php
- c++
- string
- C#
- html
- loop
- timer
- jquery
- ajax
- javascript
- programming
- android
- css
- assembly
- c
- form
- vb.net
- xml
- linked list
- login
- encryption
- pseudocode
- calculator
- sql
- python
- setup
- help
- game
- combobox
- binary
- hello world
- grid
- innerHTML

4 replies to this topic
#1
Posted 23 October 2012 - 05:25 PM
Greeting!!
Can anyone gave me some few pointer about replacing the array implementation? thanks
Can anyone gave me some few pointer about replacing the array implementation? thanks
#2
Posted 23 October 2012 - 05:36 PM
JAVA doesn't have pointer. You need to use List or ArrayList
www.pickmike.com
I don't just develop software. I find solutions to your business needs.
#3
Posted 23 October 2012 - 07:06 PM
Or you could make your own. Thats the beautiful thing about programming: there is no limit (usually) to what you can do. I use my own custom designed DynamicArray called CArray. But creating your own array type is a bit complex, and, in most cases, unecessary. I posted a tutorial on making a basic custom array object, you can find it here. It's not generic, and so it is limited in some aspects, but if you want, I can provide you with the source for the one I use. It's generic, and relatively good at what it does. I also created documentation for it, so when using an IDE like Eclipse, it will tell you what the methods do.JAVA doesn't have pointer. You need to use List or ArrayList
Source (You need both classes, and they need to be inside the package util):


Speaks fluent Java
#4
Posted 24 October 2012 - 01:08 AM
He didn't ask for pointers as in programming pointers. He probably meant it as in he wanted some directions, hints, help about replacing the array implementation.
Where Chall's solution is ok for replacing the dynamic arrays in Java (ArrayList, LinkedList, ..), you will always fall back on Java's own arrays [ ], you can't go without.
Where Chall's solution is ok for replacing the dynamic arrays in Java (ArrayList, LinkedList, ..), you will always fall back on Java's own arrays [ ], you can't go without.
#5
Posted 25 October 2012 - 11:30 AM
Sorry for the late reply guys! I was busy with my Data structure assignment, which was dealing with replacing Array implementation.Anyways, thanks for clarifying me.
Also tagged with one or more of these keywords: array
Language Forums →
C# →
Counting the integers frequences in an array entered by the userStarted by AndreMarques, 27 Nov 2017 ![]() |
|
![]() |
||
Language Forums →
PHP →
How Come Variable Not Assigned And Php Knows Where To Look For Value ?Started by uniqueideaman, 06 May 2017 ![]() |
|
![]() |
||
Language Forums →
C and C++ →
help me . c++. ArraysStarted by girl2383, 06 Feb 2017 ![]() |
|
![]() |
||
Language Forums →
C and C++ →
Selecting an element on a 2D arrayStarted by LonelyGuySylar, 18 May 2016 ![]() |
|
![]() |
||
Language Forums →
Java →
Include a specific error, task, problem, or question in your titleStarted by rjb7, 15 Apr 2016 ![]() |
|
![]() |
Recommended from our users: Dynamic Network Monitoring from WhatsUp Gold from IPSwitch. Free Download