Initgraph Function in Hindi
in this blog post we will learn Advanced Graphics Programming C/C++ and uderstand what is Initgraph function.So let's start-
Topics
- what is Initgraph Function
- Initgraph Fuction Syntex/Decleartion
- What is graphics driver im c programming
- What is Graphics Mode in c programming
- What is Driver Directory Path in c promming
What is Initgraph Function C Programming
C Programming Language में Graphics Programing करने के system को graphics mode में start करना होगा Initgraph Fuction system को text mode से Graphics mode में change करता है यह Graphics driver को disk से system में load करता है
आपको कोई भी graphics का program करना हो आप सबसे पहले Initgraph function को call करोगे यह एक pre-define fuction है इस काम होता है Graphics Driver की initialize करना अर्थात , उसे आपके system में Graphics diver हो उसे initialize कर system को graphics mode में start कर दे यह function graphics.h header file में होता है
Initgraph declaration -
void initgraph(int *graphicsDriver,int *graphicsMode,char *graaphicsDirectoryPath);यह function 3 parameter लेता है । हम एक-एक करके सभी parameter का बारे में पढ़ेंगे और देखेंगे की इनका उपयोग क्यों करते है
Int *graphicsDriver C programming language in hindi
यह एक integer है जो यह बताता है की graphics driver use किया गया है । यह उस graphics driver को स्पेसफ़्ली करता जो system के लिए use करना है जो इनका defition है graphics.h header file में है यह अलग-अलग system के लिए अलग हो value सकते है आप figures 1.2(turbo के help से) में देख सकते है
No comments:
Post a Comment