Run A C/C++ program in mint / ubantu / other linux Hello friends, here we are going to run a c program file in linux mint. Here is some step which return below the video , You can simply watch the video or follow the step .... VIDEO Steps for Run C program file in terminal first open software manager/ store and download the " G++ " or you can also " apt get" for install g++. Open any editor and make a c/c++ file and save it on any location. Now open terminal and go to your file location (lets say it "Desktop" then go to Desktop by cd Desktop command). Now Type g++ filename.c -o outputfilename then press enter. (filename = your file name and outputfilename = what output name you want)
WAP to find Any Day or Month Name of Any Date About Program: This program helps you to find the Day and Month of any Date / Any Year. Here i'm using Simple Algorithm to find the Exact Day And Month name of Date. Things which I have to Remember Before Creating a program: Check the Year is Leap or Normal Year Days of the Month some month have 30 and some have 31 Also include the Feb month condition for both 28 and 29 days last is creating a user Friendly Input Here one thing to notice that i'm used a software for that program is Dev C++ . Below you get Direct Downloading Link of Dev C++ Downloads Button Download Dev C++ Download Source Code #Note : when you click on Downloading link You get An ad, Don't worry just skip it from upper right Corner Button (Button show after 5 sec). It just for help us, we make more and more easy and understandable content for you regularly. Or watch Video How you download the Source code