'linux c++ strcpy'에 해당되는 글 1건

  1. 2011.10.13 리눅스에서 c++ 컴파일시 strcpy / strcat 오류
Programming/C++ STL2011. 10. 13. 22:12
두줄 넣으면 해결!

#include <cstring>
using namespace std;

[링크 : http://stackoverflow.com/questions/2220795/error-strcpy-was-not-declared-in-this-scope]

'Programming > C++ STL' 카테고리의 다른 글

템플릿 메타프로그래밍  (0) 2013.01.06
c++ template  (0) 2012.05.12
new / new[] / delete / delete[]  (4) 2010.09.16
cout 그리고 namespace  (0) 2010.09.16
C++ 레퍼런스 변수(reference variable)  (4) 2010.09.15
Posted by 구차니