Facebook Sharer
选择您要替换的背景颜色:
【农历新年】背景图片:
个性化设定
 注册  找回密码
查看: 3989|回复: 25
打印 上一主题 下一主题

help~c programming assignment

[复制链接]

0

主题

0

好友

11

积分

初级会员

Rank: 1

跳转到指定楼层
1#
发表于 2009-9-10 02:03 PM |只看该作者 |正序浏览
Question 2:  Merging and listing selected records using files.

The employee salary details of the two branches (Branch-A and Brach-B) of XYZ company are kept in two separate files (Salary_A.txt  and Salary_B.txt)  with each line representing information about one employee. The Human Resource Department wants to have only one list showing salary information about all the Branch-A and Brach-B employees together. Therefore the two text files must be combined/merged into a single text file (Salary_AB.txt) which has the Name filed in alphabetical order.

Write a C program to merge the two files to produce a combined file. After creating the combined file the program must be capable of listing the salary details of all the clerks, engineers, or managers (depending on the user selection) with the Name field in alphabetical order and the total salary printed at the end. The program should display the following menu to the user for them to select one of the four options listed.



Sample Menu:
                -------------------------
                  SALARY MENU
                        ------------------------
1.   TO LIST CLERKS
2.        TO LIST ENGINEERS
3.        TO LIST MANAGERS
4.        TO EXIT
---------------------------
                Please enter your option <1/2/3/4>:


Sample data Salary_A.txt  file (sorted on Name field):

Name        ID No.        Designation        Branch        Salary(RM)
Abraham        1001        Manger        A        3000
Clinton        1003        Clerk        A        2000
Ibrahim        1005        Engineer        A        4000
King        1007        Engineer        A        4000

Sample data for Salary_B.txt file (sorted on Name field):

Name        ID No.        Designation        Branch        Salary(RM)
Jasmine         1002        Manger        B        3000
Kim        1004        Clerk        B        2000
Noor        1006        Engineer        B        4000

friday before 4pm need submit, help~

[ 本帖最后由 yangzz 于 2009-9-10 02:16 PM 编辑 ]




收藏收藏0

7

主题

1

好友

5108

积分

一流名嘴

Rank: 12Rank: 12Rank: 12

26#
发表于 2009-9-27 09:01 PM |只看该作者
原帖由 磨刀狂徒 于 2009-9-27 04:05 PM 发表
比较习惯用wxWidgets。。。Code::Blocks还没用过


wxWidgets 是個支援多种 IDE 的免費 RAD 開發工具,所以 Code::Blocks 也只是個 IDE 而已


回复

使用道具 举报

0

主题

0

好友

932

积分

青铜长老

Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

25#
发表于 2009-9-27 04:05 PM |只看该作者
比较习惯用wxWidgets。。。Code::Blocks还没用过


回复

使用道具 举报

14

主题

2

好友

4976

积分

一流名嘴

Rank: 12Rank: 12Rank: 12

24#
发表于 2009-9-14 12:39 AM |只看该作者
原帖由 Super-Tomato 于 2009-9-14 12:24 AM 发表


Net Bean 吧, 蠻多人使用的

谢谢啦em0011


回复

使用道具 举报

7

主题

1

好友

5108

积分

一流名嘴

Rank: 12Rank: 12Rank: 12

23#
发表于 2009-9-14 12:24 AM |只看该作者
原帖由 希涯 于 2009-9-14 12:08 AM 发表

那有没有些好介绍?em0013


Net Bean 吧, 蠻多人使用的


回复

使用道具 举报

14

主题

2

好友

4976

积分

一流名嘴

Rank: 12Rank: 12Rank: 12

22#
发表于 2009-9-14 12:08 AM |只看该作者
原帖由 Super-Tomato 于 2009-9-13 11:46 PM 发表


可設定 java, c++, php, html 等的 IDE 軟體應該蠻多的, 到 google 就可以搜索了, 而微軟的某些產品方面大概只有用回他們本身的 IDE 吧

那有没有些好介绍?em0013


回复

使用道具 举报

7

主题

1

好友

5108

积分

一流名嘴

Rank: 12Rank: 12Rank: 12

21#
发表于 2009-9-13 11:46 PM |只看该作者
原帖由 希涯 于 2009-9-13 11:40 PM 发表

其实还蛮好奇的
有没有类似all in one 的软件?
可以用于编写java,C/C++,VB,php.net等等


可設定 java, c++, php, html 等的 IDE 軟體應該蠻多的, 到 google 就可以搜索了, 而微軟的某些產品方面大概只有用回他們本身的 IDE 吧


回复

使用道具 举报

14

主题

2

好友

4976

积分

一流名嘴

Rank: 12Rank: 12Rank: 12

20#
发表于 2009-9-13 11:40 PM |只看该作者
原帖由 Super-Tomato 于 2009-9-13 11:13 PM 发表



我是用免費的 IDE 軟體 Code::Blocks, 而編譯器則可以選擇 GCC, VC++ 和 BCB

其实还蛮好奇的
有没有类似all in one 的软件?
可以用于编写java,C/C++,VB,php.net等等


回复

使用道具 举报

7

主题

1

好友

5108

积分

一流名嘴

Rank: 12Rank: 12Rank: 12

19#
发表于 2009-9-13 11:13 PM |只看该作者
原帖由 希涯 于 2009-9-13 09:47 PM 发表
tomato兄 你是用什么软件来写程序的?
我看到你测试
好像很我们的不同
我是用visual studio



我是用免費的 IDE 軟體 Code::Blocks, 而編譯器則可以選擇 GCC, VC++ 和 BCB


回复

使用道具 举报

14

主题

2

好友

4976

积分

一流名嘴

Rank: 12Rank: 12Rank: 12

18#
发表于 2009-9-13 09:47 PM |只看该作者
tomato兄 你是用什么软件来写程序的?
我看到你测试
好像很我们的不同
我是用visual studio


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

JBTALKS.CC |联系我们 |隐私政策 |Share

GMT+8, 2025-1-25 11:14 AM , Processed in 0.116484 second(s), 27 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

Ultra High-performance Dedicated Server powered by iCore Technology Sdn. Bhd.
Domain Registration | Web Hosting | Email Hosting | Forum Hosting | ECShop Hosting | Dedicated Server | Colocation Services
本论坛言论纯属发表者个人意见,与本论坛立场无关
Copyright © 2003-2012 JBTALKS.CC All Rights Reserved
合作联盟网站:
JBTALKS 马来西亚中文论坛 | JBTALKS我的空间 | ICORE TECHNOLOGY SDN. BHD.
回顶部