diff --git a/others/C/C++/Makefile b/others/C++/password_generator/Makefile similarity index 100% rename from others/C/C++/Makefile rename to others/C++/password_generator/Makefile diff --git a/others/C/C++/include/password_generator.hpp b/others/C++/password_generator/include/password_generator.hpp similarity index 100% rename from others/C/C++/include/password_generator.hpp rename to others/C++/password_generator/include/password_generator.hpp diff --git a/others/C/C++/include/password_gui.hpp b/others/C++/password_generator/include/password_gui.hpp similarity index 100% rename from others/C/C++/include/password_gui.hpp rename to others/C++/password_generator/include/password_gui.hpp diff --git a/others/C/C++/include/string.hpp b/others/C++/password_generator/include/string.hpp similarity index 100% rename from others/C/C++/include/string.hpp rename to others/C++/password_generator/include/string.hpp diff --git a/others/C/C++/src/main.cpp b/others/C++/password_generator/src/main.cpp similarity index 100% rename from others/C/C++/src/main.cpp rename to others/C++/password_generator/src/main.cpp diff --git a/others/C/C++/src/password_generator.cpp b/others/C++/password_generator/src/password_generator.cpp similarity index 100% rename from others/C/C++/src/password_generator.cpp rename to others/C++/password_generator/src/password_generator.cpp diff --git a/others/C/C++/src/password_gui.cpp b/others/C++/password_generator/src/password_gui.cpp similarity index 100% rename from others/C/C++/src/password_gui.cpp rename to others/C++/password_generator/src/password_gui.cpp diff --git a/others/C/C++/src/string.cpp b/others/C++/password_generator/src/string.cpp similarity index 100% rename from others/C/C++/src/string.cpp rename to others/C++/password_generator/src/string.cpp