I\'ve got an odd and persistent problem... (Also my right shift key just stopped working, so please bear with my possibly odd caps & symbols; trying to get my fingers trained to use the left shift
I have a connect that I give 20 seconds to for a timeout (slow link).I need to allow my user to cancel this connect call.
why is c++builder2010 code completion so开发者_运维问答 slow!Code completion uses the compiler. The best way to speed up code completion is to make use of optimized precompiled headers. Try the PCH wi
This program \"FindMIn\" takes two values as its parameters and returns the smallest value. I\'m trying to change my program so that it takes in three values as parameters and returns the smallest o
I have this piece of code: TShape* T[256]; /* Other code ... */ for (int i = 255; i > 0; i--) { T[i]->Brush->Color = T[i - 1]->Brush->Color;
I have a strange problem, I hope you can help me. I write a program in C++ Builder 2009, when I run the program without debugger I see an Exception raised. bun in debugger never exception raised and
I was trying to compile the following (example) code via C++ Builder 2010: http://swarmapps.wordpress.com/2009/11/24/a-simplification-wrapper-for-the-crypto-library/
How to in c++ 2010 builder show hint all the time when is code write? For example if I try to use command MessageBox, I start to type message and press control+space, that will be show up list of func
I\'m new to Borland C++ Builder and the application that I\'m working on has to be launched from a ASP.net application on click of a button. That ASP.net application is able to launch other EXEs (made
//my program to long and have error..i want to make it simple and easy to read..how to change it in switch program?? help me please!! =(