1.method 1: use "acc"

>acc hello.acc world.mc		<--- compilation will generate the hello.c and world.c files

>gcc hello.c world.c	
>./a.out

2.method 2: use "tacc"

>tacc foo.c fooac.acc
>./a.out
>tacc foo.c fooac.acc -o tt.out
>./tt.out

												

最新文章

  1. VS中的jQuery
  2. Shiro Security
  3. 数据字典和动态性能视图&lt;五&gt;
  4. GridControl控件的数据显示的样式控制(转)
  5. hMailserver设置外部反病毒扫描程序
  6. js 高阶函数 filter
  7. 武汉科技大学ACM:1005: Soapbear and Honey
  8. MySQL自增长的bug?
  9. 关于write()和fsync()
  10. 52、css属性操作
  11. python_如何在循环引用中管理内存?
  12. C语言---指针变量详解1
  13. tomcat编译超过64k大小的jsp文件报错原因
  14. ImageView android:scaleType=&quot;centerCrop&quot;
  15. php文件缓存方法总结
  16. 关于Unity中RectTransform和Transform
  17. IDEA13 SVN配置
  18. leetcode 1 A+B problems
  19. 亚马逊CEO贝索斯致股东信:阐述公司未来计划
  20. wpf企业应用之UI模块解耦

热门文章

  1. JSP学习笔记 - 内置对象 Request
  2. 白盒-CNN纹理深度可视化: 使用MIT Place 场景预训练模型
  3. @RequestMapping参数value和params的区别
  4. 抓包工具Fiddler及Charles
  5. 关于 实体类中 时间字段 为string 类型和 datatime类型 比较
  6. CAD类型转换
  7. BZOJ 1941: [Sdoi2010]Hide and Seek KDtree + 估价函数
  8. 踩过的坑:__file__、__package__和__name__
  9. html 报告页面 v1.2 批量数据生成表格
  10. Lua中返回值的丢失问题