printf output is Not Display in Windows 7x64 (in Visual Studio 2012) [closed]

asked 2013-06-11 01:58:29 -0600

jigarsen18 gravatar image

Hi every one,

Heading

const char* name="Hello";
int main(int argc, char** argv)
{
IplImage* img = cvLoadImage(argv[1]);
cvNamedWindow( name, CV_WINDOW_AUTOSIZE);
cvShowImage( name, img);
printf("HelloWorld...");
cvWaitKey(0);
cvReleaseImage(&img);
cvDestroyWindow (name);

}

Here i only can see the image but "HelloWorld..." could't display.

What changes can i do for Basic Setting in Propsheet or any other place... Please suggest me..

Thank you in advanced...

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by Guanta
close date 2013-06-11 06:00:06.967447

Comments

-1 for not searching this forum before posting :

berak gravatar imageberak ( 2013-06-11 02:11:51 -0600 )edit

Hey man... my problem is different... OK.

look completely my question then comment..... by only reading title line can't predict the copy of anything.

jigarsen18 gravatar imagejigarsen18 ( 2013-06-11 06:00:59 -0600 )edit

By the way i find my answer....By Self...

jigarsen18 gravatar imagejigarsen18 ( 2013-06-11 06:06:20 -0600 )edit