C언어 좀 아시는분~~(switch문에 대해서~!!)

goomi의 이미지

제가 구조체를 이용해서 재귀 함수를 만들엇는데요
입력 변수나 리턴 변수 때문에 그런건 아닌것 같구요...
if는 조건 잘 체크해서 실행 알아서 되는데

이놈이 아예 스위치문을 거치지 않고 저밑에 printf()문으로 기어이 들어가네요..(이부분!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)

그 덕분에 재귀는 한번도 안이루어졌구요...
왜그런지 알려주세요 ㅠㅠ

CODE

구조체포인터 func(구조체포인터1,구조체포인터2){
if(구조체포인터1==구조체포인터2){//if는 조건에 맞게 잘돌아감
return 구조체포인터1;
}
switch(구조체포인터->data){
case 0:
return func(구조체포인터1,구조체포인터2);
break;
case 2:
return func(구조체포인터1,구조체포인터2);
break;
case 3:
return func(구조체포인터1,구조체포인터2);
break;
.
.
.
}//스위치문 끝(원래 함수도 여기서 끝인데 함수로 들어가질 않길래 바깥에 printf문을 써서 잘못되었다는걸 확인했네요)
printf("안되 ㅡㅡ..");
}

송효진의 이미지

default: 도 적어넣으시고 ->data 를 printf 해보세요.

emerge money
http://wiki.kldp.org/wiki.php/GentooInstallSimple - 명령어도 몇 개 안돼요~
http://xenosi.de/

goomi의 이미지

그건 둘다 해봤어용 ㅠㅠㅠㅠ

여러가지 다 해보고 올리는겁니당 흑흑

gloomyr의 이미지

구조체->data 를찍어보심.. 아실듯

switch(구조체->data)
자체가 false 되는듯

구조체안에 데이타값을 찍어보심이

goomi의 이미지

default해도 printf로 가는건 뭔지 ㅠㅠ

gloomyr의 이미지

switch( ) 욘석값이 정상적으로 비교가되야
case
문으로 들어올탠데요

switch() 안에값이 비교자체가 안될수도 있어요

memset() 으로 구조체값을 0으로 초기화시켜놓고 해보심이

goomi의 이미지

감사합니다 일단 해봐야 될듯 ㅠ

M.W.Park의 이미지

케이스 분석을 해보세요.

제 추측으로는 (코드가 축약됐다는 가정하에...),
구조체포인터 = ptr
구조체포인터1 = ptr1
구조체포인터2 = ptr2
일때,

ptr1 != ptr2 이면 switch에 들어가도 func이 다시 불린 후 어떤 식으로든 return되고나서 printf로 갈것같네요.

재귀는 다시 돌아옵니다^^

디버거로 따라가보면 분명해질듯...

-----
오늘 의 취미는 끝없는, 끝없는 인내다. 1973 法頂

-----
오늘 의 취미는 끝없는, 끝없는 인내다. 1973 法頂

goomi의 이미지

관심 감사드려요~~^^

아 역시 디버깅을 할줄 알아야 될듯.. 젠장 ㅠ

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.