Skip to content

nurbolatkz/C_projects

Repository files navigation

C/C++ practice

###In this folder I tried to implement basic of functions of C in order to clearly undertsand how C program works.

#I started my work from implementing Math functions below:

MyAtoi function

MyIterativeFactorial

MyIterativePow

MyRecursiveFactorial

MyRecursivePow.

Then STRING functions Imlpementing bacis string functions in C

Myhidenp function

Myinter function

MyIsAnagram function

MyDowncase function

MyPutstr function

MyStrchr function

MyStrcmp function

MyStrcpy function

MyStrdup function

MyStringIndex function

MyStrlen function

MyStrncpy function

MyStrrchr function

MyUpcase function

Mystrstr function

MyrCapitalize function

MyReverseString function

Tasks Using C struct

MyFirstStruct

MyCountOnIt

MyIsSort

MyJoin

MyPrintWordsArray

MyRange

MySplit

MyStrip

Implementation cat command in C Cat is a standard Unix utility that reads files sequentially, writing them to standard output.

MyCat

Tasks with Bash Scripts

MyClean - search and then delete files starting with '#' and "*" and ending with "#" including subdirectories.

MyFindSh - find all files with extension '.sh'

Count all files in a given folder

MyCountFiles

Let's go to interesting projects

MyChristmasTree

Output should be like this:

img

MySquare

Output : o---o

     |   |
     o---o

About

In this project, I tried implement basic functions of C language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages