Language
Platform
Any
License
Any
Please help.
What is the directive to turn on long double in
MS Visual Studio 6 ?
Thanks.
GetWindowRect(client);
: ScreenToClient (client);
: SIZE area = { client.Width(), client.Height() };
:
: CBitmap canvas;
: canvas.CreateCompatibleBitmap (&dc, area.cx, area.cy);
:
:...
bottom);
HBITMAP hOld=(HBITMAP)memdc.SelectObject(hbmp);*/
dcline.SelectObject(NewPen);
actDC.SetBkMode(TRANSPARENT);
setDC.SetBkMode(TRANSPARENT);
setDC.SelectObject(Setbrush);...
arm-linux-gcc -c -o inventory_live.o inventory_live.c
arm-linux-gcc -o inventory_live inventory_live.o -lrfid -lrfidtx -lcpl -lsample_shared -lpthread -lrt -lstdc++
/usr/local/bin/....
Hello, What Borland C++ Builder IDE version I need if I have a *.bpr (inside I see "VERSION = BCB.04.04") project extension (build between 2001 & 2005 on NT)?
There are TWO DIFFERENT include files:
and
First file defines the C functions to work with C run-time library - it is very old file and goes back to Kernighan & Ritchie.
Second file...
You should specialize 'basic_string' like in
typedef basic_string string;
Hello everybody,
I am working with a thread for implementing a timer. If the thread is started / exited directly from an application (standard exe) everything works fine, but if I create and exit...
Please read the error message in its completeness: it says "before identifier 'stationId'". So, what comes BEFORE? The type 'string' comes before it. The compiler cannot find the type 'string'. Check...
hello i make dll in vc++ 10 i import the dll into borland now i see the program run but cant debug i try to set in vc start program the name of the exe in borland but still cant debug
any help ?
hello i have class with template function i want to write macro for the function the issue is how to pass the type
class foo
{
trmplate
static void myfunc(char* ch,T* data)
{
//do...
I managed to circumvent the problem, although I am not sure what exactly I did right. I created a new clr console program, then copied the source/header files one by one into it. This did the trick....
Hello,
I have started a job where I need to understand some C++/CLI code another person has written with Visual Studio in order to port the code to another language ( either C# or Java). I am a...
After getting input, How the method finds the elements with repetition and number of times each element is repeated with in the array of integer (int a)?
I want to plot a graph while reading corresponding coordinates from a file(.txt) and the coordinates are stored column wise in .txt file.
please help me asap as i am working on a project.
I am using c8051f120 kit for interfacing lcd and keypad.I have taken an array as p which stores characters from a-z.I want to select an alphabet from array,write it at location 0xFF01 of flash memory...
Hello All,
I am trying to build and install the ComPort component using "BorlandC++Builder 5".
I am opening CPortLibCB5.bpk and when the project is built is gives an error " CPort.pas(19):...
Hi everybody! Need urgent help with reading Partition Table & FAT. I have a program written on Borland C++ (3.1 or 5). VC++ compiler shows following errors:
1)error C2079: undefined datatype (for...
can someone help me to build this program????
because i don't understand....
please....
The program started with a form login to check our admin.Jika user and logged in as admin, we can add a...
Does anyone know how to display a DDS image file in Borland C++ Builder 5?