태그>stl(총 43개의 글)
'stl' 관련 최근글
-
- [C++] using Vector

-
Spaurh의 느긋한 블로그 by 스폴|11/19 01:51
출처 : 요즘 C# 그리고 Silverlight 에 빠지다 보니 예전에 공부했던 내용들이내용들이 가물 가물 하더라구요 그리하여 이번에 차근 차근 보기로 했습니다. 초등학교때 썼던썼던 일기장을 보듯?ㅋ뜬금없이 Vector 가 나왔습니다. 요것은 Standard Library 에에 있는 자료 구조중 ..
- [C++] using Vector
-
- std::vector 사용하는 방법

-
]바츠[™ by 나도야|11/11 16:42
말그대로 std::vector 를 사용하는 방법이다. 지금까지 MFC에서 CArray 만 사용했었는데, CArray랑 비슷하다. vector anVector; for(int i=0; i<10; i+){ anVector.push_back(i+1); } size_t ns = a..
- std::vector 사용하는 방법
-
- C++의 class의 연산자오버로딩 함수를 사용해서 STL, Vector에 넣고 ..

-
멋진상수님의 이글루 by 멋진상수|09/24 12:14
C+의 class의 연산자오버로딩 함수를 사용해서 STL, Vector에 넣고 Sort해보자 엄청제목이 길죠. 사실 간단합니다. 임의의 class를 선언하고. 이들을 비교할수 있는 연산자(operator)를 선언하면됩니다. 예제에서는 <,>를 선언했습니다. 이렇게 선언하면 - Tm..
- C++의 class의 연산자오버로딩 함수를 사용해서 STL, Vector에 넣고 ..
-
- Allegro/STL Tutorial Ch.5

-
^@#%&$ by 승네군|09/17 09:01
Chapter 5 5. STL Basics 5.1 C+ Templates Another thing that C+ offers is the concept of templates. In many ways, templates have many things in common with macros, but are processed by the C+ compiler itself, with the stronger t..
- Allegro/STL Tutorial Ch.5
-
- Allegro/STL Tutorial Ch.1

-
^@#%&$ by 승네군|09/12 13:38
Chapter 1 1. Basics 1.1 Using RHIDE to write our first C+ program First, you should create a new directory for this tutorial. When you have done so, start RHIDE from within it. The RHIDE startup screen should appear if it was installed pr..
allegro, library, game, opensource, c
- Allegro/STL Tutorial Ch.1
-
- STLFilt: STL 에러 메시지 간단화 프로그램

-
코딩 공작소 by 열혈프로그래머|08/27 14:17
STLFilt: STL 에러 메시지 간단화 프로그램 l STLFilt: STLError Message Decryptor C+의축복이라 여겨지는 STL도 한가지 재앙(?)이 있으니, 바로 화려하고도 절망스러운 에러메세지 입니다. STL 코딩을 해본..
- STLFilt: STL 에러 메시지 간단화 프로그램
-
- TC++PL 을 권하는 교수님

-
진도의 삽질 월드! by jindog|08/20 09:38
막바지로 갈수로 결국 Design Pattern은 원리가 중요한 것이지 구조를 암기하는 것이 아니다. 라고 설명하면서 C+ 역시 마찬가지 원리로 TC+PL 에 나오는 모든 것을 외우라는 것이 아닌 왜 C+에 그런 기능을 만들었는지 이해하면 된다라는 이야기. 참고로 C+ annotated ref..
- TC++PL 을 권하는 교수님
-
-
- [p82-8]vector를 이용한 Polynomial클래스

-
공부합시다 by 펭귄sw|07/04 21:31
0이 아닌 항을 저장하는 배열 대신 STL vector를 사용하는 C+ 클래스 Polynomial을 개발하라. #include #include #include // main함수에서 getch() 사용 using namespace std; class Polynomial; class Term { friend class Polynomial; friend ostr..
자료구조, STL, vector, Polynomial
- [p82-8]vector를 이용한 Polynomial클래스
-
- [p31-2]prev_permutation 이용

-
공부합시다 by 펭귄sw|06/29 22:05
#include #include using namespace std;void Permutations(char *a, const int m) { char *temp = new char[m+1]; copy(a, a+m+1, temp); do{ copy(a, a+m+1, ostream_iterator(cout, " ")); cout<<endl; ..
자료구조, STL, permutation, 순열
- [p31-2]prev_permutation 이용
-
- HashMap

-
Spaurh의 느긋한 블로그 by 스폴|06/08 17:28
Standard C+ Library Reference Defines the container template classes hash_map and hash_multimap and their supporting templates.In Visual C+ .NET 2003, members of the and header files are no longer in the std namespace, but r..
- HashMap
-
- 특수 라이브러리보다는 STL을 사용해야 하는 이유에 대한 간단한 제 생각

-
cevin의 프로그래밍 블로그 by JetLi|03/07 04:26
1. 기존 함수기반프로그래밍이었던 C에서는 입력과 출력에 대한 구조가 간결하였으나 (파라메터와 리턴값) 추가적으로 포인터를 이용한 레퍼런스를 따라하기 시작하였습니다. 그러한식으로 객제지향도 발달하고 그로 인해서 블랙박스식의 이용이라 할지언정 서로 알고 있어야 ..
- 특수 라이브러리보다는 STL을 사용해야 하는 이유에 대한 간단한 제 생각
-
- ST. LOUIS

-
부탁해요 http://hiimyoungho.com 으로 by young|2008/12/26 15:43
How was your final? You know, I hope prof. J will give me at least B.
- ST. LOUIS





