can you give an example? i don't quiet understand.
thank you.
User Profile
Collapse
-
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;
-
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)
-
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 helpLeave a comment:
-
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;
No activity results to display
Show More
Leave a comment: