ロベールのC++教室のweb版第54章を読んでいた。(最終更新日が2000.6.24) getsを使用したとき下記のエラーが出た error: ‘gets’ was not declared in this scope コードは下記 File3.cpp #include <stdio.h> #include <string.h>intmain(){FILE*pFile;charbuffer[512];inti;printf("何か文字列を...
make:***[Makefile:130: all] Error 2 重要なポイントは以下のポイント。 error:'CV_LOAD_IMAGE_GRAYSCALE'was not declaredinthis scope error: ‘CV_LOAD_IMAGE_COLOR’ was not declaredinthis scope cv_img=cv::imread(image.first, CV_LOAD_IMAGE_COLOR); caffeのcmakeやmake実行時にこのような...