How to add graphics.h in code blocks ( Code::Blocks) and fix errors in bangla tutorial.

Опубликовано: 23 Сентябрь 2022
на канале: content on demand
2,706
51

For solution 1 :
Download WinBGIm ( graphics.h, libbgi.a, winbgim.h ) : https://cutt.ly/wVEOcCx
geeksforgeeks link : https://www.geeksforgeeks.org/include...
other linker option: -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32

bug fix code: Try compiling a graphics.h program in C or C++, still there will be an error. To solve it, open graphics.h file (pasted in include folder in step 3) with Notepad++. Go to line number 302, and replace that line with this line :
int left=0, int top=0, int right=INT_MAX, int bottom=INT_MAX,

For solution 2:
Download tdm-gcc( 10.3.0.exe) : https://jmeubank.github.io/tdm-gcc/do...
Download WinBGIm ( graphics.h, libbgi.a, winbgim.h ) : https://cutt.ly/wVEOcCx
geeksforgeeks link : https://www.geeksforgeeks.org/include...
other linker option: -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32

bug fix code: Try compiling a graphics.h program in C or C++, still there will be an error. To solve it, open graphics.h file (pasted in include folder in step 3) with Notepad++. Go to line number 302, and replace that line with this line :
int left=0, int top=0, int right=INT_MAX, int bottom=INT_MAX,



Computer Network Playlist :    • Computer Network In Bangla | কম্পিউটা...  

Wireless Ad Hoc Network Playlist:   • [ওয়্যারলেস সেন্সর নেটওয়ার্ক] Wireless...  

Machine Learning full Playlist:    • Machine Learning Playlist Bangla Tuto...  

Management Information System Playlist:    • Management Information System (MIS) i...  

Algorithm Playlist:    • Algorithm in Bangla | অ্যালগরিদম বাংল...  

Data Structure Playlist:    • Data Structure full playlist in Bangl...