Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
java x 3
Member Avatar for laurentmas

Hi there, i'm trying to convert a C++ code about Hashtable in Java but i get these errors messages: - array required, but java.lang.String found & - array required, but java.util.Vector. Here is the C++ code first : [COLOR=#0000ff]#include[/COLOR][COLOR=#000000] "Hash.h"[/COLOR] [COLOR=#0000ff]#include[/COLOR][COLOR=#000000] <cmath>[/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]namespace[/COLOR][COLOR=#000000] std;[/COLOR] [COLOR=#0000ff]int[/COLOR][COLOR=#000000] key;[/COLOR] [COLOR=#0000ff]char[/COLOR][COLOR=#000000] z;[/COLOR] [COLOR=#0000ff]int[/COLOR][COLOR=#000000] …

Member Avatar for laurentmas
0
1K
Member Avatar for laurentmas

Hi all, I'm Laurent a Master's Strudent in IT/Computer Science and IT professional since 10 years. I' so happy to be in this wondeful intelligent website.

Member Avatar for Dani
0
40
Member Avatar for laurentmas

Hi there, I try to implement a Hash class but i get these errors: - array required, but java.lang.String found & - array required, but java.util.Vector found. here is my code: [COLOR=#0000ff]import[/COLOR][COLOR=#000000] java.io.*;[/COLOR] [COLOR=#0000ff]import[/COLOR][COLOR=#000000] java.text.*;[/COLOR] [COLOR=#0000ff]import[/COLOR][COLOR=#000000] java.lang.*;[/COLOR] [COLOR=#0000ff]import[/COLOR][COLOR=#000000] java.util.*;[/COLOR] [COLOR=#0000ff]import[/COLOR][COLOR=#000000] java.util.Vector;[/COLOR] [COLOR=#0000ff]import[/COLOR][COLOR=#000000] essential.*;[/COLOR] [COLOR=#008000]//import keyboard.*; [/COLOR][COLOR=#0000ff]public[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]class[/COLOR][COLOR=#000000] HashCode[/COLOR] { [COLOR=#008000]//public …

0
89