'C++'에 해당되는 글 6건
- 2009/12/20 c++ bigint class완성 (49)
- 2008/08/20 visual studio 2008 설치 (12)
- 2008/03/13 이 소스가 어떻게 컴파일이 되지. (7)
우분투 포기후 윈도우를 다시 설치하고 첫 컴파일러
이제 C랑 MFC배우는 놈이 이 물건을 설치했다. 이쁜 거 뺴곤 뭐 다른 기능은 모르겠다 -ㅂ-
티타늄으로 파리채 만드는 격;
평가판다운로드
그것보다...
-
브주듀
2008/08/20 21:44
address
modify / delete
reply
아놔. ㅋㅋ
진짜웃기네요.
왠지 모르게
int 놀기(){
while (!다 놀았다){
printf("아직이닷!!");
}
while(1){
놀기();
printf("개학이구나\n");
}
하고 싶네요.. -
알쯔
2008/08/20 23:18
address
modify / delete
reply
C 프로그램 개발할때는 vs2008보단 vs6.0 이 전 더 쉽고 낮더군요.
vs2008 너무 거대해요 ㅠ_ㅠ -
마티오
2008/08/22 11:15
address
modify / delete
reply
비쥬얼 스튜디오라 하니.. 초등학교때 비쥬얼 베이직 만지작 거렸을때가 생각나는군요 ;ㅁ;...
-
-
Lonewolf dlbo
2008/08/23 01:16
address
modify / delete
reply
VS 2008이라.... 웹 개발 영역이 크게 확대되었고, 객체지향적인 프로그래밍에 크게 도움되도록 어시스트해주는 기능은 많지만 너무 무겁다는 단점이 있습니다. 단기간의 소형 프로그램을 만들때 제 경우는 VS 6.0으로, 중간규모나 그 이상이면 2005를 되도록 사용하고 있습니다. 2008은 비주얼 어시스트가 작동하질 않아서요 ㄱ-
-
-
Lonewolf dlbo
2008/03/15 13:36
address
modify / delete
reply
첫째로, system()이 VS시리즈에선 stdio.h 헤더파일로만 커버할 수 없습니다.
둘째로, 일반형 C언어라면 이 소스 자체의 구조가 컴파일에러입니다. 선언부가 실행명령 함수보다
아래에 위치해 있기 때문이지요. CPP이라면 상관없지만 C언어는 선언부는 반드시 함수 내 최상단에,
나머지 부분에 함수의 동작을 기술해야 합니다.
셋째로 동적할당의 유도를 위해 마이크로소프트가 VS에서 못 쓰게 막아둔 겁니다.
저렇게 사용할 경우 컴파일시 얼마나 용량을 할당하도록 결정하게 할 지 애매하게 되는데,
굳이 포인터라는 동적 할당을 두고 복잡하게 만들 필요가 없다는 판단때문에 VS에서는 막혀있는걸로 보입니다.
#pragma로 에러를 씹어버리고 컴파일하게 해도 VS에서는 컴파일이 안되는군요. 지금 VS6.0이 맛이 갔답니다 ㄱ- -
새벽태양
2008/03/16 20:04
address
modify / delete
reply
♣안녕하세요? 다음블로그 새벽태양 입니다. 오늘 좋은 내용을 잘 보고 갑니다.
오늘도 즐거운 하루 보내시고 행복하세요(www.21ds.gk.to 새벽태양) -
Mastojun
2008/03/22 17:32
address
modify / delete
reply
C99에서는 배열을 상수가 아닌 변수로도 생성 가능합니다. dev-cpp는 이를 지원하는거구요. M$ 제품군은 아직은 프렌들리 비표준 입니다 :D
논리적 오류가
많네
바보.
다고쳤어ㅋㅋ
부탁이있습니다...
C++로 7*7 배열에 자동차크기는 3,3,4,4,5,5 인 여섯개의차를 무작위로 놓는 방법좀 올려주세요..
대신에 크기가 3인 차 하나는 항상 x=3 y=4인 위치에 고정되어있구요.......
만들어주세요ㅜㅜㅜ
그리고 strut 를 꼭써야 한다는데요...ㅜㅜ
도와주세요..
숙제는 혼자서
환타님 근데 마지막 main()쪽에 std::cin>>n; 이게 에러가 나는데
에러메세지가 '>>' : class에 맞지 않습니다 라는데 어떻게 해야 하나요??
그위에 <<나 < ,> 도 class에 맞지 않는다고 뜨네요
도와주세여~~
새로운 CPP파일에 해보니
1>d:\users\빌 게이츠\documents\visual studio 2008\projects\main.cpp\main.cpp\main.cpp(749) : error C2371: 'n' : 재정의. 기본 형식이 다릅니다.
1> d:\users\빌 게이츠\documents\visual studio 2008\projects\main.cpp\main.cpp\main.cpp(748) : 'n' 선언을 참조하십시오.
1>d:\users\빌 게이츠\documents\visual studio 2008\projects\main.cpp\main.cpp\main.cpp(756) : error C2088: '>>' : class에 맞지 않습니다.
1>d:\users\빌 게이츠\documents\visual studio 2008\projects\main.cpp\main.cpp\main.cpp(760) : error C2088: '>>' : class에 맞지 않습니다.
라고 뜨네요 수정 부탁 드려요
컴파일러 어떤 걸 쓰시나요?
왜 이렇게 필명이 다른지 저도 잘 모르겠어요.
저는 아바네라가 좋은데 쁘띠마망은 어디서 갑툭튀인지.
관리자의 승인을 기다리고 있는 댓글입니다
그리고 strut 를 꼭써야 한다는데요...ㅜㅜ
불특정 다수와 즐기는 수다의 즐거움에 눈 떠 회식때 삼겹살 인증샷도 올리고, 힘든 야근 푸념도 하면서 일상의 비타민으로 삼고 지내던 어느날...
I think that to receive the <a href="http://goodfinance-blog.com">loans</a> from creditors you ought to present a firm reason. Nevertheless, once I have received a college loan, just because I was willing to buy a bike.
Do you know that custom writing service rev can be good helper when you're in trouble because of writing. You will not find more fitting assistant in the internet. Thence, why look more? Make your decision now.
Even thesis writing services can not write such superb mba thesis close to this post and perchance, you do work for dissertation writing service. In such case we will buy your dissertation from your organization straightaway.
Not simply bad university students buy fast custom papers. Numbers of students do it because of heavy workloads. Moreover, you should not be scared to be claimed in cheating just because you are not one who do it.
We surely have to follow your smashing story in the essay and just tv essays performing. Thus, thank you very much for efforts.
Very good article about this good topic ! Someone would see writing service to buy essay, also students select essay writing.
Continue acting such way in such topic and people will buy a term paper or buy essays at the custom writing service just about this good post*.
Thesis writing or dissertation can be acceptable for all people. And you write hot free dissertation just about this good post.
All students are willing to have a PhD degree, but what is the right way to do that? I can propose to see for the thesis service to buy the doctoral thesis about this good post at. We used it and reseived really good grade.
I don't regret that I Buy Essay. I generally get the best quality turning to the research papers writing services.
Some free time suppose to be not simple to have! But, deciding to contact essays writers, you can definitely get free time.
나는 귀하의 사이트에 곧 돌아올거야 다시 있도록 큰 조언을 공유하는 계속하십시오.
I am new in C++ programing, and every guide that I could see online is very helpful for me. Like this, this is something that will help me a lot.
To my mind this article will be interesting for many people
남의 떡이 더 커 보인다
당신은 전체에 서있다면 당신은 파고있어, 당신은 파고를 중지해야합니다
왜 이렇게 필명이 다른지 저도 잘 모르겠어요.
저는 아바네라가 좋은데 쁘띠마망은 어디서 갑툭튀인지.
You have completed a great research creating this article
the apps are just great to use by anybody
confidence really takes time and effort to get
jacket really takes care of anybody who can getthe thing
you look just beautiful
price is right if you are willing to pay
Sophia is the most beautiful city in the world
Simbian is the hard to learn code of the XXI century
티끌모아 태산
빈 수레가 요란하다
과부 사정 홀아비가 안다
Great blog article about this topic,I have been lately in your blog once or twice now.I just wanted to say hi and show my thanks for the information provided.
원숭이도 나무에서 떨어진다.
I've been browsing on-line greater than 3 hours nowadays, yet I never found any fascinating article like yours. It¡¦s pretty worth enough for me. Personally, if all webmasters and bloggers made just right content material as you probably did, the web will be much more helpful than ever before.
<a href="http://www.knelt.org/diapers-coupons-printable-november-2011">dominos coupons</a>
I've been browsing on-line greater than 3 hours nowadays, yet I never found any fascinating article like yours. It¡¦s pretty worth enough for me. Personally, if all webmasters and bloggers made just right content material as you probably did, the web will be much more helpful than ever before.
<a href="http://www.knelt.org/diapers-coupons-printable-november-2011">dominos coupons</a>
hello!,I love your writing so much! proportion we be in contact more about your post on AOL? I need a specialist in this house to resolve my problem. Maybe that is you! Looking ahead to look you.
<a href="http://lactoseintolerance.co">lactose intolerance</a>
I am following your article regularly and got great and informative information.I really like the tips you have given.thanks a lot:-)
I read your other post as well, all were good. I really appreciate the author. Thanks for the post, it was nice.I will share with my friends and I know they will like it.