បង្កើត Menu ក្នុង C++



#include<iostream.h>
#include<conio.h>
void main(){
 clrscr();
 int opt=0,y,max=10; // menu have 10 => max = 10;
 char *menu[10],ch;       // *menu use string
 menu[0]="  Add     ";
 menu[1]="  Insert  ";
 menu[2]="  Delete  ";
 menu[3]="  Update  ";
 menu[4]="  Sort    ";
 menu[5]="  Search  ";
 menu[6]="  Display ";
 menu[7]="  Sitting ";
 menu[8]="  About   ";
 menu[9]="  Exit    ";
 _setcursortype(_NOCURSOR);
 do{
 y=5;
 for(int i=0;i<max;i++){
if(opt==i){
textcolor(7); // 7 color white
textbackground(1);      // 1 color blue
}else{
textcolor(0);           // 0 color black
textbackground(6);      // 6 color orange
}
gotoxy(35,y++);
cprintf("%s",menu[i]);          // %s output string menu[i]
 }
 ch=getch();                            // 72 key up , 80 key down
 if(ch==72||ch==80){
if(ch==72)
if(opt==0)
opt=max-1;
else
opt--;
else
if(opt==max-1)
opt=0;
else
opt++;
 }
 }while(ch!=13);                        // 13 key enter
 textbackground(0);
 textcolor(7);
 clrscr();
 gotoxy(28,10);
 cout<<"You Selected : "<<menu[opt]; // use switch(opt){ case 0: ,to, case 9: }
 getch();
}



Read More

បង្កើត Password ក្នុង C++


#include<iostream.h>
#include<conio.h>
void main(){
textbackground(0);
clrscr();
gotoxy(25,20);
textcolor(4);
cprintf("nisit-pdachsongkha.blogspot.com");
int a,c=0,t=0;
int max=5;               //  កន្លែងនេះសម្រាប់ដាក់ចំនួន Password  បើ passf មាន 10
char ch,pass[20];​​​​​​​​​​​​​​​​​                                                 //       ខ្ទង់ ត្រូវដាក់      max =10;
char passf[20]={'1','2','3','4','5'};          // កន្លែងនេះសម្រាប់ដាក់ Password login
window(20,5,60,15);
textbackground(7);
clrscr();
gotoxy(18,1);
textcolor(5);
cprintf("Password");
window(21,6,59,14);
textbackground(1);
clrscr();
gotoxy(2,5);
textcolor(2);
cprintf("Password Login : ");
window(40,10,58,10);
textbackground(7);
textcolor(0);
clrscr();
gotoxy(2,1);
do{
ch=getch();
if(ch!=13&&ch!=8&&c<=16) //13 key enter  ,8 key backspace
{
cout<<"*";
pass[c++]=ch;
}
if(ch==8&&c>0)
{
cout<<"\b \b";    // \b back cursor
pass[--c]='\0';   // '\0' =  null  remove data from RAM 
}

}while(ch!=13||c==0);
for(int i=0;i<max;i++){
if(pass[i]==passf[i])
t++;
}
window(1,1,80,25); // full window
textbackground(0);
clrscr();
gotoxy(35,8);
textcolor(4);
if(t==max)
cprintf("Password Right");
else
cprintf("Password wrong");
getch();
}
Read More

C4droid C/C++



C4droid is a simple C/C++ IDE + C/C++ compiler for Android with Makefile support.
C4droid already has almost full C language support, so you don't need to wait when it will be added.
You can to write your own applications on Android phone, and run them.
C4droid can be used for educational purposes or to practice in C language.

You can download now for free full
Size : 2.6 MB

https://app.box.com/s/rpe4929mso0lphdlal6r8jdauvsegh0d
Read More

TubeMate full version




TubeMate is an app allow you to play any video YouTube and easy Download
   YouTube videos directly to your mobile phone.
You can download now for free full
Size : 2.8 MB

https://app.box.com/s/il33oq9ukp3fq6phrwh085791z0o8c1c

Read More

Remove Power By Blogger


1. Go to Template
2. Go to Edet HTML
3. Click Ctrl + F
4. Write Attribution1
5. And follow me for delete code in video
Video:

Read More

next launcher 3d shell

     Next Launcher 3D Shell shows you how 3D dynamic effects and highly customizable Android home screen replacement app could redefine your Android device. Time to get rid of the flat traditional launcher and embrace REAL 3D Launcher! You deserve it!

free download full 
size : 10.4 MB


https://app.box.com/s/pteedc5b9o97h22jt7ngzxckuorzohbq


Read More

MX Player Pro full version


     MX Player is the first Android video player which supports multi-core decoding
Easier than other programs,
and supports just about every major video format and even plays audio.
MX player pro free download full version  ( v1.7.36 )
Size : 11.1 MB




Read More
និស្សិត ផ្ដាច់សង្ខា

My Blogger TricksAll Blogger TricksTechtunes