No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: use the [ Code ] and [ /Code ] tags to post ur code...it helps out alot and also take the spaces out of the [C like that | |
OK well ive been trying to get this..and its just not working the way it should work.... :cry: The this is i got the cin in there...to put the input up in the code but it wont find where the addreess is....like i should be able to say...Erics address is?...and … | |
ok im stuck here atm...what im trying to do is to have the program compile to run in windows..and i have to type in the name...and the program goes into the database and finds the address and puts it onto the screen...just like an address book.. So heres my code..anyone … | |
Re: [QUOTE=Bench]caseg is probably from the UK, because "diss" is Brit-slang for "disrespect". :)[/QUOTE] It also is bad english for...making fun of... :rolleyes: | |
hmm im trying to convert this over..so that i can right the name in the program and it finds..the address in the database....i think im on the right track just some problems...any help or tips? [CODE]#include <map> #include <string> #include <iostream> using namespace std; int main() { map<string,string> addressbook; pair<string,string> … |
The End.