- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
- Interests
- Playing Table Tennis, Surfing Net
- PC Specs
- Windows, Ubuntu
4 Posted Topics
Re: 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 … | |
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 … | |
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 … | |
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 … |
The End.