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
~4K People Reached
Favorite Forums

18 Posted Topics

Member Avatar for sweety0

Hello!! this time i got mad because i didnt even got a single answer from your site regarding shortest path. please tell me how to embed vb.net and C++. [B]can anyone please tel me the code of dll import function??[/B] Vb.net at the front end and coding in C++ at …

Member Avatar for VernonDozier
0
121
Member Avatar for sweety0

[TEX=how to find the shortest path between undirected countries] Heloo! i m again sending my code with few more modifications. please tel me how to find the shortest path between undirected countries. thanks.[/TEX] [CODE= C++] #include<iostream> #include<fstream> #include <string> using namespace std; class Node { friend class list; friend class …

Member Avatar for VernonDozier
0
125
Member Avatar for sweety0

Hello!! I wanted to know that does anybody can provide me the source code of : how to find the shortest path between different countries.? I m sending u my code its in Visual C++ 6.0 I m doing it with adjacency list. done with adjaceny list but dont know …

Member Avatar for Jishnu
0
419
Member Avatar for blcase

[code=c++] class Movie { private: string director,title,genre; public: Movie() { director="";title="";genre=""; } };// u r making a class so u have to close it as well int main() { Movie a;//for an object there is no need of paranthesis return 0; }[/code]

Member Avatar for Narue
0
2K
Member Avatar for rajachi

well for accessing one class function in an other the easiest method is to create the same function in the other class or do over loading like wise class name of that class whose function u r calling::then the function name();

Member Avatar for zhelih
0
103
Member Avatar for number87

u can make it something like that when the no is not divisible by 2 then make an increment in the counter.. n kept on checking eveyno..

Member Avatar for jonesc5
0
190
Member Avatar for omeralper

[code=cpp]class MyTree { private://initialize things on top so that it will be easy for the compiler to initialize them // dear we dont make functions in private,they all r in public bool searchByNode(int item, node *ptr); void inOrder(node *ptr); node *root; public: MyTree(void);// if it is a default constructor den …

Member Avatar for sweety0
0
106
Member Avatar for Zinc15
Member Avatar for vanalex

hi!!! constructor has nothing to do with the array so dont be confused with it... the constructor of student is student() { } like wise the constructor of course is course() { }

Member Avatar for rkavinash
0
115
Member Avatar for sweety0

hi all this is an algo of finding the no. of times the key occurs in an array.. [code=c++] #include<iostream> using namespace std; int main() { int a[5]={1,2,2,5,6}; int max=2; int counter=0; for(int i=0;i<5;i++) { if(max==a[i]) counter++; } cout<<"the element "<<max<<" appears "<<counter <<" no. of times"; return 0; } …

Member Avatar for sweety0
0
100
Member Avatar for sweety0

does anybody has a debuger code.means how to make debugger in assembly language...

Member Avatar for Evenbit
0
81
Member Avatar for sweety0

hi everybody!! does anybody have databases so dat i can have some idea abt them...:)

Member Avatar for sweety0
0
134
Member Avatar for sweety0

dear all i am sending a code i want a code which will multiple three numbers given in three text boxes without using multiplication operator. and show the answer in the fourth text box Private Sub cmdbutton_Click() Dim BOX1 As Integer 'Declaring variables Dim BOX2 As Integer Dim BOX3 As …

Member Avatar for aparnesh
0
131
Member Avatar for sweety0

hi everybody, i want help from u people . as i am going to have a project. can u people tell me are u going to help me in that project. holly and Q veen plz tell me please i m waitnig for ur reply.. sweet0

Member Avatar for sweety0
0
98
Member Avatar for sweety0

[B][COLOR=#000000] [/COLOR][/B] [U][B][COLOR=#000000]Question 1 - Multiplication[/COLOR][/B][/U] [COLOR=#000000]Develop a program with following functionality.[/COLOR] [COLOR=#000000]- Input from the user will be five numbers separated by comma e.g. 56,80,123,3,2[/COLOR] [COLOR=#000000]- On selection of Go command button you have to populate list boxes by separating [/COLOR] [COLOR=#000000]- [/COLOR][COLOR=#000000]Even Numbers[/COLOR] [COLOR=#000000]- [/COLOR][COLOR=#000000]Odd Numbers[/COLOR] [COLOR=#000000]- [/COLOR][COLOR=#000000]Multiples …

Member Avatar for WaltP
0
105
Member Avatar for sheida

hi i suggest u that u should take sum classes or learn vb by using books of vb. bcoz vb is not as much easy.

Member Avatar for sweety0
0
76
Member Avatar for sweety0

hi holly and veena thanks alot for helping me in problems. before i got veena's solutions i solved the Q-2 and Q-4 by using holly's solutions. but thnxxxxxxxxxxxxxx alot u helped me out. i m very grateful to u both. :)

0
72
Member Avatar for sweety0

[U][COLOR=#000000]Question # 1:[/COLOR][/U] [COLOR=#000000]Ask the user to enter two different numbers. Print all the numbers between the two values they enter.[/COLOR] [COLOR=#000000] [/COLOR] [U][COLOR=#000000]Question # 2:[/COLOR][/U] [COLOR=#000000]Allow the user to enter as many as positive numbers as they wish, and enter zero to indicate they have finished. Then display the …

Member Avatar for QVeen72
0
173

The End.