User Profile

Collapse

Profile Sidebar

Collapse
zaacze
zaacze
Last Activity: Apr 7 '07, 05:12 PM
Joined: Mar 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • zaacze
    replied to arrays in java..help!
    in Java
    i've already replaced that part with the correct one...
    See more | Go to post

    Leave a comment:


  • zaacze
    started a topic arrays in java..help!
    in Java

    arrays in java..help!

    i have this program in which the class looks like this:

    class carcollection{
    carArr[] carstoo = new cararr[];

    class carcollect extends carcollection{
    String brand name;
    String model;
    int speed;
    int price;
    }
    }
    public static void main(String[] args){
    carcollection cc.new...
    See more | Go to post

  • zaacze
    replied to need help! regarding array of structures
    in C
    hi!!!! it worked!!!! thanks a lot.....
    See more | Go to post

    Leave a comment:


  • zaacze
    replied to having problem with functions
    in C
    anyway, thanks a lot for the help...
    See more | Go to post

    Leave a comment:


  • zaacze
    replied to having problem with functions
    in C
    hi! the program u've shown is basically the same with what am doing now... the problem is, now after entering a character, nothing happens, it doesn't show anything not unless you would try to run the program agen... that's exactly where i am stuck!...
    See more | Go to post

    Leave a comment:


  • zaacze
    replied to need help! regarding array of structures
    in C
    hi! am i supposed to use %s first? on which part should i put that? am so confused right now...
    See more | Go to post

    Leave a comment:


  • zaacze
    replied to need help! regarding array of structures
    in C
    thanks for the reply.. i was actually able to make the add and display options for the array of structure.. but on the search option, after being able to input a name that am searching for, it simply goes back to the main menu.. here's wt i did..

    void displaykind(str uct TimberRec TimberArray[])
    {
    clrscr();
    int Found=0;
    char Target[30];
    int x;

    if((TimberArray[x].Kind)==NULL)
    printf("Record...
    See more | Go to post

    Leave a comment:


  • zaacze
    replied to having problem with functions
    in C
    thanks for the reply.. i do understand the logic about setting 'Z' to say, 65... but the thing is, i've tried to do it but after the prompt for entering a number, nothing happens..
    See more | Go to post

    Leave a comment:


  • zaacze
    started a topic problem with linked list
    in Java

    problem with linked list

    hi! i am new to java and i really have this program i don't have any idea what to do.. here's the problem...
    A program for a collection of cars using linked list only. Each car comes with information such as plate #, brand name, speed and price.. The program can display cars information, store new cars information, search, delete.. i cant find a sample source code to base my program.. i don't have really idea what to do.. pls help!
    See more | Go to post

  • zaacze
    started a topic having problem with functions
    in C

    having problem with functions

    does anybody knows the answer to this? a function that take in an uppercase character parameter. The function returns the next uppercase character if lett is between 'A' and 'Y'. if let=='Z', the function returns 'A'... i tried to do it but after entering a letter, nothing happens... help pls.. need it so urgently....tha nks a lot!
    See more | Go to post

  • zaacze
    started a topic need help! regarding array of structures
    in C

    need help! regarding array of structures

    hi! am really having trouble with array of structures in c.. i'm quite familiar with structures and arrays and yet am having trouble with a program that would enable to search for a specific record. can anybody please do give me a sample of a code that shows searching of records in an array of structures...
    See more | Go to post
No activity results to display
Show More
Working...