본문 바로가기 메뉴 바로가기

당 떨어질 땐 초코딩

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

당 떨어질 땐 초코딩

검색하기 폼
  • TOTAL (223)
    • LANGUAGE (93)
      • C++ (26)
      • C# (9)
      • JAVA (24)
      • JAVA SCRIPT (24)
      • NODE.JS (6)
      • DESIGN PATTERN (4)
    • FRONT-END (74)
      • HTML (7)
      • CSS (20)
      • JQUERY (10)
      • JSP (13)
      • ANGULAR (3)
      • REACT (14)
      • WEB DESIGN (6)
    • BACK-END (13)
      • SERVLET (3)
      • SPRING (7)
      • SPRING BOOT (2)
    • DATABASE (36)
      • JDBC (5)
      • SQL (28)
    • LINUX (0)
    • WEB (2)
    • BLOCK CHAIN (2)
    • ETC (1)
  • 방명록

입력 (2)
[C++] 성적처리 파일 입/출력

☆ 도움을 주신 분 ☆ ★ http://tang1993.tistory.com 임태영블로그 ★ #pragma warning(disable:4996) #include "stdafx.h" #include #include #include using namespace std; //이름 클래스 class Name{ string name; public: void setName(string name) { this->name = name; } string getName() { return name; } }; //과목 클래스 class Subject { int subject; public: void setSub(int subject) { this->subject = subject; } int getSub() { retur..

LANGUAGE/C++ 2018. 4. 15. 15:44
[C++] FILE INPUT/OUTPUT

파일 입출력 #include //파일 입출력을 위해 선언 #include "stdafx.h" #include #include using namespace std; void main() { ofstream fout; //파일에 입력 ifstream fin; //파일에 있는 것을 입력 받음 //쓰기 모드 fout.open("a.txt"); fout arr; //arr에 파일에 입력한 내용을 집어 넣는다 fin.close(); cout

LANGUAGE/C++ 2018. 3. 16. 11:43
이전 1 다음
이전 다음

티스토리툴바