Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~2K People Reached
Interests
Playing Table Tennis, Surfing Net
PC Specs
Windows, Ubuntu
Favorite Tags
c++ x 4

4 Posted Topics

Member Avatar for DoubleZ

I modified your code a bit. I think this works fine. [CODE] #include<iostream> using namespace std; int main() { int ok; do { int size; cout << "Input array size" << endl; cin >> size; int arr[size]; cout << "Input " << size << " array elements" << endl; for …

Member Avatar for sreejithbabu
0
210
Member Avatar for sreejithbabu

We have to do one data base project? They said that we have to use certain front end languages and oracle for the back end. We don't know much about any front end language. I hope if anyone could suggest us some so that we could learn it and apply …

Member Avatar for shainjetly
0
85
Member Avatar for sreejithbabu

I am a 2nd Year undergraduate Computer student. The problem I am facing is [I]I don't know which fields are suitable for me[/I]. I like programming a lot and networking too. Moreover, [U]I don't know the fields that comes under Computer Science[/U]. I am sorry, if that sounded stupid. I …

Member Avatar for griswolf
1
600
Member Avatar for sreejithbabu

The problem in this is that the program accepts a string with spaces [B]only for the first input[/B] and not for the rest of the inputs. It seems that getline only works for the first input. How can you make the vector store string with spaces (as elements of the …

Member Avatar for sreejithbabu
-1
887

The End.