Tools And Utilities
Forum Post

Re: which one loop is faster and why?

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...
Forum Post

LCD TV

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....
Forum Post

Re: How to import a binary file

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",...
Forum Post

Re: Declaring Strings

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;...
Forum Post

expanding team for DOS - based shell / OS

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...
Forum Post

How to import a binary file

FileName); Kind Regards, Midas
Forum Post

Flash development in Visual Studio

Is there any possibilities to develop Flash in Visual Studio?
Forum Post

Re: 'Merge Sort' code

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!!
Forum Post

Re: Best Book/Resources To Learn C++?

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...
Forum Post

Re: RtlCopyMemory crash MFC application

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...
Forum Post

Re: RESOVED

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...
Forum Post

Re: Project management software

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...
Forum Post

Re: How to create class DLL

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
Forum Post

how to compare values in vector to an other vector

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...
Forum Post

Re: TMemo access from within Thread

Clear() in the TThread constructor after having TMemo created then all works fine! Thanks for listening anyway. ;-) Henk
Forum Post

TMemo access from within Thread

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...
Forum Post

RtlCopyMemory crash MFC application

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,...
Forum Post

Visual Studio C# Windows Forms design don't show my work

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...
Forum Post

Three C lines On Borland please

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";...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.