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

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

How to import a binary file

FileName); Kind Regards, Midas
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: 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

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

WRITING ONES INITIALS USING OPENGL

Hello, im a beginner and have been asked to write my initials using opengl. How do I go about doing that?Please help
Forum Post

Re: "Decompliling" C++ Code? Possible To Get Into An Exe File

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

Re: dual simplex method

Same here with a question...
Forum Post

dual simplex method

can u plzz give me program on dual simplex method
Forum Post

tquery query by field

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

MAC Protocol packet analysis

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

how to embed dll in vc++? how to extract that emeded dll to local driv

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

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.