How to make C++ programs for newer version of Windows (8,8.1,10)

SHARE:

compiler for c++program,tutorial for c++

Hello, friends. Here in this post, I will discuss the making of a sample program that will be Windows friendly, easy to create and quick to debug through Codeblocks.
The C++ language also called C with classes is one of the core languages through which Windows is made. Its scope isn't just limited just to OS but also this language finds its uses as a deep rooted in the field of electronics viz. in the programming of ICs (integrated circuits).

That is why it is included in the curriculum at the intermediate level along with java. But unfortunately, the old compilers like Turbo C++ and Borland are no longer supported in the later versions of Windows(>Win7). So how to tackle this???? Just follow me.
Let me first introduce you to CodeBlocks IDE : a powerful open source IDE for cross-platform app designing which features easy to use interface along with a very able compiler and debugger.
You have to simply download and then install it to make yourself eligible to proceed to the next step. (You have your direct download link - Codeblocks).
After the installation is complete open the CodeBlocks.
At the startup page select "Create a new project". Then you will find a new window opened, select "Console application" and click on 'Go' button.
After that, you will find a window opened, opt for C++ and click next.
Give your program a suitable name without any extension (eg. MyProgram) and then give it a path. Click next when you are finished.
In the next step (debugging window), you have to leave as it is and then click finish. This will attach a suitable debugger to your program.
Now your program is ready. First of all to start making editions press ctrl+f9 to build and then ctrl+f10 to compile. Note that the source code is yet not visible to you. To make it appear, go to the location where your program is saved and lookout for ".cpp" file and open it with Codeblocks as a default program.
As soon as you open this .cpp file your source code is visible to you. Now start writing your program. Note that you will find that some codes are previously written in it. If you really want then delete all the written codes to rewrite them yourselves or add in between the written codes whichever you like.
Be cautious not to delete "using namespace std;" command or your program will not be build successfully by codeblocks.
Use #include<iostream> in place of #include<iostream.h> only in this case.
The others can be altered in any manner as you like.

Hope you understood this; for further queries please leave it as comments.


COMMENTS

Name

3d,1,4G net,1,Accessibility,5,Ads,1,Aircel,1,Airtel,3,Andriod tricks,9,Android,52,Android hacking,4,Android hacks,7,Android tips,3,Android trick,3,android tricks,7,Apple,2,audio tricks,1,BitTorrent,1,block adds in non rooted android phone,1,Blogging,1,Bluestacks trick,1,bootable Pendrive,1,Booting Linux,1,Bsnl tricks,1,BusyBox,1,bypass age verification on YouTube,1,C++tricks,1,caller tune,1,Camera,1,Change Your Name in Windows,1,chrome tricks,4,Cloud tricks,1,Command prompt,6,command prompt tricks,10,Cool Facebook Tricks,3,Cool Google hangouts Tricks,1,Cracked softwares,2,create new scheduled task in windows,1,Creators Update,1,Creators' Update,1,Customization,2,CyanogenMod,1,damaged screen,1,delete dial up connections in windows,1,Detecting keyloggers?,1,difference between WiFi and LiFi.,1,Disable JavaScript in Google chrome,1,disable snap options,1,Disable Windows Update's Automatic Restart,1,diskpart,1,Download Facebook Videos offline,1,drive,1,Editing zone,2,email tricks,1,Facebook,7,Facebook profile to page conversion,1,Facebook tricks,4,FB Tricks,3,firefox,1,free,1,Free Call,1,free net,4,Free recharge,1,free sms,1,Freecharge,1,game cracking,3,gaming,12,Get YouTube Red features on your iPhone,1,get YouTube red for free,1,gmail,2,Google,4,Google Account,2,google accounts,1,Google analytics tricks,1,Google maps,1,Google Now,1,google tricks,3,hack android remotely using Kali Linux,1,hacking,10,hacking tricks,2,Hacking using keyloggers,1,how to,1,How To Block Snip.to From Your Google Analytics Data,1,How to check for hacked wifi,1,How to download Facebook videos,1,How to enable full screen start in windows 10,1,How to find windows 10 version details,1,How to install android device drivers for any phone,1,How to Receive files in Dropbox from a non-Dropbox users with a URL?,1,How to root Android,1,how to take screenshots,1,How to Turn On or Off Automatic Device Driver Installation in Windows 10,2,Instagram tricks,2,Install device drivers of android phones.,1,internet,27,Internet Explorer,2,internet explorer tricks,1,internet tricks,11,iOS,6,iPad,2,iPhone,10,iPhone tricks,2,iTunes,1,Jio,4,JIO offers,1,Jio Phone,1,JIO Tricks,1,JIOPHONE,1,keyboard,1,Keyboard Shortcut,3,keyboard trick,1,Keyloggers,1,keyloggers complete guide,1,laptops,4,lenovo,1,LG G5,1,LiFi,1,Mac,1,Mac address spoofing,1,memory card,1,Messanger,1,movies,1,MS Word,2,Music,1,Notepad,1,Notepad tricks,1,ola trick,1,Pc,3,pc tricks,12,Play Music,1,PlayStore,8,Pokeman Go,1,Power iSO,1,Privacy,12,programming tricks,1,Protect wifi from being hacked,1,recover deleted files using Recuva,1,Recover permanently deleted files,1,Registery tweaks,6,Reliance,1,Rishabh Ryber,8,rooted,8,Rooting Android without PC,1,Rybersoft,11,Samsung,2,Scheduled tasks in windows,1,screen casting,1,screen recording,1,Security,1,setup keyloggers,1,Sharind files,1,Smart lock in lollipop,1,Smartphone,1,smartphone tweaks,1,social media,2,Special,15,Speed up Google chrome,2,Spying Whatsapp,1,Steps to find windows 10 build number and other details,1,tablets,1,tech guide,1,tech news,1,Telegram,4,tips,1,Torrent,4,trick,1,Tricks,3,Two Tweaks To Boost Up Google Chrome in Android,1,Universal Id And Password Of Alan Walker Website w41k3r.com,1,Unlimited call,1,usb tricks,4,Use face lock in android phone,1,use whatsapp on normal phone,1,Useful Registry tweaks by Rybersoft,1,uTorrent,2,vlc,1,VLC TRICKS,5,VPN,1,Watch age restricted videos,1,web,1,webbrowser,5,what is keylogger?,1,what is LiFi,1,whatsapp,8,Whatsapp hack,1,whatsapp tricks,2,Whatsapp Tricks.,2,Wi-Fi,4,WiFi tricks,5,windows,28,Windows 10,12,windows 10 snap disabling,1,Windows 10 tricks,9,Windows hacking,4,Windows Hacks,6,windows tricks,48,Windows Update,1,Xbox,1,Xiaomi,1,Xposed Framework,7,YouTube,2,YouTube tricks,5,
ltr
item
RyberSoft: How to make C++ programs for newer version of Windows (8,8.1,10)
How to make C++ programs for newer version of Windows (8,8.1,10)
compiler for c++program,tutorial for c++
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNaUEuuqvKV7OYCIPcnAuTzm3e6gS8nCShZhw02RZXDZhX57q4YuDa2_vE-CJoHNSMISy25iAIK_qSqtHxfhCodSfz4sAJIwdpOkctV1ukS8HxuAULcps4AbkmLhvHiy1N1fd7SxCKwgc/s320/code1.GIF
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNaUEuuqvKV7OYCIPcnAuTzm3e6gS8nCShZhw02RZXDZhX57q4YuDa2_vE-CJoHNSMISy25iAIK_qSqtHxfhCodSfz4sAJIwdpOkctV1ukS8HxuAULcps4AbkmLhvHiy1N1fd7SxCKwgc/s72-c/code1.GIF
RyberSoft
https://www.rybersoft.com/2016/08/how-to-make-c-programs-for-newer.html
https://www.rybersoft.com/
https://www.rybersoft.com/
https://www.rybersoft.com/2016/08/how-to-make-c-programs-for-newer.html
true
1459016836896156319
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy