How do you declare an array of records in MC++? And have a ptr point to it? Thanks.
DotNetUser 0 Junior Poster in Training
Recommended Answers
Jump to PostIf MC is a C or C++ compiler, you have to put a number inside those brackets to tell it how big that array is going to bel
Record ListOfRecords[100];You don't need another pointer in order to pass it to another function.
// use only …
All 3 Replies
Clinton Portis 211 Practically a Posting Shark
DotNetUser 0 Junior Poster in Training
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured 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.