Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Installation

Linux

Linux already has GNU C++ compiler g++ for compiling C++ files. So need for any external softwares here.

Running on Linux

  1. open terminal
  2. cd into the folder that contains the compare-numeric-string.cc file
  3. type gcc compare-numeric-string.cc
  4. run the object file output by g++ by running ./a.out