top
logo

ចំនួនអ្នកទស្សនា

033314
Today72
Yesterday130
This Week575
This Month1149
All Days33314
38.107.191.87
US


លេខទូរស័ព្ទសង្គ្រោះបន្ទាន់ មន្ទីរពេទ្យសាធារណៈនៅភ្នំពេញ
d

១. រថយន្តសាមុយ មន្ទីរពេទ្យ​កាល់ម៉ែត= 119
២. រថយន្តសង្គ្រោះ មន្ទីរពេទ្យ​រុស្ស៊ី= 023 217 764
= វិទ្យុទាក់ទង (151940)
៣. រថយន្តសង្គ្រោះ មន្ទីរពេទ្យ​ព្រះសង្ឃ= 016 909 774
៤. លេខប្រចាំការ (Hot Line) គ្រុនផ្ដាសាយ A(H1N1)= 012 488 981
= 012 836 868

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>
#include <conio.h>
#include <dos.h>
#include <string.h>
#include <graphics.h>
#include <stdlib.h>
#include <bios.h>
#include <ctype.h>
#include <dos.h>

union REGS in_regs , out_regs ;
int initmouse()
{ in_regs.x.ax = 0 ;
     int86(0x33,&in_regs,&out_regs) ;
     return out_regs.x.ax ; }

void show_mouse(){ in_regs.x.ax = 1;int86(0x33,&in_regs,&out_regs); }
void hide_mouse(){ in_regs.x.ax = 2;int86(0x33,&in_regs,&out_regs); }

int mouse_press(int &button,int &dx,int &dy)

{ in_regs.x.ax = 3;
     int86(0x33,&in_regs,&out_regs);
     button = out_regs.x.bx ;
     dx = out_regs.x.cx;
     dy = out_regs.x.dx;
     return button; }

----------------------------------

moveto(1,263); lineto(13,265);lineto(22,275);lineto(26,274);
lineto(24,258);lineto(28,257);lineto(32,267);lineto(48,270);
lineto(46,260);lineto(42,250);lineto(41,235);lineto(43,233);
lineto(45,236);lineto(44,226);lineto(34,218);lineto(33,214);

----------------------------------

Download Source Code Here
(* Note: Please copy both files above into \Bin folder of Turbo C++)

 

bottom
top
bottom

ផលិតដោយ krookroo.com.