분류 전체보기

dev/기타

포인터형을 변환하는게 너무 헷갈렸다.

int main(void){ int serv_sock=30; printf("%p\n",(int *)&serv_sock); printf("%p\n",&serv_sock); printf("%d\n",*(int *)&serv_sock); return 0;} 위의 코드는다음과 같은 실행결과를 가져온다.. 0x7ffdfc6b14940x7ffdfc6b149430 내가 궁금했던건 (int *)이다. (int *) 는 인트형 포인터로 변환을 하는 것으로 알고 있는데,그냥 주소값을 반환하는거 아닌가? 헷갈린다. 아래 주소에 자세히 설명하고 있다. https://dojang.io/mod/page/view.php?id=494 https://dojang.io/mod/page/view.php?id=496

유용한 사이트 모음집

개발자 블로그

http://webnautes.tistory.com/ https://exynoa.tistory.com/ https://www.sangkon.com/ http://luckyyowu.tistory.com

dev/기타

Ubuntu Qt5 설치 소개 사이트

http://webnautes.tistory.com/1120

dev/기타

아마존 웹서비스 공부 자료들

[튜토리얼]https://aws.amazon.com/ko/getting-started/tutorials/ [아마존 웹서비스를 다루는 기술 ]http://pyrasis.com/book/TheArtOfAmazonWebServices

유용한 사이트 모음집

프로그래머스, 해시코드

[알고리즘] https://programmers.co.kr/ [개발 질문사이트] http://hashcode.co.kr/

유용한 사이트 모음집

QT 튜토리얼

http://www.bogotobogo.com/Qt/Qt5_Creating_QtQuick2_QML_Application_Animation_A.php - 뭔지 모르겠는데 완전 자세하다 개쩐다 https://wiki.ubuntu-kr.org/index.php/GUI(QT)_Programming - 와 개쩐다 진짜 감사합니다. 사랑합니다.

박정수/diary & 일상생활

포프님의 동영상을 보고

오늘은 스터디 절대 하지마라 라는 동영상을 보았다. 포프님이 말씀해주신 것처럼 나도 항상 미뤄왔던 것 같다. 뭔가 자신이 없어서 모르니까. 공부하고 해야지 공부하고 해야지. 바보 멍청한 짓이었다. 지금도 어쩌면 바보이고 멍청이다. 일단 그냥 만들어봐라

박정수/diary & 일상생활

알파고 다큐멘터리

알파고 다큐멘터리를 보고 진짜 재미있다. 나에게도 각성의 기회가 있었으면 그 기분이 어떤 기분인지 알 것 같긴하다. 그 번개 맞은 듯한 깨닳음

영어공부

CSS Introduction

What is CSS?CSS stands for Cascading Style SheetsCSS describes how HTML elements are to be displayed on screen, paper, or in other mediaCSS saves a lot of work. It can control the layout of multiple web pages all at onceExternal stylesheets are stored in CSS filesCSS란 무엇일까?CSS Cascading Style Sheets 를 나타낸다.CSS는 HTML의 요소들이 스크린, 페이퍼, 다른 미디어에서 어떻게 보여줘야되는지 설명한다.CSS는 많은 일을 덜어준다. 이것은 많은 웹페이지의 레이아웃을 한번..

영어공부

Css home

CSS is a language that describes the style of an HTML document.CSS describes how HTML elements should be displayed.This tutorial will teach you CSS from basic to advanced. Examples in Each ChapterThis CSS tutorial contains hundreds of CSS examples.With our online editor, you can edit the CSS, and click on a button to view the result. CSS 는 HTML 문서의 스타일을 묘사하는 언어이다.CSS는 어떻게 HTML 요소가 보여져야하는지를 설명한다...

jeongsu
'분류 전체보기' 카테고리의 글 목록 (20 Page)