리턴값없는 경우
#include
void add(int, int);
void sub(int, int);
void mul(int, int);
void div(int, int);
int main() {
int i, j,choice;
printf("사칙연산을 수행할 두 수를 입력하세요\n");
scanf("%d%d", ..
리턴값없는 경우
#include
void add(int, int);
void sub(int, int);
void mul(int, int);
void div(int, int);
int main() {
int i, j,choice;
printf("사칙연산을 수행할 두 수를 입력하세요\n");
scanf("%d%d", ..
1. centos7 NAT, gateway 10.0.0.254 linux에서 web을 생성 IP 10.0.0.111/24
2. host pc IP 192.168.10.x/24 대역
3. host pc 브라우저에서 10.0.0.111 접속
질문 : 하나의 공유기에서 서로 다른 대역의 사설 IP 대역을..
git 사용법 질문드립니다.
아래 사진과 같이 "feat: Success ~" 을 커밋-푸시 했다가
전의 커밋인 "Making main activity ..." 로 다시 checkout 해서 되돌아간 뒤
새로 "feat: Tidy up item_post" 를 커밋하였습니다.
..
I have MacOS, I connect to BitBucket over HTTPS. I did not have GCM. This is how I solved the problem:
1. Install GCM:
brew tap microsoft/git
brew install --cask git-credential-manager-core
See details: ht..