If tutorials available on this website are helpful for you, please whitelist this website in your ad blocker😭 or Donate to help us ❤️ pay for the web hosting to keep the website running.
C ++ के लिए कई compilers available हैं , आपको कोई भी एक download करना होगा। यहां, हम Turbo C++ का use करने जा रहे हैं । यह C और C ++ दोनों के लिए work करेगा।
Windows Operating system में c++ Install करने के लिए आपको following steps follow करने की आवश्यकता है।
पहले Turbo C++ Download करें।
C Drive के अंदर turboc directory बनाएं और c:\ turboc के अंदर tc3.zip extract करें।
Install.exe file पर double click करें।
C program लिखने के लिए c:\TC\BIN के अंदर tc application file पर click करें।
अब, c:\turboc के अंदर install icon पर click करें।
यह आपको c install या not install करने के लिए कहेगा, install करने के लिए enter press करें।
अपनी drive को c में बदलें, press c.
Press enter, यह required file के लिए c:\turboc directory के अंदर दिखेगा।
नीचे start key द्वारा Start installation का चयन करें फिर press enter .
अब C++ install हो गया है।
Mac OS operating system के लिए कई C ++ Compiler available है , जैसे-
जिनमे Xcode most popular Compiler है,और यही Compiler install करने के लिए Recommend करूँगा।
अब c++ program लिखने के लिए c:\TC\BIN directory में tc icon पर double click करें ।
अब यह blue screen console दिखाएगा , अब आप अपना पहला program लिखना start कर सकते हैं ।