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
~7K People Reached
About Me

Student

Interests
Computers ( Programming & about everything about computers ) , Music ( creation , Electronic…
PC Specs
AMD Athlon XP 2200+ , 256 DDRAM , 80 GB Western Digital , Geforce 4 MX 440 , Windows XP + Slackware…
Favorite Forums
Favorite Tags
c x 8
c++ x 3

3 Posted Topics

Member Avatar for lara_

Try #include <iostream.h> void main() { ...... /* your program here */ cin.get(); } It should work .

Member Avatar for nootan.ghimire_1
0
7K
Member Avatar for djextazy

As this is my first post on this forum I want to say "Hello!" to everybody and I hope that we'll help each other as much as we can and we'll be very good friends. :) So, this is my problem ( a rather simple one but I don't know …

Member Avatar for hust921
0
207
Member Avatar for coolmel55

It'll be something like this: #include <iostream.h> #include <conio.h> void main() { clrscr(); int a[50],b[50],i,n,g; cout<<"Give the number of elements of both vectors: "; cin>>n; for(i=1;i<=n;i++) { cout<<"a["<<i<<"]= "; cin>>a[i]; } /* give the elements of the first vector */ for(i=1;i<=n;i++) { cout<<"b["<<i<<"]= "; cin>>b[i]; } /* give the elements …

Member Avatar for arkoenig
0
304

The End.