Language
Any
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...
Dear pro programmer ^^ i just wanna ask which language do a LCD TV use? i want to make a file into my pendrive to command the lcd tv to run my Pendrive image folder and slideshow it. please help me....
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;...
Greetings,
I have been heading up work on a new shell to execute atop all types of DOS environments, and am seeking to expand the development team. In the coming months we will be nearing...
FileName);
Kind Regards,
Midas
Is there any possibilities to develop Flash in Visual Studio?
Hi! I'm doing the same now. did you ever make it?
If you did, would you please send mi your code just to see how you did it?
Thank's a lot!!
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...
Project management as the name itself dealing with the management of small and large projects in terms of applications,scheduling,planning and allocating,Budget estimation,coding,bugging and testing...
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!
I need yours opinions to fix this problem.
I make a project( a design and code in C#), syntax and design are alright, but when i start debug my program, then program just stop and doing nothing...
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";...