openCV in DevC++

Hello friends,

I am new to C++ and openCV. I have installed opencv and devC++. I scripted a program in it. But when I run it there is no output,whereas it should display 'Welcome to OpenCV'. I then added a while(1) which should stop execution but doesn't. can any of u shed some light?

Regards,
Vinod
closed account (S6k9GNh0)
1) You aren't scripting, you are programming.
2) while(1) does the opposite of stopping execution.
3) We can't do anything if we don't see your code.
4) Dev C++ is outdated. Use wxDev instead.
Topic archived. No new replies allowed.