지금 프로그래밍을 하는데요,,,

익명 사용자의 이미지

지금 프로그래밍을 하는데요,,,
지금 유닉스명령어중에 RM명령대신에 자기가 만들어서 쓰는프로그램을 만
들고잇는데...
지금 밑에 써놓은 것정도까진 했걸랑요.. 근데 여기서 더이상은 못하겠어
서요~~
강좌란에 있는 걸 많이 참조해서 했거든요...
근데 거기있는걸 그대로했는데도 실행이 안돼요~~~
컴파일을 잘못했나요?
#include
#include
#include
#include
#include
main(argc ,argv)
int argc;
char *argv[]

int unlink();
if(unlink(argv[1])==-1)
{
perror(argv[1]);
exit(1);
{
switch()
{
case' y' printf("You have select y.\n");
break;
case' n' printf("You have select n.\n");
break;
default printf("reply.\n");
break;
}
}
이렇게 다하구나서 cc c.c 이렇게 컴파일하구나서
실행이 되더라구요... 자료실에있는거 그대로해보니까..그리고
cc -o c c.c 이렇게 해서 c라는 파일을 만들었어요...
그리고나서 # c a.out 이렇게해서 지울려고하는데 안지워져요~~~
그래서 chmod 해서 chmod 777 c 이렇게 했는데도 안되네요...
정말 미치겟어요,... 좀가르쳐주세요~~~부ㄷ탁드려요~~~사람하나 살려주
세요~~인생최대의 태클이....ㅡㅡ;
안바쁘신분은 3743hsh at hanmail.net으로 메일을.....부탁드려요~~

익명 사용자의 이미지

제가 실력이 없어서 그런지 모르겠지만 설마 위의 코드가 컴파일되진 않겠죠 )
cut & paste 과정에서 잘못된 것 같은데 다음부터는 이런 실수 하지 않으시길 바랍니다.

아래는 아무 문제없고 잘 동작하는 코드입니다.
본인의 소스 코드를 다시 한번 확인해 보시기 바랍니다.

#include
#include

main(int argc ,char **argv)
{
int unlink(); /* 왜 이 줄을 넣었을까요? */

if(unlink(argv[1]) == -1)
{
perror(argv[1]);
exit(1);
}

return 0;
}

댓글 달기

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