태그 : cpp 요약보기전체보기목록닫기
- Allegro/STL Tutorial Ch.5(0)2009.09.20
- Allegro/STL Tutorial Ch.4(2)2009.09.14
- Allegro/STL Tutorial Ch.1(0)2009.09.12
- 으하하하, 머드(MUD)게임을 만들어보자 : )(6)2009.05.27
- C++? C++!(2)2009.02.18
- C/C++ 차이?(8)2008.08.28
- 아놔! NULL!!!!!!!(5)2008.01.15
1
- Study+more
- 2009/09/20 18:00
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...
- Study+more
- 2009/09/14 22:54
Chapter 4
4. OOP Basics
4.1 Object-Oriented Programming
The OOP paradigm is based on the human way to think of things, that each object in the known universe has within itself its propertie...
- Study+more
- 2009/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 s...
- Study+more
- 2009/05/27 15:01
http://www.rdxgames.net/projects/wrathlands/index.html
출장 끝나서 집에 가면, 함 따라서 만들어 봐야겠다 : )
- Study+more
- 2009/02/18 15:08
다음과 같은 코드를 봤더랬다.
struct AAAA: std::unary_function<BBBB<CAA>*, void>
{
AAAA(
 ...
- Study+more
- 2008/08/28 21:26
Cvoid test(void){ int a = 3; //ok int b; b = 3; //ok int c; //err ...}C++void test(void){ int a = 3; //ok int b; b = 3; //ok int c; //ok ....
- Study+more
- 2008/01/15 10:57
...니가 C를 아냐 응!
.... NULL과 0으로 하루를 버린 사람은 느낄것이다.
이색귀들이 존내 틀리다는것을...
이런 십쉐리- _-.
CPP
#define NULL 0
C
#define NULL ((void*)0)
으허헝~ ㅠ_ㅜ
1


최근 덧글