Blogs about: C

Featured Blog

std::string replace 예제..

ainvyu wrote 1 week ago: void ReplaceAll (string& strSrc, const string& strFind, const string& strDest) { siz … more →

Tags: STL

마지막 글자 제거

rothmans wrote 3 months ago: str.Substring(0, str.Length - 1); … more →

To check the Check

Namoh wrote 3 months ago: This code check the chess table for which king is checked or not. Input like follow: ..k..... ppp.pp … more →

Tags: C/C++, Chess

Minesweeper

Namoh wrote 3 months ago: Here is the quiz. Minesweeper   Have you ever played Minesweeper? This cute little game comes with a … more →

Tags: C/C++, minesweeper

오늘 싸지른 가장 지저분한 코드 ㅡㅡ;

initialjk wrote 4 months ago: template<typename Arg1Type> BOOL DoStorageFunction(BOOL (StorageClass::*StorageAction)(Arg1T … more →

Tags: , Template

Automating Powerpoint with C#

tzara wrote 9 months ago: 며칠전 올렸던 Ruby 소스의 C# 버전. 역시나 온라인에서 기본 샘플 찾아서 살짝 수정한건데 Office Primary Interop Assembly 참조하는 법 때문에 그래도 … more →

Tags: blah blah, Powerpoint

빈 문자열, case2 comments

지양 wrote 1 year ago: 1. 빈 문자열이라… if (!foo[0]) // 배열 foo의 첫번째 원소가 NULL일까 if (strlen(foo) == 0) // 문자열 foo의 길이가 0일까 … more →

Tags: Uncategorized

C# Frequently Asked Questions for C++ programmers

Digital Angel Master wrote 1 year ago: C# Frequently Asked Questions for C++ programmers Andy McMullan Last update: 3-Dec-2000 This FAQ tr … more →

Visual Studio 6.0에서 2005이상으로 넘어가야 하는 이유..

Digital Angel Master wrote 1 year ago: 정말 아직 VB6, VC6를 쓰는 사람을 보면, 존경스럽기까지 하다.. 물론, 여러가지 문제로 인해 아직 닷넷은 시기상조라는 말을 많이 듣긴 하지만.. 사실 VC의 경우는 아무래도 … more →

관리되는 DirectX 9.0 튜토리얼

Digital Angel Master wrote 1 year ago: 출처 : DirectX 9.0 SDK 온라인 도움말번역 : jacking@korea.com Tutorial 1: 디바이스의 작성 CreateDevice 튜토리얼 프로젝트에서는, … more →

C# 관리되는, 되지 않는 리소스 사용에 대한 문제점과 해결방법

Digital Angel Master wrote 1 year ago: C# 관리되는, 되지 않는 리소스 사용에 대한 문제점과 해결방법 Written by ProgC 2007-05-31 C#은 CLR에 의해 모든 것이 관리된다. 그로 인해서 메모리 해 … more →

Thinking in C++ 2nd Edition

Digital Angel Master wrote 1 year ago: Thinking in C++ 2nd editionVERSION TICA18 Revision history: TICA18: July 29, 1999. Rewrote chapter 8 … more →

초보자들을 위한 공부 가이드 C 언어

Digital Angel Master wrote 1 year ago: 초보자들을 위한 공부 가이드 C 언어 0. 소개 C 언어의 중요성에 대해서는 별로 언급할 것이 없겠습니다. 이 글을 읽으시는 분은 이미 그 중요성을 인식한 분일테니까요. 인터넷 … more →

프로그래밍 습관 들이기

Digital Angel Master wrote 1 year ago: 1. 전역변수를 사용할 수도 있다. 그러나, 그럴 필요가 없다면 사용하지 말라.2. 절대적인 경우가 아니라면 GOTO 문을 사용하지 말라. 대부분의 경우 거기에 필요한 보다 좋은 … more →

Resources and Satellite Assemblies 2

Digital Angel Master wrote 1 year ago: Fusion 9 : Resources and Satellite Assemblies 2 오늘은 자원과 위성 어셈블리 그 두번째 시간 되겠다. ■ (바이너리 리소 … more →

시간 간격 구하기1 comment

Digital Angel Master wrote 1 year ago: 시간을 계산해야 할 일이 필요했다. 내가 필요했던 부분은 경매사이트에서 DB에 들어있는 마감시각을 가져와서 현재시각과 계산하여 남은 시간을 계산하기 위해서였다. C#에서 DateT … more →

An Asynchronous Socket Server and Client

Digital Angel Master wrote 1 year ago: Download source and demo project – 195.1 KB Introduction I’ve been working with soc … more →

Using Updater Block

Digital Angel Master wrote 1 year ago: Download source files – 9.57 Kb Introduction I had been trying to include updater block in … more →

A simple Multi-Threaded Server Client Instant Messenger Application1 comment

Digital Angel Master wrote 1 year ago: Download source – 33 Kb <!– Add the article text. Please use simple formattin … more →


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS

Find other items tagged with “c”:
Technorati Del.icio.us IceRocket