Memory Leak profiler for borland c++ builder [closed] - c++

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
How do we check memory leaks and performance issues in the application built with Borland C++ builder?

Related

IDE that can display LaTeX in comments [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any C++ IDE that can display LaTeX formulas in C++ comments as formulas? I envision this as a very handy instrument to document code that implements some math, but in order for it to be useful LaTeX code should be compiled and shown as set of glyphs.

which is best popular open source logging software/program in c++ program area? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
which is best popular open source log software/program in c++ program area?
I know log4cpp is one of logging programs, but it had memory leaking issue, So I want know which is popular and best one in production area?
Starting from version 1.54.0, Boost has included boost.log.

Is there any IDE that support “return type deduction” in gcc 4.8(C++1y/C++14) and autocomplete for it? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Like
auto test(){
string a= "123";
return a;
}
....
test().<autocomplete>
I found that Netbeans 7.4 and Eclipse 4.2 didn't support this feature yet.

Are there Dart engines for C and C++? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I know it just released, but are there any Dart engines for C/++ like SpiderMonkey for Javascript, or the JNI for Java?
The Dart SDK comes with a Dart VM that is written in C++. It can be used as a standalone program, or can be embedded in other programs (like, for instance, Chromium).

Open source soft modem that runs on Linux? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can anyone recommend an open source soft modem (a software only emulation of a modem card), that runs on Linux?
Preferably, this will be implemented in C/C++
take a look at iaxmodem