std::cin
を使用しようとするとアクセス違反が発生します。 char*
を使用していて、データを入力できません。C++ std :: cin未処理の例外:アクセス違反の書き込み場所
void Input(){
while(true){
char* _input = "";
std::cin >> _input; //Error appears when this is reached..
std::cout << _input;
//Send(_input);
が重複する可能性をLinuxで](http://stackoverflow.com/qu estions/1773079 /セグメンテーションフォールトとchar配列とポインターインc-on-linux) – iammilind