ezoic

Wednesday, December 28, 2016

Install c/c++ compiler on ubuntu

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential 

It works on my ubuntu.

To compile c program

gcc -o hello1 hello1.c

To compile c++ program

g++ -o hello2 hello2.cpp


No comments:

Post a Comment

R is not a simple programming language, and it does better on reading excel files than python

R is not a simple programming language, and it does better on reading excel files than python . tried to read excel files to python and R. i...