Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. raven111

    using debugger

    I dont key-in any of the options. Just make a breakpoint by clicking the grey frame (window border). Although, the program is crashes at a certain point in its execution, but the breakpoints are much before the block of code that throwing the error. Thanks
  2. raven111

    using debugger

    Hey, I was having some trouble using the Borland builder’s debugger. Ive used debuggers in Visual Studio and eclipse and never had any issues. In Borland, after setting the breakpoint and running the project using "Debug Project", I get a window called the “cpu view” and displays some...
  3. raven111

    Array memory cap

    Hi, Im using Borland BulderX, and my program crashes when I declare a large array. For example: int main() { int arra[2000][20][20]; cout << "DOES NOT REACH HERE!\n"; } The program compiles alright but exits as soon as it hits the array declaration. I would guess there is some kind...

Part and Inventory Search

Back
Top