ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What do we use command for print screen in C++?

user-image
تم إضافة السؤال من قبل AsadUllah Khan , Territory manager , Shaigan
تاريخ النشر: 2017/04/02
Abdul Rakim Cosain
من قبل Abdul Rakim Cosain , Computer Technician , Q-Zone Entertainment

Use Print Screen in Windows XP

Use Print Screen in Windows Vista and Windows7

Use Print Screen on a Mac

Bawar SALIH
من قبل Bawar SALIH , Quality Assurance Inspector , UNOPS

 WS_OVERLAPPEDWINDOW, /* default window */ 046                CW_USEDEFAULT,       /* Windows decides the position */ 047                CW_USEDEFAULT,       /* where the window ends up on the screen */ 048                544,                 /* The programs width */ 049                375,                 /* and height in pixels */ 050                HWND_DESKTOP,        /* The window is a child-window to desktop */ 051                NULL,                /* No menu */ 052                hThisInstance,       /* Program Instance handler */ 053                NULL 

naughty hacker
من قبل naughty hacker , computer operator , SOS Manpower

cout is the command used to print in the screen

المزيد من الأسئلة المماثلة