I get the following error when i try to pass an array (of char type) to a function
'UNDEFINED SYMBOL (NEAR*,INT) IN MODULE filename.CPP' function definition is 'SHIFT(CHAR XS,INT LEN)' im trying to pass an array containing characters inputed using gets. len contains the length of the array.
the function declaration is 'CHAR SHIFT(CHAR XS,INT LEN)' please help, im a beginner in programing
eker676: Please refrain from posting anymore. You do not have enough experience with C++ to help others, and for each time you post, it's likely someone else will have to post to correct you.