본문 바로가기

공부 하기

C#프로그래밍 강좌 따라가기 | Hello World!!


IT, 모바일 분야에서 근무하고 있지만 개발에 대한 이해도를 높이고자 공부해 보고자 한다. 

익숙한 언어 중 하나인 C#과 JS 중 현재로서 활용도가 높은 C#을 좀더 깊게 공부해 보려고 온라인 강의를 보기 시작했다. 

끝까지 잘 따라 갈 수 있는지 기록하는것이 목적이다. 



2018.08.16 

Visual Studio Community 다운, 전체 설치
C# 프로그래밍, 네임스페이스, 클래스 관계 이해 (Using, namespace)
표준출력 : Console.Write, Console.WriteLine()
MSDN 다양한 출력 형식 확인

C 키워드 26
black, case, char, const, continue, default, do, double, else, enum, extern, float, for, goto, if, int, long, return, short, sizeof, static, struct, switch, typeof, void, while,

C++ 키워드 19 
bool, chtch, class, false, finally, namespace, new, private, protected, explicit, operator, public, this, throw, true, try, using, virtual, volatile

C# 키워드 32
abstract, as, base, byte, checked, decimal, delegate, event, fixed, foreach, in, interface, interal, implicit, is, lock, null, object, out, override, params, readonly, ref, sbyte, sealed, string, uint, ulong, unchecked, unsafe, ushort, volatile,