std::sort
整数の配列をソートしようとして、グーグルした後、次のエラーを伴うを使用して解決策に出くわしましたnamespace "std" has no member "sort"
。
std名前空間を使用していないクォームを非難するために、ここに私のヘッダーがあります。
#include "stdafx.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
using namespace std;