+ 13
Can i show images in c and cpp using graphics or using file.?
Is it possible to show images in c or c++ programing.? I seen many youtube channels and also tried many codes but they won't working.
8 Respostas
+ 11
Similar posts available use search bar before posting ur question
Hope it may helps u
https://www.sololearn.com/discuss/1407804/?ref=app
https://www.sololearn.com/discuss/1403490/?ref=app
https://www.sololearn.com/discuss/1197465/?ref=app
https://www.sololearn.com/discuss/1039326/?ref=app
https://www.sololearn.com/discuss/1594177/?ref=app
https://www.sololearn.com/discuss/279579/?ref=app
https://www.sololearn.com/discuss/1959845/?ref=app
https://www.sololearn.com/discuss/2175953/?ref=app
+ 4
You may install OpenCV and can perform image guidance.
Stack overflow is always good for such
https://stackoverflow.com/questions/20168797/opening-and-displaying-an-image-in-c
+ 3
AMOGHA. A. K. Am not asking about graphics
+ 2
Just look for the application they use for this purpose, because sometime, i noticed , the application difference make things worse, like while doing things on sololearn codeplay is really chaotic for me, because it doesn't support, many of the libraries.
+ 1
Borland version of c/c++ already have graphics header file directory!! But the latest c/c++ standard deprecated (removed) those header files, that's why your code isn't working.
Use Microsoft Visual C/C++ or Qt for Graphics!
"conio.h, graphics.h, etc" are deprecated.
getch(); to _getch(); and getche(); to _getche(); ...
system ("cls"); for clearing screen!
0
In Qt framework you can do all.
C++
0
S.Adil 🇦🇫 I dont need ide or compilers
0
Here specially in solo learn ide I think impossible!!