Language
Platform
Any
License
Any
As per the dis-assembly in the 1st for loop, an additional instruction is required to set the flag if index has reached the 'num' value. Where as in the 2nd for loop, the index can be directly...
here is the answer to my own question.just in case someone is looking for it:
#include
#include
int main () {
char * buffer;
long size;
ifstream file ("example.dat",...
char a[] = "hello world";
you can that because the compiler knows how much space to allocate for the string "hello world."
char a[];
a = "hello world";
C won't allow aggregate assignment;...
FileName);
Kind Regards,
Midas
I do not understand your question "in which language compilers are written?". Compilers are EXE files - they can be written in any language. There is no connection between language compiler is...
Hi ,
I resolve it my self when I pass hInstace in Loadresources.
HGLOBAL hbytes = LoadResource(NULL, hres); so it works when I pass
HGLOBAL hbytes = LoadResource(hInstance, hres);
Thanks...
Hi,
I resolve the issue after lots of googling.. This is the code from where my issue is resolve. I don't need native code for this..
#include "stdafx.h"
#include "stdafx.h"
#include...
The dll was great. But i want to know how the above code implement in in a class.
waiting for a postive response
Regards
Rejeesh R
Hey all.
Please help. i been at it all night and i cant figure it out. Its been 2 years since i last programmed in c++.
my program has 1 array with 30, 3-1 digit numbers i .e 346 , 345 ,377 etc...
Clear() in the TThread constructor after having TMemo created then all works fine!
Thanks for listening anyway. ;-)
Henk
Hi,
I'm using the old Borland Builder 5.0 C++.
My TForm dynamically creates a TThread. This TThread dynamically creates a TMemo.
It seems my application hangs when I execute a TButton click...
Hi all,
I have some code as following.
BOOL qw = ExtractResource(AfxGetResourceHandle(), IDR_DLL1, _T("C:\\VBDLL.dll") );
bool ExtractResource(const HINSTANCE hInstance, WORD resourceID,...
hi all, if someone has the compiler (Borland) , and can try this three lines of C code in it and till me the result , i'll be very thankful !! the three lines are:
char a ="ball" ;
char b ="zoo";...
Hello, im a beginner and have been asked to write my initials using opengl. How do I go about doing that?Please help
You need a good debugger for this. IDA PRO comes to mind, but it cost money. Try to get a trial version - it may work for 30 days or so. Best free debuffer for Win32 is OLLYDBG. Google for it and get...
Same here with a question...
can u plzz give me program on dual simplex method
Add("SELECT Men.Number_Id , First_Name FROM Men.db");
I get this error Message: "Field 'Last_Name' Not Found"
It´s the same if i don´t select Number_Id in the query.
If i select all in the...
Hello everyone,
These days I am going to make a program to analyze the mac protocol packets. Also my paper title is related to packet analysis. I wrote some survey papers and this paper also will...
Hi..
I am working with vb.net .. I am new in vc++. I need to write some code in vc++ in some case. I need vc++ for following reason.
I created one dll in vb.net and make a tlb file based on vb...