Find Jobs
Hire Freelancers

C++ text mode program - repost

$30-250 USD

Closed
Posted about 11 years ago

$30-250 USD

Paid on delivery
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.
Project ID: 4285328

About the project

18 proposals
Remote project
Active 11 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
18 freelancers are bidding on average $256 USD for this job
User Avatar
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 in 10 days
5.0 (320 reviews)
6.3
6.3
User Avatar
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 in 10 days
5.0 (2 reviews)
4.6
4.6
User Avatar
Hello. I'll implement the requested DOS text-mode interface in C++. I've written similar programs earlier.
$500 USD in 12 days
5.0 (11 reviews)
4.6
4.6
User Avatar
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 in 5 days
4.7 (14 reviews)
4.3
4.3
User Avatar
Hi, please check your inbox. Thanks.
$410 USD in 5 days
5.0 (22 reviews)
4.0
4.0
User Avatar
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 in 5 days
4.1 (11 reviews)
4.0
4.0
User Avatar
I have more than 7 years of professional experience in C++ programming on different platforms. I can help you.
$300 USD in 14 days
4.9 (5 reviews)
3.7
3.7
User Avatar
Hi, I am interested. Thanks Narendra
$225 USD in 10 days
4.9 (3 reviews)
3.6
3.6
User Avatar
Details in PM
$500 USD in 10 days
5.0 (3 reviews)
3.4
3.4
User Avatar
I have rich experience in C/C++/Assembly programming back from those DOS days. Please see PM for details.
$250 USD in 14 days
5.0 (1 review)
2.8
2.8
User Avatar
consider it done.!!! check pm.
$250 USD in 4 days
5.0 (2 reviews)
1.9
1.9
User Avatar
I can do the work. Feel free to contact me
$250 USD in 14 days
5.0 (1 review)
1.1
1.1
User Avatar
I can Help As I have Told You
$75 USD in 2 days
5.0 (1 review)
0.6
0.6
User Avatar
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 in 3 days
0.0 (0 reviews)
0.0
0.0
User Avatar
hi, sir I am an c++ programmer with coding tech and excellent experience. please check my PMB.
$60 USD in 2 days
0.0 (1 review)
0.0
0.0
User Avatar
I have extensive experience in programming DOS applications.
$200 USD in 7 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hey, I would like to do this. Please see Private message for more details about my bid.
$250 USD in 7 days
0.0 (0 reviews)
0.0
0.0
User Avatar
20 + years experiences
$400 USD in 20 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of UNITED STATES
Big Bear City, United States
5.0
45
Payment method verified
Member since Aug 20, 2008

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.