1. hasiwebmail

    Programming in C/C++

    /*possible combination program Enter String: 123 <- user enters and it prints, 123 321 213 132 231 312 */ //@hasi #include "stdio.h" #include "string.h" void posrot(char [],int); void permutate(char [],int); int main(void) { int n=0,m=0; char as[30]; printf("Enter a string : "); gets(as)...
  2. hasiwebmail

    Programming in C/C++

    //program to convert any infix expression to its post-fix form (BODMAS) #include "stdio.h" int top=-1; void main() { void push(char,char []); char pop(char []); int pref(char,char []); char as[20],fi[20],s[50]; int y=0,i=0,j=0; printf("Enter a string infix :"); gets(as); for(i=0;as[i]!='\0';i++)...
  3. hasiwebmail

    Programming in C/C++

    //program to demonstrate dynamic allocation using new keyword #include<iostream.h> #include<conio.h> void main() { int *num; int len; cout<<"Enter the length of array"; cin>>len; num=new int(len); for(int i=0;i<len;i++) { num[i]=i; cout<<num[i]<<"\t"; } cout<<"\n"...
  4. hasiwebmail

    Elakiri site eke adupadu monawada ?

    Sindu dana ewa Divx wage format walinut demma nam hodai.. WMV ekak tikak capacity wedi ne... Samaharunta Down karana eka padui....
  5. hasiwebmail

    Programming in C/C++

    Welcome Bro....... :yes::yes::yes::yes::yes::yes::yes:
  6. hasiwebmail

    සෙත් කවි.......

    Den harida balapan.........
  7. hasiwebmail

    සෙත් කවි.......

    Ai E??:confused::confused::confused:
  8. hasiwebmail

    සෙත් කවි.......

    :P:P:P:P:P:P:P:P:P:P:P:P:P:P:P:P:P:P
  9. hasiwebmail

    RAPIDSHARE ACC ONEDA??

    Ohoma yang ohoma yang....... Thanks Rep +
  10. hasiwebmail

    Want to Buy a Chinese Phone.........

    ඒක සුවර් නෑ බන්.. අපේ පිඋම් ලොක්ක මා එක්ක තරහෛ..... උ ගල් කරොත් අපරාදේ .... අනික මම කවදාවත් අරගෙනට් නෑ .. ඒක කරන්න හරියට දන්නෙට් නෑ :no::no::no::no::no:
  11. hasiwebmail

    Want to Buy a Chinese Phone.........

    බ්‍රෑන්ඩ් ටෙල් එක කොහෙද තියන්නේ ??
  12. hasiwebmail

    Want to Buy a Chinese Phone.........

    මාස 6 ක් තිබුනත් හොදටම ඇති බන්
  13. hasiwebmail

    Want to Buy a Chinese Phone.........

    හප්පා එචර සල්ලි නෑ...... 5000 ක් මෙක්ස් වියදම් කරන්නම්, ටීවී තියන එකක් තමා ගන්න ඕන .
  14. hasiwebmail

    Want to Buy a Chinese Phone.........

    හරි හරි .... මට නිකමට ආසාවට එකක් අරන් බලන්න හිතුන ඉතින් කියම්කො මෙඌව පෙමෙන්ට් විටරද තියන්නේ ?
  15. hasiwebmail

    Want to Buy a Chinese Phone.........

    කවුරුට් මේවා ගන්න තියන දීසන්ට් පොට් එකක් දන්නේ නෙද්දෝ.?? :oo::oo::oo::oo::oo::oo::oo:
  16. hasiwebmail

    Want to Buy a Chinese Phone.........

    යාලුවනේ..... මටත් පොඩි ආසාවක් ඇති උනා චීන ජන්ගම දුරකතනයක් මිලට ගන්න... සෙකන්ඩ් යුඋස් එකට වගේ. ඒවගේ ගොඩක් වෙඩ කෑලි එහෙමත් තියනවලු නේ. මේවා ගන්න හොද ෂොප් එකක් කොහෙද තියන්නේ කියනවද? පිටකොටුවේ අය්යලා ගෙන් ගන්න එක තේරුමක් නෙහෙ වගේ උන් හොර බඩුවෙන් ටව හොරටට් ගානක් අල්ලනවනෙ. එක නිසා ටිකක් දීසන්ට් ෂොප්...
  17. hasiwebmail

    ශම්මි එළවමු?

    යනවා නම් අනේ මන් අරන්.... යන තැනකට යන්න රත්තරන්....... ශම්මි කෙල්ල පිස්සු කොරන්න හදන්න එපා ඔන්න අපි අඩනවා ගියෝතින් හෙම :sorry::sorry::sorry::sorry::sorry::sorry:
  18. hasiwebmail

    Programming in C/C++

    Mulin ma simple algorithms try karala balanna, Borland C/C++ free compiler ekak hugak study purpose ekata use karana. Godak university wala karannet meka, Ms-dos installation ekak tiyenne. Down karala try karala balanna.. meka v3.0 http://www.brothersoft.com/turbo-c-182798.html V4.5 torrent...
  19. hasiwebmail

    Programming in C/C++

    //Program to Enter Marks For TWO subj.using ARRAY and SORT them. #include<stdio.h> #include<conio.h> void arsort(int x[],int y); void main() { int science[5],social[5]; int i; for(i=0;i<=4;i++) { printf("\n enter science marks?"); scanf("%d",&science[i]); printf("\n enter social...
  20. hasiwebmail

    Programming in C/C++

    //prog make given charcter to upper case #include<stdio.h> #include<conio.h> void myupper(char c); void main() { clrscr(); myupper('d'); myupper('e'); myupper('a'); getch(); } void myupper(char c) { char x; x=c; if(c >= 'a' && c <= 'z') x = x-32; //A=97 a= 65 (dofference bet.Capital &...

    No contents