Find Jobs
Hire Freelancers

C++ text mode program - repost

$30-250 USD

已关闭
已发布大约 11 年前

$30-250 USD

货到付款
A freelancer is needed to write a legacy C++ text mode program. Platform is 16-bit DOS. Must use Open Watcom compiler. Please see the PDF attachment for full details and explanation. Thank you for taking the time to look.
项目 ID: 4285328

关于此项目

18提案
远程项目
活跃11 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
18威客以平均价$256 USD来参与此工作竞价
用户头像
Hello. I have experience with programming DOS apps for text mode, (however I did it many years ago). Also I have installed necessary Watcom C++ compiler.
$85 USD 在10天之内
5.0 (320条评论)
6.3
6.3
用户头像
Having worked many years with the environment you mention, we would be glad to return for a moment to that old times developing this utility for you. Please see PM for details.
$250 USD 在10天之内
5.0 (2条评论)
4.6
4.6
用户头像
Hello. I'll implement the requested DOS text-mode interface in C++. I've written similar programs earlier.
$500 USD 在12天之内
5.0 (11条评论)
4.6
4.6
用户头像
I am c++ expert, it is easy job for me, I have c developing experience on Windows, Unix and embeded system, also have assembly code on cheap board. please let me do this.
$250 USD 在5天之内
4.7 (14条评论)
4.3
4.3
用户头像
Hi, please check your inbox. Thanks.
$410 USD 在5天之内
5.0 (22条评论)
4.0
4.0
用户头像
The menu can be made based on the library PDcurses. #include #include #define ENTER 0x0a #define KEY_ESC 0x1b /* Escape */ void init_curses() { initscr(); start_color(); init_pair(1, COLOR_WHITE, COLOR_BLUE); init_pair(2, COLOR_BLUE, COLOR_WHITE); curs_set(0); noecho(); keypad(stdscr, TRUE); } int main(void) { const char* items[] = { "Main", "Advanced", "H/W Monitor", "Boot", "Security", "Exit" }; int item_max_num = 5; int items_pos[] = { 5, 12, 23, 37, 44, 55 }; bool quit; int i, selected_item, key; init_curses(); bkgd(COLOR_PAIR(1)); erase(); attrset(COLOR_PAIR(1)); for (i = 0; i <= item_max_num; i++) { move(0, items_pos[i]); addstr(items[i]); } selected_item = 0; quit = FALSE; while (!quit) { move(0, items_pos[selected_item]); attrset(COLOR_PAIR(2)); addstr(items[selected_item]); refresh(); key = getch(); move(0, items_pos[selected_item]); attrset(COLOR_PAIR(1)); addstr(items[selected_item]); switch (key) { case KEY_LEFT: selected_item--; if (selected_item item_max_num) selected_item = 0; break; case ENTER: quit = TRUE; break; case KEY_ESC: selected_item = -1; quit = TRUE; } } clear(); endwin(); if (selected_item != -1) printf("selected item: %s\n", items[selected_item]); return 0; }
$200 USD 在5天之内
4.1 (11条评论)
4.0
4.0
用户头像
I have more than 7 years of professional experience in C++ programming on different platforms. I can help you.
$300 USD 在14天之内
4.9 (5条评论)
3.7
3.7
用户头像
Hi, I am interested. Thanks Narendra
$225 USD 在10天之内
4.9 (3条评论)
3.6
3.6
用户头像
Details in PM
$500 USD 在10天之内
5.0 (3条评论)
3.4
3.4
用户头像
I have rich experience in C/C++/Assembly programming back from those DOS days. Please see PM for details.
$250 USD 在14天之内
5.0 (1条评论)
2.8
2.8
用户头像
consider it done.!!! check pm.
$250 USD 在4天之内
5.0 (2条评论)
1.9
1.9
用户头像
I can do the work. Feel free to contact me
$250 USD 在14天之内
5.0 (1条评论)
1.1
1.1
用户头像
I can Help As I have Told You
$75 USD 在2天之内
5.0 (1条评论)
0.6
0.6
用户头像
we will provide you complete Solution as per your need. For more detail please check our message where you can find our previous work too
$150 USD 在3天之内
0.0 (0条评论)
0.0
0.0
用户头像
hi, sir I am an c++ programmer with coding tech and excellent experience. please check my PMB.
$60 USD 在2天之内
0.0 (1条评论)
0.0
0.0
用户头像
I have extensive experience in programming DOS applications.
$200 USD 在7天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hey, I would like to do this. Please see Private message for more details about my bid.
$250 USD 在7天之内
0.0 (0条评论)
0.0
0.0
用户头像
20 + years experiences
$400 USD 在20天之内
0.0 (0条评论)
0.0
0.0

关于客户

UNITED STATES的国旗
Big Bear City, United States
5.0
45
付款方式已验证
会员自8月 20, 2008起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。