当前位置:  技术问答>linux和unix

运行错误。。找不到了。。唉。。

    来源: 互联网  发布时间:2016-09-29

    本文导语:  #include #include #include #include #include #include #include #include int main() {       pid_t pid;          pid=fork( );         int j;         switch (pid)      {       case -1:              perror("fork failed");  ...

#include
#include
#include
#include
#include
#include
#include
#include
int main()

{       pid_t pid;  
       pid=fork( );
        int j;
        switch (pid)
     {
      case -1:
             perror("fork failed");
                   exit(0);
      case 0:
             voice();
             exit(1);
      default:
             choice();
             exit(1);
     }
}
       int pic1()

     {    printf ("                      %%%%%%%  n");
          printf ("                 %%/   /%,  n");
          printf ("                  %%%c -- J/%%, n");
          printf ("       %.         %%%%/ d b %%%  n");
          printf (" `%%.     __   %%%  _ |%%%    n");
          printf ("  `%%   .-'  '"~--"`%%%%%(=_Y_=)%%%' ~~~   n");
          printf ("    //  .'   `.   `%%%%`7/%%%'____     n");
          printf ("  ((  /     ;   `%%%%%%%'____)))     n");
          printf ("   `.`--'     ,'  _,`-._____`-,           n");
          return 0;
      };
       int  pic2()
      {
        
   printf("                       ,%%%%%%%                 n");
  printf("               ,%%/%%%%/%               n");
  printf("             %%%c "" J/%%             n");
  printf(" %.         %%%%/ d b %%%             n");
  printf(" `%%.     __  %%%%  _ |%%%             n");
  printf(" `%%    .-' `"~--"`%%%%(=_Y_=)%%' ~~~         n");
  printf("  //  . '   `.   `%%%%`7/%%%'              n");
  printf(" ((  /     ;   `%%%%%%%'                 n");
  printf("        |   / |  |    |  * *                       n");
 
   printf("        |  /  |  |    |  |* *                      n");

   printf("        |_ *  |__ *   |__* |_*                     n");
 
             return 1;
      };

int voice(int grac, char **argv)
{
       int console_fd;
       int i;  
       int s[ ]={523,587,659,523,523,587,659,523,659,698,784,659,698,784, 
          784,880,784,698,659,523,784,880,784,698,659,523,659,392,523,659,392,523};
       int len[ ]={500,500,500,500,500,500,500,500,500,500,500,750,500,500,500,250,250,250,250,500,500,250,250,250,250,500,500,500,500,500,500,500,500};
      if((console_fd=open("/dev/console",O_WRONLY))==-1) 
      {
        
         fprintf(stderr,"failed to open.n");
         perror("open");
         exit(1);
      }
        for(i=0;i=0;j--)
       {     
          if (l==k)
       {
          l= pic1();
          pic1();
  }
       else
       {
          l= pic2();
          pic2();
       }
          //switch
          sleep(1);
       }
          //   k=k+1;
          // k%2; 
          //for
        };
我运行的时候有错误啊。。可是不知道哪里错了。。大家帮我看看呗~~~~~~~~
[root@localhost root]# cc -o child child.c
child.c:30:19: warning: unknown escape sequence: '40'
child.c:31:19: warning: unknown escape sequence 'c'
child.c: In function `pic1':
child.c:34: parse error before '~' token
child.c: In function `pic2':
child.c:44: stray '343' in program
child.c:44: stray '200' in program
child.c:44: stray '200' in program
child.c:45: stray '343' in program
child.c:45: stray '200' in program
child.c:45: stray '200' in program
child.c:45:12: warning: unknown escape sequence 'c'
child.c:46: stray '343' in program
child.c:46: stray '200' in program
child.c:46: stray '200' in program
child.c:47: stray '343' in program
child.c:47: stray '200' in program
child.c:47: stray '200' in program
child.c:48: stray '343' in program
child.c:48: stray '200' in program
child.c:48: stray '200' in program
child.c:48: parse error before '~' token
child.c:49: stray '343' in program
child.c:49: stray '200' in program
child.c:49: stray '200' in program
child.c:50: stray '343' in program
child.c:50: stray '200' in program
child.c:50: stray '200' in program
child.c:51: stray '343' in program
child.c:51: stray '200' in program
child.c:51: stray '200' in program
child.c: At top level:
child.c:88: warning: type mismatch with previous implicit declaration
child.c:23: warning: previous implicit declaration of `choice'
child.c:88: warning: `choice' was previously implicitly declared to return `int'[root@localhost root]#

|
直接从网上粘贴下来的吧
很多字符都不识别

    
 
 

您可能感兴趣的文章:

  • Unmounting initrd failed 错误表示什么错误?可能是由什么引起的?系统原来一直运行正常,突然发现系统登陆错误,重启提示以上错误。
  • gnu c++如何得到对于编译错误和运行错误的帮助?
  • jsp有没有检查语法错误的东西,难道只能在改完了在服务器上运行然后才能找到错误吗?
  • 我用javac编译HelloWorldapp.java无错误,但运行时出现该错误:Exception in thread "main" java.lang.NoClassDefFoundError: helloworldapp
  • aix 编译正确后运行异常错误
  • 运行JAVA命令错误
  • 求救,程序运行时出现"闹钟"提示错误!!!!
  • 请教:system("C:\python2.4\python.exe C:\aa.py");该语句有何错误?为什么运行界面一闪就消失了并且没有运行完,请给出正确语句!
  • 错误22022 SQLServerAgent当前未运行的解决方法
  • 新手提问,应用程序运行:Permission denied错误
  • 运行sipp 出现 Unable to bind main socket 错误
  • 急,磁盘错误,程序运行很慢!
  • 我使Jsequence遇到如下错误(我不熟悉JAR,可能是运行JAR的错误),麻烦各位看一下,在线等,(帮我搞定的另外送100分)
  • 运行helloworld时出现错误,怎么回事?
  • 无法从 int? 转换为 int 运行时出现错误
  • 求救!weblogic6.0后台运行正确,前台页面跳转或调用其他页面时出“页面无法显示错误”
  • linux新编译运行错误
  • 运行automake时的错误
  • 我在linux系统下安装subversion时,运行svnadmin create命令时出现这个错误提示:
  • 运行时报这种错误!
  • 我想问:我装了xmms,但在程序菜单中找不到,运行"xmms"说找不到该程序,卸载它时又 死掉了,怎么回事啊?
  • 在 var/log/cron 中都看到运行记录了,为什么看不到运行结果?
  • 在unix 下运行java 为什么找不到类
  • 急,在线等候,编译完运行程序出现找不到共享库的问题!
  • 找不到运行环境?????
  • win2000下编译java程序看不到运行结果的问题,今天解决加到100分!!!
  • 菜鸟问题:为什么我的程序编译之后看不到运行结果?
  • 在windows xp中安装了cygwin,但运行的时候提示cygintl-8.dll找不到
  • 板子上运行某个程序提示找不到libpthread.so.0
  • Linux下的菜问:运行当前目录下的文件,说找不到?
  • 运行 Applet,在同一路径下仍找不到.class文件,为什么?
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • mysql中查询当前正在运行的SQL语句并找出mysql中运行慢的sql语句
  • SecureCRT上运行一个JAVA程序,该程序类似一个在WINDOWS下一直运行的CMD窗口的东西,SecureCRT关掉后,JAVA还会继续运行吗?
  • 在docker容器中运行hello world!
  • 如何运行外部命令后不等外部命令运行结束直接运行下一条命令
  • 通过docker ps命令检查运行中的docker镜像
  • 嵌入式linux开发:一段代码在windows平台用VC编译运行正常,在linux平台用gcc编译运行正常,但是用arm-linux-gcc编译在嵌入式板子上运行就不正常.
  • 通过docker run命令运行新的docker镜像
  • 用Jbuilder3 遇到问题不能运行把可疑代码注掉后可以运行但是重新使用可疑代码时又可以运行了多次重复都是如此
  • 安装运行微软win7/Windows7系统要求及官方下载地址
  • “模块”在内核中运行与作为单独进程运行在机制上有什么区别与联系?
  • Linux下指定运行时加载动态库路径及shell下执行程序默认路径
  • telnet到主机去运行一个我编的程序,退出telnet时那个程序也不运行了,这是怎么回事?按程序逻辑它应该一直运行下去的。
  • Ubuntu程序开机自动启动设置(服务和自动运行配置文件)的几种方法
  • 请问:进程创建的线程是怎样运行的啊,线程的处理函数运行完了,线程就退出了吗?
  • ​Windows Server 2016提供Docker原生运行的企业级支持
  • tomcat下servlet无法运行,但是jsp可以运行,在线等待。。。
  • windows下cmd命令提示符下让程序后台运行命令
  • 请教为什么要运行一个可执行文件要以./文件名 的形式来运行?
  • 请问怎么改配置文件啊?能运行startx启动XWindow,运行X就不行呢?
  • 问一个crontab中不能运行手动可以运行的问题
  • 中断恢复现场时怎样判断进程运行到那一步,如何无缝连续运行的呢?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3