User Profile

Collapse

Profile Sidebar

Collapse
dianaroslan
dianaroslan
Last Activity: Nov 2 '10, 05:58 PM
Joined: Mar 11 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dianaroslan
    replied to dynamic array function
    in C
    can you give an example? i don't quiet understand.

    thank you.
    See more | Go to post

    Leave a comment:


  • dianaroslan
    started a topic dynamic array function
    in C

    dynamic array function

    i try to make a function for dynamic array but have some problem with pointer parameter in my function.

    have expression syntax error in line (68,21)

    please help me and reply as soon as possible because I have to submit this coding tomorrow.

    thank you so much.

    Code:
    #include <iostream>
     #include <conio>
    
    
     const int listSize=2;
     const int noOfEmployee=2;
    ...
    See more | Go to post
    Last edited by Banfa; Apr 6 '10, 10:55 AM. Reason: Added [code]...[/code] tags

  • dianaroslan
    started a topic Error: statement missing at line
    in C

    Error: statement missing at line

    have an error in this coding.
    the error is statement missing at line (78,11)
    thank you.

    Code:
    #include <iostream>
    #include <conio>
    const int listSize=2;
    struct menuItemType
    {
    	char menuItem [50];
       double menuPrice,Totaltax,price,tax,totalPrice;
    };
    
    void showMenu (menuItemType menuList[], int listSize);
    void showMenu (menuItemType menuList[], int listSize)
    ...
    See more | Go to post

  • dianaroslan
    replied to declaration syntax error
    in C
    still have error in that coding
    the errors are
    declaration syntax error at line 111

    declaration missing ; at line 118

    compound statement missing } at line 118

    really need help
    See more | Go to post

    Leave a comment:


  • dianaroslan
    started a topic declaration syntax error
    in C

    declaration syntax error

    There are three errors in coding during compile. one of them is the declaration syntax error. can help me to finish coding this? really need help from anyone who knows. i have some problem with my total function and declaration.

    Code:
    #include <iostream>
    #include <conio>
    
    const int listSize=1;
    
     struct employeeInfo
     {
       char name[50], address[100],noPhone[50];
       int age,ICnum;
    ...
    See more | Go to post
No activity results to display
Show More
Working...