Click here to Skip to main content
15,890,882 members
Articles / DevOps

Creating Java like String functions in C/C++

22 Apr 2016CPOL 3.6K   1   2
In this article we will create string functions used in java like charAt(),compareTo(),equals(),equalsIgnoreCase(),indexOf(),startsWith()/endsWith(),substring(),isLetter(),isDigit() etc.. in C/C++
We're sorry, but the article you are trying to view was deleted at 25 Apr 2016.

Please go to the DevOps Table of Contents to view the list of available articles in this section.