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 bkrike 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: *

  • Users: raven111
  • Content: Threads
  • Order by date
  1. 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...
  2. 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