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
~239 People Reached
Favorite Tags
c++ x 3
c x 1
Member Avatar for vamsi.rgiit

I am doing project in matlab. In this project we have to track the movement of the finger and move the mouse according to the finger's movement i am able to track the movement of finger but how to pass these coordinates to mouse cursor and move it using matlab...................................?

Member Avatar for dbeloved
0
49
Member Avatar for vamsi.rgiit
Member Avatar for SpS
0
48
Member Avatar for vamsi.rgiit

help me with this code please.this code is for selection sort using linked list.please check it and give me suggestion. [code] #include<iostream.h> #include<conio.h> void main() { struct mylist{ mylist * nxt; int val; }; int a,b,c,d=1,i,j;mylist * t; clrscr(); cout<<"Enter the no&the total no of numbers"; cin>>a>>b; mylist * head=new …

Member Avatar for Lerner
0
58
Member Avatar for vamsi.rgiit

the specific problem is that there are no errors in the prob but it is giving segmentation fault.plz check it #include<iostream.h> #include<conio.h> void main() { struct mylist{ mylist * nxt; int val; }; int a,b,c,d=1,i,j;mylist * t; clrscr(); cout<<"Enter the no&the total no of numbers"; cin>>a>>b; mylist * head=new mylist; …

Member Avatar for Bench
0
84