Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
About Me

Like to solve the Problems

Interests
C,C++,Java,Android,.Net
Favorite Tags
Member Avatar for koneill

All, I'm trying to call in my first dyanmic JavaScript function OpenDynamicPic the BreedVideoOpen(videopath) function so that the dynakic image appears on the left and a video appear on the right - however I seem to be getting the BreedVideoOpen functions output keeps appearing in the top left of my …

Member Avatar for Akash_Soni
0
262
Member Avatar for Akash_Soni

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 …

Member Avatar for Akash_Soni
0
100
Member Avatar for sami9356

Can we create an array of objects for a class having default constructor?. Justify your answer.

Member Avatar for tapananand
0
702
Member Avatar for Awais ramzan

You have to develop an electronic lunch menu for UCP executive lounge. Dynamically create a character 2D list with the name , space and price of different items as shown below. Assume that your price do not exceeds Rs 255. Coke 40 Fanta 40 Cupcake 40 Tea 10 Coffee 40 …

Member Avatar for Akash_Soni
0
220
Member Avatar for boka123

The program should insert a node that is a sum of next 2 nodes stdin: 2->7->4->9; stdout: 2->11->7->13->4->9; The program returns a segmentation fault,I'm not sure what seems to be the problem. void insert(Node * list){ if (list==NULL) { return; } for(; (list->next->next)!=NULL ; list=list->next){ Node* new=(Node*)malloc(sizeof(Node)); if(new == NULL) …

Member Avatar for Akash_Soni
0
167
Member Avatar for Jean-Luc

Is it possible to dynamically use scanf to prompt for user input ? I have the code shown below scanf("%d %d %d %d", &myarray[row][0], &myarray[row][1], &myarray[row][2], &myarray[row][3]) which works fine when the number of columns is fixed but in my case it is not !

Member Avatar for Akash_Soni
0
331