輸出目錄結構(路徑列印)

2021-07-28 02:47:23 字數 857 閱讀 6900

思路:

把所有的檔案提取出來,存在乙個vector裡,對其按要求排序輸出即可。

**如下:

#include 

#include

#include

#include

#include

using

namespace

std;

char str[55];

vector

v;bool cmp(string a, string b)

if(find(v.begin(), v.end(), s)==v.end())

while (s.find('\\')!=string::npos) }}

sort(v.begin(), v.end(), cmp);

for(int i=0; iif(v[i].find('\\')==string::npos) //如果字串中沒有\,直接輸出

printf("%s\n", v[i].c_str()); //printf不能直接輸出string型別,要 s.c_str()轉化

else

string sub_string = v[i].substr(v[i].find_last_of('\\')+1, v[i].length()); //求字串,的子串。如:aa\dd\cc變為:cc

printf("%s\n", sub_string.c_str());}}

printf("\n");

}return

0;}

列印輸出部門結構

列印出部門結構 如下 連線資料庫,並且獲取資料。link mysqli connect localhost mysqli select db link,test sql select from print where 1 retval mysqli query link,sql array arra...

DFS實現迷宮,列印路徑輸出步數

問題描述 直接給 吧,中的注釋寫的很詳細了。include includeusing namespace std int m,n 行 列 int map 81 81 迷宮 int vis 81 81 標記是否訪問過 int next step 4 2 訪問的四個方向,右下左上 int count 記...

Linux 系統目錄結構及路徑

根目錄,unix 和 linux 中,沒有碟符。乙個硬碟,乙個根.系統的常用命令目錄.包括控制台命令,系統可執行檔案,系統的核心二進位制檔案等 發布目錄,相當於 windows 系統中的 windows 目錄,儲存系統中的所有核心內容.要求控制許可權高,建議不要隨便讀寫 使用者目錄,相當於 wind...