Forum: C++ May 19th, 2009 |
| Replies: 10 Views: 1,605 Thanks for your advices!
Your right, Builder is quite outdated and I consider switching to VS2008. The biggest advantage is that it's free from MSDNAA.
All .NET platform is interesting.
... |
Forum: C++ May 17th, 2009 |
| Replies: 6 Views: 332 Hello!
When my program in C++ exits, it throws errors like:
EInvalidPinter with message 'Invalid Pointer operation' ...
and later:
EAccessViolation with mesage 'Access violation at address... |
Forum: C++ Apr 5th, 2009 |
| Replies: 10 Views: 1,605 Thanks for your posts, but none of those libraries provides what I want.
It's not working under Dev Cpp, under Builder it generates white image.
OpenCV is too exotic and weird.... |
Forum: C++ Apr 4th, 2009 |
| Replies: 10 Views: 1,605 Hi, I'm looking for a library which provides edge detecion on color image. For example i have an 200x200 color image and i need to a table form it:
bool is_edge [200][200];
Where is_edge[x][y] ==... |
Forum: C++ Apr 1st, 2009 |
| Replies: 2 Views: 630 Thank you, i will try to do so. |
Forum: C++ Mar 30th, 2009 |
| Replies: 2 Views: 630 Hi!
I added to my project in Visual Studio 2008 library to work with Neural Networks (FANN) http://www.geocities.com/freegoldbar/fann_cpp.zip.
When i try to compile, following error occurs:
... |
Forum: C++ Feb 25th, 2009 |
| Replies: 9 Views: 135,979 The largest int ist 2^31 = 2147483647.
One bit is used to store the sign. |
Forum: C++ Jan 7th, 2009 |
| Replies: 1 Views: 230 I made an application in Builder C++ 6.
It contains few graphic elements, few image lists. I use drawing on Canvas.
After short using my application, following message appears: "out of system... |
Forum: C++ Jan 5th, 2009 |
| Replies: 4 Views: 1,880 Cramer's rule is useful to fing solution of a system of linear equations, not solving determinant.
Thanks, that library is simple and solves determinants quickly :) |
Forum: C++ Dec 19th, 2008 |
| Replies: 4 Views: 1,880 Hi, i'm looking for some library that provides solving matrix determinant. My matrix contains complex numbers (complex.h).
Please write me some hints |