Forum: C++ Mar 1st, 2006 |
| Replies: 5 Views: 1,294 Yah i know it will be difficult in that sence. :eek:
But right now im trying to start small then get up to a database..
I really Consider what ur doing on helping me and Thanks for the Help ... |
Forum: C++ Mar 1st, 2006 |
| Replies: 5 Views: 1,294 Gibberish yah thats it :lol:
but u know how the program compiles comes out like....
Eric address is 415 east arlington...
what im trying to get is to Type in Eric Address is?...
and tthen... |
Forum: C++ Mar 1st, 2006 |
| Replies: 5 Views: 1,294 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... |
Forum: C++ Feb 28th, 2006 |
| Replies: 4 Views: 1,431 was thinking about storeing it the first time...and thanks for the tips man...it really helps alot :D |
Forum: C++ Feb 28th, 2006 |
| Replies: 4 Views: 1,918 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 |
Forum: C++ Feb 28th, 2006 |
| Replies: 4 Views: 1,431 well what i mean is that the code does work...im just trying to convert it to a address book sorta like.....
u have to type in the name and it finds the there address and pops it up under the... |
Forum: C++ Feb 28th, 2006 |
| Replies: 8 Views: 1,595 for starters....that should be
return 0;
it doesnt really dont need the ( )
also
#include <iostream.h>
#include <conio.h> |
Forum: C++ Feb 28th, 2006 |
| Replies: 8 Views: 1,595 It also is bad english for...making fun of... :rolleyes: |
Forum: C++ Feb 27th, 2006 |
| Replies: 4 Views: 1,431 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... |
Forum: C++ Feb 22nd, 2006 |
| Replies: 1 Views: 1,011 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?
... |