2019년 3월 30일 토요일

[Advanced Unix Programming, C++, Open Source] there are no warnings and errors after compiling your codes

From now on, 
you must show that there are no warnings and errors after compiling your codes in your homework



[Open Source S/W] HW3 (Due: April 10)

HW3

Please submit your HW to the report box in front of NC Lab, where located at office #318, 자연대연구실험동 (Building# 313). Due Date: by 7:00 pm (or much earlier is possible).

[C++] HW3 (Due: April 9)

HW3

You must show that there are no warnings and errors after compiling your codes

Please submit your HW to the report box in front of NC Lab, where located at office #318, 자연대연구실험동 (Building# 313). Due Date: by 7:00 pm (or much earlier is possible).



2019년 3월 24일 일요일

Don' copy and paste stuff from Googling for you own homework!!

Do not coy and paste stuff from Googling Stackoverflow / Github and the other websites to make your homework.

Anyone who just do copy & paste for homework will get 0 point in the homework portion of your total scores. (Same function names, arguments, and function bodies as Googling stuff ...... ㅠ ㅠ)

Nowadays, it's somewhat true for anyone to make a part of his/her own codes by googling solutions. 

Homework discipline in the University requires you to do your own programming. 

If you get stuck in some part of your homework difficulties, Googling is O.K but just copy&paste is not what we do expect to learn from homework. Please make your own stuff by not copying but inventing your own idea with the other guy's stuff available in the Internet.




2019년 3월 23일 토요일

[Advanced Unix Programming] HW#2 (Due: April 2) updated on Mar. 24

HW2

You must show that there are no warnings and errors after compiling your codes

Please submit your HW to the report box in front of NC Lab, where located at office #318, 자연대연구실험동 (Building# 313). Due Date: by 7:00 pm (or much earlier is possible).


[C++] HW2 (Due: April 2)

HW2

You must show that there are no warnings and errors after compiling your codes

Please submit your HW to the report box in front of NC Lab, where located at office #318, 자연대연구실험동 (Building# 313). Due Date: by 7:00 pm (or much earlier is possible).






2019년 3월 12일 화요일

[Advanced Unix Programming] Homework 1 (Due: March 21)

Homework 1

[Notice] Homework should be typed in English (Use this template as attached here!!). 

Please submit your HW to the report box in front of NC Lab, where located at office #318, 자연대연구실험동 (Building# 313). Due Date: by 7:00 pm (or much earlier is possible). 


[C++] Homework 1 (A New Version on March 13) (Due: March, 21)

HW 1

A sample code is included in the HW1 template to help you with your homework!!

[Notice] Homework should be typed in English (Use this template as attached here!!). 
           Any C++ compiler is O.K!!

Please submit your HW to the report box in front of NC Lab, where located at office #318, 자연대연구실험동 (Building# 313). Due Date: by 7:00 pm (or much earlier is possible). 



[OpenSourceSW] HW2 (Due: March 28)

HW2 (docx)


Please submit your HW to the report box in front of NC Lab, where located at office #318, 자연대연구실험동 (Building# 313). Due Date: by 7:00 pm (or much earlier is possible).



[Open Source S/W] HW #1 (Due: March 21)



Please submit your HW to the report box in front of NC Lab, where located at office #318, 자연대연구실험동 (Building# 313). Due Date: by 7:00 pm (or much earlier is possible). 




[C++] Lecture Notes: Inheritance ~ STL

Inheritance #1

[C++] Lecture Notes: Different Uses of Constructors and Destructor (Updated on April 5)




[C++] Lecture Notes: Lambda Expressions

Lambda Expressions

[C++] Move constructor and assignment example

download


g++ -std=c++11 main.cpp -fno-elide-constructors -o maintest

[C++] Destructor and Copy Constructor

Destructor and Copy Constructor