Implementing cd command in C/ C++

So this day we are going to implement one of the great topic in C/C++ programming language, and that is the "cd" command. The term "cd" stands for "Changing directory" of the filesystem, it has been implemented in the shell several years back. Also this command remains one of the most famous and notable commands in the UNIX. So basic command yet so powerful and necessary.


We will move towards the implementation of this command, we could implement this with the help of "dirent" repository availab...

 •  0 comments  •  flag
Share on Twitter
Published on December 31, 2020 00:24
No comments have been added yet.