[STL] list.sort에 대한 질문입니다.

assa의 이미지

저번에도 한번 올렸지만, 사실 전혀 이해하질 못했습니다. ㅠㅠ

그러다. 일관계로 웹페이지 손보다보니.. 홀랑 다 까먹고..쿨럭.

어쨋든..

void Sort(){
   list <char **, char **> tlist;
   // tlist안에 값이 들어있다고 가정합니다.

   // 배열의 5번째 값을 기준으로 정렬할려고 합니다.
   tlist.sort(Compare);
}

bool Compare(char **a, char **b){
   if(atol(a[5]) <= atol(b[5])){
      return true;
   }else{
      return false;
   }
}

이렇게 한번 해봤는데요.. 왜 안되는지 ㅠㅠ

참고로, 위의 함수는 같은 class에 있는 경우입니다.

에러는 이렇게 납니다.

error C2664: 'void __thiscall std::list<char * *,class std::allocator<char * *> >::sort(struct std::greater<char * *>)' : cannot convert parameter 1 from 'bool (const char ** ,const char ** )' to 'struct
std::greater<char * *>'
No constructor could take the source type, or constructor overload resolution was ambiguous
Error executing cl.exe.

해결 방법을 부탁드립니다. ㅠㅠ

doldori의 이미지

list <char **> tlist; 
static bool Compare(char **a, char **b);

로 선언하세요.
assa의 이미지

같은 에러가 발생하는데.. 어디서 보기엔 VC6 컴파일러가 STL 지원을

제대로 못해서 에러가 많이 발생한다고 들었습니다.

혹시 그 이유 때문이기도 한 건가요?

doldori의 이미지

그럴 수도 있습니다. 지금 STL을 배우고 계신 모양인데 .NET으로 당장 바꾸라고
권하고 싶네요. MinGW도 좋고요.

gimmesilver의 이미지

우선 에러의 원인은 VC++6.0의 기본 STL이 해당 sort 멤버의 파라미터로 greater<>함수 객체만을 제공하기 때문입니다. 따라서 다른 STL 라이브러리로 대체하시면 됩니다. .NET으로 바꾸는 것도 좋겠지만 그냥 STLport같은 공개 STL라이브러리를 다운 받아 설치하는 것이 더 간단할 것 같습니다.

------------------------
http://agbird.egloos.com

doldori의 이미지

Agbird wrote:
우선 에러의 원인은 VC++6.0의 기본 STL이 해당 sort 멤버의 파라미터로 greater<>함수 객체만을 제공하기 때문입니다.

이건 정말 심하군요.
오름차순으로 정렬할 때는 어찌 하라고... -_-;

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.