CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: JourneyJay

Search: Search took 0.03 seconds.

  1. Debugging C++ code(Displaying char string per character)

    I've tried a bunch of alternative methods to prevent an assertion error. "not understanding" the bug and why I'm getting it are relevant here, not proper, (or more appropriate), coding methods. I...
  2. Replies
    7
    Views
    3,380

    Re: Crash on termination

    Thank you. It makes perfect sense. :)
  3. Replies
    7
    Views
    3,380

    Re: Crash on termination

    Thanks for the response, it's exactly what I was looking for. I am aware of how to do it correctly, I was testing my knowledge to better understand why it must be done a certain way and why it fails...
  4. Replies
    7
    Views
    3,380

    Re: Crash on termination

    If this is the case, then why did the array "Supposedly" hold 5 elements. User input places 5 elements at Index 0-4, reports those numbers, and proceeds to modify them with mathematical calculations....
  5. Replies
    7
    Views
    3,380

    Crash on termination

    I've built a program which creates an array and ultimately changes the amount of elements available before performing some mathematical calculations. According to my knowledge I've created a "Dynamic...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured