블로그
-
명품 C++ programming Chapter 06 실습문제 8번
Colored By Color Scripter™#include #include #include #include using namespace std; const string DEFAULT = "main()"; class Trace { private: static vector tagVec; static vector msgVec; public: static void Put
blog.naver.com · 2015.09.10
-
열혈 C++ chapter 2 - 6
StdCPPFunc.cpp 1234567891011121314151617#include #include #include #include using namespace std; int main(){ char str1[] = "Result"; char str2[30]; strcpy(str2, str1); printf("%s: %f \n", str1, sin(0.14
blog.naver.com · 2015.08.13
-
문제 2 - 1, 2 - 2
문제 1 12345678910111213141516171819202122232425262728293031#include using namespace std; int add(int & amp;num);int change(int &num); int main(){ int num; cout << "Input number: "; cin >>
blog.naver.com · 2015.08.13
-
문제 2 - 3
12345678910111213141516171819202122232425262728293031323334353637#include using namespace std; typedef struct{ int xpos; int ypos;}point; point& PntAdder(const point &p1, const point &p2); int main
blog.naver.com · 2015.08.13
-
열혈 C++ chapter 2 - 2 새로운 자료형 bool
TrueAndFalse.cpp 123456789101112131415161718192021222324252627#include using namespace std; int main(
blog.naver.com · 2015.08.13
-
Hello World 분석
(* 코드는 이전 포스팅에 있던 내용을 그대로 가져왔습니다. )using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace HelloWorld{ class Program { static void Main(string
blog.naver.com · 2015.05.18
-
BBM 채널
이런식으로 블랙베리 홈페이지에서 관리가 되는군요 ㄷㄷㄷ... http://cmc-11.channels.blackberry.com/bbmchannels-web-portal/main#/ channels 접속 링크는 이것으로 하면 될까 모르겟네요 관련 정보는 크랙베리 http://crackberry.com/how-access-bbm-channels-web-using-bbm-channels-manager
blog.naver.com · 2014.11.24
-
King Arts - Mark42 Wall Fixed Helmet
DETAILS 《IRON MAN3》 《MARK42》 The main character in the armor “Iron Man 3", using gold and silver red
blog.naver.com · 2014.12.03
-
[KOSTA 87기]2014년 9월 23일 화요일(2일차)
2일차) 코드정리 path : 87th\Basic_Java\Labs\Ex01_pro\src name : hello.java 원문 정리 편집 public class hello { //main => 시작점, 진입점 , public static void main(String[] args) { System.out.println("hello world"); } } public
blog.naver.com · 2014.09.23
-
[C++] 3.변수와 상수에 대해 알아 보자!
요즘 계속 C++ 강좌를 쓰고 있는데요, 댓글도 하나도 없고ㅠㅠ 아무도 안보는거 같은 기분이랄까< using namespace std; int main() { int kor,
blog.naver.com · 2014.08.18