Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Guy, why on earth would you want to use Dev-C++? It was an obsolete editor by the time I was in high-school. Now it's more than 12 years since it's dead... Nobody would use it, and most probably the compiler that comes with it is too old to compile OpenCV code. Btw, it was never good for more than a "Hello world" app.

So, my strong advice (if you really want to program, not to write printf("This is my DevC++ program");) is to find something better. Visual Studio has a free Express edition, and there are plenty of tutorials on how to configure and use it.

Good luck!

Guy, why on earth would you want to use Dev-C++? It was an obsolete editor by the time I was in high-school. Now it's more than 12 years since it's dead... Nobody would use it, and most probably the compiler that comes with it is too old to compile OpenCV code. Btw, it was never good for more than a "Hello world" app.

So, my strong advice (if you really want to program, not to write printf("This is my DevC++ program");) is to find something better. Visual Studio has a free Express edition, and there are plenty of tutorials on how to configure and use it.

Another free alternative (a really good one) is Qt from Nokia. It may be a bit difficult to configure it, but it may be worth the time. It is nice, clean, and has plenty of productivity features.

Good luck!

Guy, why on earth would you want to use Dev-C++? It was an obsolete editor by the time I was in high-school. Now it's more than 12 years since it's dead... Nobody would use it, and most probably the compiler that comes with it is too old to compile OpenCV code. Btw, it was never good for more than a "Hello world" app.

So, my strong advice (if you really want to program, not to write more than printf("This is my DevC++ program");) is to find something better. Visual Studio has a free Express edition, and there are plenty of tutorials on how to configure and use it.

Another free alternative (a really good one) is Qt from Nokia. It may be a bit difficult to configure it, but it may be worth the time. It is nice, clean, and has plenty of productivity features.

Good luck!