Tools And Utilities
Forum Post

Re: compiler code in c or c++

thanks. it might be helpful. I'll take a look at it.
Forum Post

Re: Floating point error in turbo c++

#include #include #include #define EPS 0.000001 void main() { float F(float x); float x1,x2,x3,x4,f1,f2,f3,f4,h1,h2,d1,d2,a0,a1,a2,h; clrscr(); printf("\nInput three initial points \n");...
Forum Post

Builder C++ and WMI

I'll admit right off the bat that I'm an experienced Microsoft Visual Studio developer. I used Turbo C++ many, many years ago. I have no plans to be proficient with Builder and Turbo C++, but only...
Forum Post

event in DLL

PROGRESS; } //--------------------------------------------------- //event created void __fastcall TForm::PROGRESS(TObject *Sender) { //my code }
Forum Post

Turbo C++

Hi people, I am doing a school assignment on LED memory game. Example: Led 1 light up, the person has to enter A for the answer. The part that I don't know how to make is this. When...
Forum Post

C++ Builder6 and NXT++

12 Aug 09 20:22 I'll start by pointing out I'm very much a self-taught hobbyist programmer, never having had a need to create a library. I also haven't used Builder for about two years so...
Forum Post

Is c++ builder 5 available for purchase?

I have inherited a c++ builder version 5 project, and there are thousands of unicode-related errors when I try to build it in c++ builder 2009. Is version 5 available for sale or download anywhere?
Forum Post

Re: How to find the caller(s) of a particular member function?

Another neat little trick is to alter the function with some debug code: void some_function(int x, int y, void(*caller)(void) { ... } void some_caller_func () { some_function(1, 2,...
Forum Post

Re: How to find the caller(s) of a particular member function?

Thanks. I know that there are programs which display the relationship of the classes in figures all at the same time. Something like that for member functions and their corresponding callers would be...
Forum Post

Re: how to avoid 'stack overflow' error in c++ builder

You can - create the arrays dynamically (as shown in other reply) - use a std::vector (which does the dynamic allocation and deallocation for you) In C++, prefer a std::vector over an array...
Forum Post

Re: How to find the caller(s) of a particular member function?

Is there a way to do it? If you want to know this while debugging, do the following: - put a breakpoint at the function you are interested in - let the program run to the breakpoint - view the...
Forum Post

How to find the caller(s) of a particular member function?

Hello. I am trying to understand and modify a very complex program written by others. There are many files, classes and member functions within each class. I have found the member function of...
Forum Post

Re: Global reference to data

Regarding the optimizing of such functions: If you are writing in C++, make the function "inline". A C++ compiler must support that optimization.
Forum Post

Re: Global reference to data

Here is how to avoid 'extern', but still have all variables in one place. 1. Make a large structure with all variables (put it into GLOBALS.H): typedef struct { int iMember1; long...
Forum Post

Re: Fixed price work required offsite - java,j2ee,c++

Hi , My strengths are in OOPS, OOAD, Design Patterns, C++, STL, Visual C++ , MFC, COM. I have not worked with Java and Tomcat . I can be reached at sujayghosh@hotmail.com . Looking...
Forum Post

Re: integer's range!

In 16-bit compiler - use 'long' - it will give the integer range of minus 2147483647 to plus 2147483647. If you need larger values - you need to write the library for it or try to find it on the Web.
Forum Post

Problem while code integration in Visual C++ .net framework.

Hi friends, there is a project which contains more than 10 small projects. These projects contains their respective exe's. Each project has some dlls to perform particular operation. Each dll is...
Forum Post

API / borland c++ builder library for interaction with webcam

hai all Is there anyone know any library borland c++ builder for interaction with webcam, what you usually use, any recommendation ?? free or Commercial and the most easiest to use with borland c++...
Forum Post
 

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.