• 0

    posted a message on HD Video Recorder as Video Card
    Video is a one type of collection of the images, HD is a high defination Video and It is must recording in the vedio card .
    AS per the e.g and my point of view Sony is the best camera catch the video and the picture,you can catch the video in a capturcard.
    Posted in: Computer Science and Technology
  • 0

    posted a message on Mob Skin Templates (Wither, Bat, and Witch added)
    I have a idea for present a set of templates for skinning mobs.I creating papercraft generators and take the same information as php files and some templates like a Pigman, Pig zombie and Zombie ghast, spider eye all are the standard character template.
    Posted in: Resource Pack Discussion
  • 0

    posted a message on C++
    i am learn the program of the c,c++
    c++ is the object oriented programming language
    when we can writing the program in c++ then we can include the header file <include conio.h>
    <include stdio.h>
    and then we can print the name
    #include<stdio.h>
    #include<conio.h>
    clrscr();
    int no1,no2,ans;
    void main()
    {
    printf(" enter the no1");
    scanf("%d",no1);
    printf("enter the no2");
    scanf("%d",no2);
    ans=no1+no2;
    printf("the ans of no1 is%d",+ans);
    getch();
    }
    Posted in: Computer Science and Technology
  • To post a comment, please .