Hi, i need to make a very large char array (char array[10000000]). How would I do this without getting a stack overflow error?
TheBeast32 54 Posting Whiz in Training
Recommended Answers
Jump to Postallocate it dynamically from the heap, which is usually much larger
All 2 Replies
Reply to this topic 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.