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
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

8 Posted Topics

Member Avatar for soroushc

Hi:)the problem im facing is that i created a control Textfield.Example :the user types in 75000 in the textfield and after he or she presses enter the List view appears. But i want them to hit a button so after hitting the button the list view appears?plz help

Member Avatar for CrappyCoder
0
141
Member Avatar for soroushc

It's my assignment I have done almost I have completed it.But I have problem in getting input from user(the bank name)here is my assignment question. Customer often wait in the bank..!you have to ask the user the entire as many bank names as he desires and time (waiting time the …

Member Avatar for Stefano Mtangoo
0
169
Member Avatar for massivefermion

hi,I know that your code has been solved!But I didn't see the solution!But I have fixed by initializing start and end giving them size 0!It runs now!is it correct or not? [ICODE]#include <conio.h> #include <iostream> using namespace std; int main(){ int start = 0,end = 0; double a[start-end][2],p[start-end]; cout<<"Enter a …

Member Avatar for massivefermion
0
391
Member Avatar for soroushc

how to get a string using array? and how can I get input in this format string|12.3 12.23 | example;with no space between the lines and when user enter 0 it will exit david|12.3 24.2| Peter|12.4 24.2|

Member Avatar for VernonDozier
0
113
Member Avatar for skitzo315

now it opens a file! do u mean also that after opening a file it must ask the user for another input? [ICODE]#include<iostream> #include<fstream> using namespace std; int main() { string FileName; char tryAgain = 'y'; ofstream inFile; //create open type ! while (tolower(tryAgain) == 'y') { cout << "Please …

Member Avatar for VernonDozier
0
150
Member Avatar for shasha821110

The calculation is wrong! think about ASCII CODE;) [ICODE]#include<iostream> using namespace std; int main() { int val=0,n=0; double ave; long sum=0; cout<<"please enter the first interger..."<<endl; do { cin>>val; if(!cin) { cin.clear(); cin.ignore(100); } else { sum+= val; ++n; cout<<"please enter another interger..."<<endl; cout<<"sum is in loop: "<<sum<<endl; } }while(cin>>val); …

Member Avatar for soroushc
0
161
Member Avatar for neoseeker191

don't type else part of if statements!just write two if statements!this would save you some time when you want to later view the program!

Member Avatar for soroushc
0
140
Member Avatar for soroushc

HELLO EVERYONEE!I Love programingg!It's a great fun!:) I know how to write program's in C++ and I'm learning Visual C # by my ownself!:) would be glad to meet other programmers:)

0
19

The End.