Fee said:
Anyone out there know anything about C++ and Visual Studio 2012?
I am being asked to create an array of some 5400kb worth of words and definitions (approx 106814 words). The stack overflows when I get to 12111 words and according to my googling I am supposed to add /F to the command line properties to increase the stack size. Nada… still crashes.
Anyone have any sage wisdom for me?
I have used C++ with Visual Studio, but know practically nothing about command line options and how to increase the stack size. I deliberately use an antique version of Visual Studio (2008) with C++ because the more recent the version the less user-friendly it becomes.
I occasionally get stack overflow messages but, after swearing a bit, I limit the size of my program to be no bigger than the allowable stack size.
Any chance of you switching to C++ on Cygwin? I tend to use that more often.