No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
According to my knowledge Your are using document.write() twice dont do like that just append the content of **BreedVideoOpen** to the **wincontent** and display it once at the end of **OpenDynanamicPic** function it will solve your problem.
Hello, I have to develop android application that is used for screen sharing of android device through wifip2p(NFC) technology so i am thinking of doing it by capturing screenshot from source device and send it to the destination device but in screen sharing **frames per second** plays an important role …
No we cannot do so because when if we define a single constructor in the class than the compiler does not provide default constructor , so in that situation we have compulsary write the default constructor otherwise it creates error
for price you have to save price in and array and use that price from the array when the user select particular item for example if user selects item number 2 you have to use price[1]. so you get exact price of particular item and for admin side u cant …
Remove the statement 25 and in line 9 in for loop change list=list->next with list=list->next->next
Ya you can use loop for iteration upto the number of columns and then u can acheive it just like this for(i = 0;i < col;i++) scanf("%d",&myarray[row][i]); and for dynamic allocation of column you can use malloc or calloc function.
The End.
Akash_Soni