728x90
 

윈도 부팅후 암호입력하면 계속

a problem has been detected and windows has been shut down to prevent damage to your computer

if this is the first time you've seen this stop error screen. restart your computer.if this screen appears again follow these steps check to be sure you have adequate disk space if a driver is identified in the stop

message disable the deiver or check with the manufacturer for driver undates. Try changing video adapters check with your hard ware vendor for any BIOS un dates disable BIOS memory options such as caching or shadowing if you need to use safe mode to remove or disable components restart your computer, press F8 to select Advanced startup options and then select sate Mode

Technical information

stao:0X0000008E <0X<0000005,0XF7C00100,OXF7,52C74,0X00000000)

systemdb net:sis -Address F7c00100 base at f7BFF000,dATESTAMP 42 CB7841


Beginning dump of physical memory

physical memory dump complete

contact ypur system administrator or technical support group for further assistance 

도스 형태의 파랑바탕화면에 이렇게 뜹니다 그리고 멈춰버리지요 해결책알려주시는분께

내공 50드리고 필요하시다면 내공 더퍼드립니다 단 정확한 해결책의 경우에만 가능합니다

이문제는 윈도 다시 깐다고 해결될 문제가 아니라서 질문을 올립니다


728x90
728x90
사용자 삽입 이미지


728x90
728x90
 

{
 int a[3][2]= { {1,2},{3,4},{5,6}};
 int *ptr;
 int i;

 ptr=a[0];
 for(i=0;i<6;i++)
  printf("*(ptr+%d)= %d\n",i,*(ptr+i));
 getch();
}



결과값:

*(ptr+0)=1

*(ptr+1)=2

*(ptr+2)=3

*(ptr+3)=4

*(ptr+4)=5

*(ptr+5)=6


오늘 학교에서 배운 내용입니다..


오늘 처음 들어간 포인터 문인데... 포인터 문을 제대로 이해 안하면


나중에 난해 하다고 하시길래 이왕 할거 제대로 하고 싶어 이렇게 질문을 남깁니다..


 


int a[3][2]= { {1,2},{3,4},{5,6}};


여기서 a[3][2] 는 배열문으로 3행 2열의 정수 배열이라고 하시더군요..


그러면 { {1,2},{3,4},{5,6}}; 여기서 행은 뭐고 열은 또 먼가요..??


또한 제가 a[3][3] 이렇게 고쳐 보니

*(ptr+0)=1

*(ptr+1)=2

*(ptr+2)=0

*(ptr+3)=3

*(ptr+4)=4

*(ptr+5)=0


이렇게 나옵니다... 죄송하지만 이게 왜 이렇게 되는지 자세히 설명해주세요..^^;;


728x90
728x90
내 답변은 아니지만 인상깊었음..

-여자입니다-


아직은좀 어린나이지만

언니가 나이가많아서

저도 덩달아 같이 생각하고있는데요..


예고나

미술이나 음악쪽은

어렸을때부터해야지

좋잖아요..


근데 컴퓨터는

어떻게해야하는지 궁금합니다..


나중에 사회에나가면

컴퓨터 게임만드는 직업 갖고싶구요..


여러가지생각해보았는데.


자격증은 아직

워드프로세서 2급과, ITQ 파워포인트 A급밖에없거든요..


그래도 자격증 딸 여유적시간은많으니까


무슨 자격증이필요한지

그리고 컴퓨터전공은

고등학교때도 관련이있나요?.


그럼 질문좀 요약해서 말씀드릴게요.



1. 자격증은 무엇이 필요한가..

2. 컴퓨터 그래픽 혹은 디자인이 하는일.

3. 돈은 얼마정도버나요..

4. 넥슨같은곳은 직원 어떤식으로 뽑죠?.

5. 컴퓨터전공 고등학생때부터 관련있나요?..

6. 컴퓨터 전공에서 성공할수있는 방법.

7. 게임프로그래머는 뭘하는사람인가요?.



이렇게 질문드릴께요

 많은답변부탁드립니다


728x90

+ Recent posts