Forum: C++ Mar 25th, 2005 |
| Replies: 12 Views: 2,594 Am Sorry It Won't Ever Happend Again |
Forum: C++ Mar 24th, 2005 |
| Replies: 12 Views: 2,594 |
Forum: C++ Mar 24th, 2005 |
| Replies: 12 Views: 2,594 can someone please help me with ony of the codes, especially # 6, 3
3) allows the status to be changed from for sale to sold subject to contract
5) displays a list of all unsold properties and... |
Forum: C++ Mar 24th, 2005 |
| Replies: 12 Views: 2,594 CAN SOME ONE PLEASE HELP, DAVE KINDLY HELP MEOUT ALOT, BUT I NEED SOME MORE HELP ESPECIALLY ON NUMBER 6 AND 3. I NEED TO HAND THIS WORK IN TODAY, IF I DON'T THERE WILL REDUCE 20 % OUT OF THE TOTAL... |
Forum: C++ Mar 23rd, 2005 |
| Replies: 12 Views: 2,594 that great, and thank you for that. what i really need and would be greatful is if you could please help me with creating these two codes.
A) allows the asking price to be changed
B) allows a... |
Forum: C++ Mar 22nd, 2005 |
| Replies: 12 Views: 2,594 am sorry, i have put the file.h in the file.cpp, because i was told that i can only have a maximum file of 5. here is file.h
//since i could only have a maximum of 5 files, you will need to create... |
Forum: C++ Mar 22nd, 2005 |
| Replies: 12 Views: 2,594 hello, i need to hand this in this week, someone please help me :p
I need to do the followings:
1) allows user to add a new property to the collection
2) allows user to remove a property from the... |
Forum: Visual Basic 4 / 5 / 6 Mar 16th, 2005 |
| Replies: 3 Views: 5,138 |
Forum: C Mar 16th, 2005 |
| Replies: 11 Views: 2,099 |
Forum: C Mar 16th, 2005 |
| Replies: 11 Views: 2,099 there no need to be like that, am sorry if i upset you, thanks anywhere for your advice |
Forum: C Mar 15th, 2005 |
| Replies: 11 Views: 2,099 where the code, there no pint telling me how it works, i need codes |
Forum: C Mar 15th, 2005 |
| Replies: 11 Views: 2,099 Is there a program where no duplicate are allowed, in letter, for example user enter ‘A’ then user enter ‘a’, then user enter ‘a’, it will say please enter a different letter |
Forum: C Mar 15th, 2005 |
| Replies: 11 Views: 2,099 i need a code where you cannot put to more than ane letter a, or more than one letter b........................just one letter |
Forum: Visual Basic 4 / 5 / 6 Mar 2nd, 2005 |
| Replies: 4 Views: 11,468 this is ganna sound so weired. do anyone happend to have any worksheet about access and vb, and creating database, please send me a private email on yahoo, tansk |
Forum: Visual Basic 4 / 5 / 6 Mar 2nd, 2005 |
| Replies: 3 Views: 2,245 oh yes if you do know a website plkease send me a private email |
Forum: Visual Basic 4 / 5 / 6 Mar 2nd, 2005 |
| Replies: 3 Views: 2,245 hello people, i need some help on visual basic, i am currently using the lastest edition of visual basic and access xp, my tutor said if i want to access both of them i neeed to download a serpark... |
Forum: Oracle Mar 2nd, 2005 |
| Replies: 1 Views: 3,466 i am also a student, studying computing, i am currently studying oracle and programnming in sql, if you have a computer you can download oracle and oracle sql |
Forum: C++ Mar 2nd, 2005 |
| Replies: 10 Views: 2,746 #include <iostream>
#include <iomanip>
#include <string>
float circle_area(float &radius);
const float PI=3.14;
float circle_area(float &radius)
{ |