User Profile

Collapse

Profile Sidebar

Collapse
acap
acap
Last Activity: Feb 13 '07, 06:43 AM
Joined: Feb 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • acap
    replied to convert C struct to java
    in Java
    sorry, but i know a little bit. i just starting to learn for myself. anyway, how about the code i gave, i know tthat you have the class person, name and phonerecord. i confused about writing the main app. could you help?...
    See more | Go to post

    Leave a comment:


  • acap
    started a topic convert C struct to java
    in Java

    convert C struct to java

    my problem is converting C to java, pls help.....

    this the code....

    #include <stdio.h>
    #include <string.h>
    #include <ctype.h>

    #define FIRST_NAME_LEN 31
    #define SECOND_NAME_LEN 51
    #define NUMBER_LEN 16
    #define MAX_NUMBERS 50
    #define TRUE 1
    #define FALSE 0


    struct Name
    {
    ...
    See more | Go to post
No activity results to display
Show More
Working...