What does it mean ** before the function and what should return
Eddiebauer 0 Newbie Poster
Recommended Answers
Jump to Postpost an example of what you are talking about. It might mean the function returns a 2d array of some sort. It could also mean that its a pointer to a function. Never know until you tell us more.
Jump to PostAs I understand it n is the number of rows you have to type, the number of characters on each row can be any random value -- the end of a row is when you press the <Enter> key.
char **read(int n) { char** array = new …
All 5 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Eddiebauer 0 Newbie Poster
Eddiebauer 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Eddiebauer 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.