ព័ត៌មានវិទ្យា
Download
ចំនួនអ្នកទស្សនា






| Today | 72 |
| Yesterday | 130 |
| This Week | 575 |
| This Month | 1149 |
| All Days | 33314 |
លេខទូរស័ព្ទសង្គ្រោះបន្ទាន់ មន្ទីរពេទ្យសាធារណៈនៅភ្នំពេញ d
|
||||||||
| Draw Cambodian Map in Turbo C++ |
|
|
| សរសេរដោយ Setha IECH |
| ព្រហស្បតិ, 13 ឧសភា 2010 11:03 |
|
This map is not a real map, it uses for education only.
#include <stdio.h> union REGS in_regs , out_regs ; void show_mouse(){ in_regs.x.ax = 1;int86(0x33,&in_regs,&out_regs); } int mouse_press(int &button,int &dx,int &dy) { in_regs.x.ax = 3; ---------------------------------- moveto(1,263); lineto(13,265);lineto(22,275);lineto(26,274); ---------------------------------- Download Source Code Here |





