Alex Van Straten - 11/01/00 05:41:00
My Email:alexan98@tm.net.my
Are you a programmer?: Trying to be one
What do you think of Bill Gates?: We only need his genius!
What city do you live in?: Kota Kinabalu, Malaysia
Comments:
Yes I am trying to be a programmer. If you don't mind I need a little help in C programing. My term assignment required me to develop a program that stores up to 50 student particulars (name, id and 8 subjects). The program must be able to add, append, delete, print & display student results (test, assignment & final exam results). It must be able to average percentage of the 3 results, assign a grade point and grade in (in A B C D or F) then total up the cgpa for all subjects. I have tried program it but each time I get stucked at saving the .dat file. Grateful for your help. Lx.



Chino Chilley - 07/19/00 13:24:08
My Email:chichi@yahoo.com
What platform do you prefer?: No platform, they all suck shit
Are you a programmer?: could be
What do you think of Bill Gates?: what a nob I would dig to assasinatethe old kunt
What city do you live in?: mixico
Comments:
chillies set your ass on fire & Bill if you ever read this i'm going to kill your punk ass. so watch your back bitch



Chino Chilley - 07/19/00 13:20:26
My Email:chichi@yahoo.com
What platform do you prefer?: No platform, they all suck shit
Are you a programmer?: could be
Comments:



elvis presley - 07/19/00 13:07:05
My Email:http://www.elvisatgraceland.com
What platform do you prefer?: a wooden one
Are you a programmer?: ye
What do you think of Bill Gates?: he is a pussy
What city do you live in?: memphis
Comments:
shit fire and fuck me running



NIck - 06/07/00 19:19:39
My Email:nick@themadhouse.greatxscape.net
What platform do you prefer?: win98
Are you a programmer?: Trying to Learn C'
What do you think of Bill Gates?: Wish I had his money
What city do you live in?: London UK
Comments:
Hi cool sight I got an error whan I tried to subscribe Can you help me wit a C' problem please ok here is the problem The rand() function is used to generate pseudo-randam values. Write a program that uses the function to simulate pople standing in a cue. The probability of someone arriving or departing the cue is 1 in 30 per second a call to the function rand() % 30 == 0 can be used to determine is an arrival has occured Another call to that function can be made to see if a separture has occured. Write a program to keep a record of the number of people in the que every second and printing the que length every minute. Use loops to simulate the number of minutes and the number of seconds. The program should run for 20 minutes here are sone selutions I have come up with but I have no confidence in it 1). int arrive, depart, people_in, people_out; for( arrive=1; arrive<=20; arrive++ ) { for( depart=1; depart<30; depart++) { people_out = rand() % 30-1; } people_in = rand() % 30+1; } printf("\n%d ",people_in); printf("\n%d ",people_out); } obviously I am not using the correct function rand() % 30 == 0; if I use the correct functiom then the output for both is 0 ok here is another atempt, I dont think this is righ as it is possible that people departing the cue randamly could produce a negative value which I need to check for but it only produces positive when I compile it #include #include void main() { int arrive, depart, people_in, people_out; people_in = rand() % 30==0; people_out = rand() % 30==0; for( arrive=1; arrive<=20; arrive++ ) { printf("%d ",people_in = rand() % 30+1); } printf("\n"); for( depart=1; depart<30; depart++) { printf("%d ",people_out = rand() % 30-1); /*if(people_out ==23) continue; */ /* not sure about this?*/ } } everything else I try I seem to get an endless loop can you please give me any help just point me in the right direction tell me if I am on the right track or miles out Many Many thanks Its frustrating for me and I apologise for using your time but maybe one day I will be able to help someone else Yhanks again



B.B. - 04/27/00 17:37:31
My Email:bbctlds@seductive.com
What platform do you prefer?: Windows
Are you a programmer?: sorta
What do you think of Bill Gates?: rich
What city do you live in?: austin
Comments:
Good site. Can you help me with a little problem I am having. I am reading a string into a 1-D array. I need to determine from this input what the first repeating char is? Can't figure it out.



shahbaz khan - 04/02/00 10:35:51
My URL:http://axiom-bd.com
My Email:shahbaz.k@bangladesh.com
What platform do you prefer?: CandC++
Are you a programmer?: trainee
What do you think of Bill Gates?: piece of shit
What city do you live in?: dhaka
Comments:
I want the source code of windows.



Tom Ferrell - 03/30/00 19:50:43
My Email:thomaswferrell@netscape.com
What platform do you prefer?: Window, Unix
Are you a programmer?: Beginner
What do you think of Bill Gates?: Rich & intelligent
What city do you live in?: McKinney, TX
Comments:
Nice site..I'm new to programming. I'm starting out trying to learn C.



Wanda Ortiz - 03/30/00 19:12:47
My Email:wanmik@hotmail.com
What platform do you prefer?: Windows
Are you a programmer?: Yes
What do you think of Bill Gates?: His very smart
What city do you live in?: New Jersey
Comments:
I have a project in my unix class to create a simple text editor. Does someone has the code to this program? It could be in any type of programming language.



Paul - 02/08/00 20:54:48
My Email:paul221976@aol.com
What platform do you prefer?: C++, microsoft visual c++
Are you a programmer?: trying
What do you think of Bill Gates?: genius
What city do you live in?: Vernon NY
Comments:
Hi nice site. I am new to C++ and I have been trying to make a program. I am sure you get requests all the time but I would really appreciate the help. I have to use arrays and pointers and functions to ask the user to enter 7 temperatures and then load them into the array and have it display the highest temp, the lowest temp and the average temp...i am just having problems creating this and it is very frustrating.. if you can help I can email you in detail the problem that I am working on.... thanks for yor time. paul



Corey - 01/20/00 06:07:58
My URL:http://virtual-paradise.tripod.com
My Email:razor@paradise.bn3.com
What platform do you prefer?: don't care
Are you a programmer?: yeah
What do you think of Bill Gates?: ever looked into the mind of a genius?
What city do you live in?: Calgary
Comments:
Please, someone has gotta help me. I know you are used to hearing whiney requests about c++ but this is terrible!! I've been slacking off way too much and havn't learned much. Need help on sorting and random numbers. Thanks,



Tim Walsh - 01/04/00 22:20:43
My Email:walsh49@clara.co.uk
What platform do you prefer?: PC
Are you a programmer?: kind of but i am only 13 so im not that good
What do you think of Bill Gates?: He is an alright role model but i wish i had thought of windows
What city do you live in?: Blackburn/England
Comments:
Great Site good to know so many people think programming is cool.



Zafar Khan - 12/07/99 12:53:22
My Email:zafarkhan19@hotmail.com
What platform do you prefer?: C++
Are you a programmer?: learning 2 b 1
What do you think of Bill Gates?: Super stud
What city do you live in?: London
Comments:
Hi Can you PLEASE help me to implement in 'C' a simple database program for a library catalogue along with comments of the code. The database is to be designed to be able to store the following details for each book in the catalogue: The title of the book. The author of the book. A catalogue number (an integer id number). An indication if the book is available for loan. The date the book is due for return if currently on loan along with the membership ID (an integer) of the library member who has the book on loan. The library database once having set up to the above stated specifications should be able to perform the following operations: Enter a book into the catalogue. Delete a book from the catalogue. List the details of all books in the catalogue. Given a catalogue number list the details of the associated book. Given an authors name list all books in the catalogue by that author. Given a membership ID list details of all the books that are on loan to that member. Register a given book as on loan to a given member and store in the database the date that the book is due for return. Books are due for return three weeks from the loan date. If an attempt is made to loan a book that is already on loan the program should print to the screen the date the book is due back. Thanks very much Will appreciate if some help is given



David - 12/07/99 04:54:20
My Email:zerrin@mpx.com.au
What platform do you prefer?: Win98/DOS
Are you a programmer?: Learning to be !
What do you think of Bill Gates?: A man who led the IT world to great heights and then helped stop it's further development. Smart business man though!
What city do you live in?: Melbourne, Australia
Comments:
Great web site, find it very informative and will be checking on it regularly!



Dave Garrett - 11/29/99 03:20:17
My Email:garre56@attglobal.net
What platform do you prefer?: PC
Are you a programmer?: No
What do you think of Bill Gates?: He's ok!
What city do you live in?: Baltimore
Comments:
I'm a C++ beginner, and I am trying to write a Borland (4.52) C++ program that will generate any given calendar month, and days of that month between January, 1800 and December 2099 when inputting a month, and year and have no idea on how to do this. Example: If I know a date, say for instance Nov 1918, how can I write program source code to output a calendar which shows the days of the week each day falls on for the month of November in 1918? I know the program should accept two input values, a given year and a given month, and output to the screen should be the corresponding calendar month showing the days of the week each day in November falls on (example: Nov 11, 1918 is a Monday, Nov 12, 1918 is a Tuesday etc...). I know I must have an algorithm for generating calendar months. I know I must have an algorithm for determining what day of the week the first of any given month between January, 1800 and December, 2099 falls on, and an algorithm for determining whether a given year is a leap year. Can you help me? I sure would appreciate any help that you can offer. Thank you, Dave Garrett



Siddhartha - 11/03/99 06:19:07
My Email:sidhart22@hotmail.com
What platform do you prefer?: Win98/Dos
Are you a programmer?: Not yet
What do you think of Bill Gates?: Superb Businessman
What city do you live in?: Gandhinagar,India
Comments:
I liked your site! I would like to know more about port communication like how to do the handshakings, how to send control to the LPT ports etc. could you please help?



Mujeeb Jaffery - 11/01/99 20:19:56
My URL:http://go.fast.to/friends
My Email:mujju_jaffery@hotmail.com
What platform do you prefer?: c++
Are you a programmer?: yah, sort of .. i am only 16
What do you think of Bill Gates?: Self made Billionaire
What city do you live in?: Muscat
Comments:
Hi, I really liked your site . but i wanna ask u something more about the use and the method to go about it for the use of graphics in c++ programming. Pls write to me , so that i can expalin my problem to you.



Clarence - 10/05/99 13:38:30
My Email:Clarence_Kobain@hotmail.com
Are you a programmer?: lousy one
What do you think of Bill Gates?: lucky man
Comments:
i need help... how do i program a program which is the grading system... for teachers.. my assignment... (but i cant get it right) dont understand to store marks.of 3 different classes(each 10 students) marks should be shown in a tabular format and must be of array..... then i need to write the stored data to a file name student.dat then i need to show the max min and average marks of each student in each class.. i also later need to find the student through grades in each class... this is a beginner's course and i cant even do a simple job... please help me... (thats about all for my assignment) thank you very much...



Ben - 09/06/99 14:39:49
My URL:http://www.homestead.com/_starwarsjedi_/index.html
My Email:qwin-jonjin@mailcity.com
Are you a programmer?: No
What city do you live in?: Lynnwood
Comments:
You Have A Cool Wed Site, And I Hop To Visit Again.



Jon Franklin - 09/03/99 20:36:15
What platform do you prefer?: UNIX / LINUX
Are you a programmer?: No
What do you think of Bill Gates?: Opportunist
What city do you live in?: Oakland, CA
Comments:
Thank You for the suggestions and source code. Please put up more examples. http://www.oocities.org/SiliconValley/Haven/5601/books.htm Was very helpfull!



Joe - 08/18/99 07:14:19
What platform do you prefer?: No Preference
Are you a programmer?: No
What do you think of Bill Gates?: No Comment
What city do you live in?: Puyallup, WA
Comments:
Hey you might want to checkout www.selbysoft.com if you are interested in a programming. It is C/C++ programming. You could e-mail your resume to jobs@selbysoft.com



Bill gates - 08/12/99 15:43:59
My URL:http://FindOut.Yourself
My Email:me@you.com
What platform do you prefer?: wooden
Are you a programmer?: who?
What do you think of Bill Gates?: i don't
What city do you live in?: Never Never Land
Comments:
Get Bent



Hoe Features - 07/30/99 01:09:29
My URL:http://www.hoesRus.com
My Email:hoe_features@skanky.net
What platform do you prefer?: whats a fucken platform?
Are you a programmer?: no I'm a hoe
What do you think of Bill Gates?: I wanna fuck him
What city do you live in?: Scumshine
Comments:
You are a faggot...



Ryan - 07/21/99 03:41:57
My URL:http://www.angen.net/~lucky
My Email:jereko@hotmail.com
What platform do you prefer?: UNIX
Are you a programmer?: yes
What do you think of Bill Gates?: greedy bastard
What city do you live in?: Canal Winchester
Comments:
[nice dream]



Alex Herrera - 07/09/99 23:29:41
My URL:http://www.angelfire/al/fnynapalm
My Email:elnra4ever@hotmail.com
What platform do you prefer?: whatever is fastest with the best graphics available
Are you a programmer?: Yes
What do you think of Bill Gates?: Bill Gates is a smuck, he isn't even a programmer
What city do you live in?: Carson City
Comments:
Hey! Nice page! I have a question, is it possible to make what i call a reverse c compiler, a compiler that takes machine code and changes it into readable c or c++ source code? Email me at elnra4ever@hotmail.com I hope this accepts HTML code



agentcow - 07/02/99 22:07:42
My URL:http://www.angelfire.com/ab/agentcow
My Email:agentcow@means.net
What platform do you prefer?: Win98/NT
Are you a programmer?: All in due time...
What do you think of Bill Gates?: Technological totalitarian dictator
What city do you live in?: Minnesota...somewhere
Comments:
Please email me on C++ matters. I'm am a novice that is struggling desperately to learn it. All help is welcome.



genius - 06/06/99 11:59:10
My URL:http://www.oocities.org/SiliconValley/Hub/6767/index.html
My Email:creativemind@iname.com
Are you a programmer?: no
What do you think of Bill Gates?: too creative
What city do you live in?: brunei
Comments:
no comment...



S.Sharad - 03/06/99 10:20:59
My Email:s_sharad@hotmail.com
What platform do you prefer?: DOS
Are you a programmer?: No
What do you think of Bill Gates?: A Typical Scorpio Person
What city do you live in?: India
Comments:
Please guide me about database programming in C++? Thanks ! S.Sharad



Long Chi - 02/11/99 19:08:48
My Email:lkchi@unity.ncsu.edu
What platform do you prefer?: Win98
Are you a programmer?: Yes, beginner
What do you think of Bill Gates?: Absolute money making genius
What city do you live in?: Raleigh
Comments:
The web is really cool. I have a question for you. How would you write a program to calculate Leap Year?



Anuj Rajbhandari - 01/02/99 09:31:50
My URL:http://mypage.studentcenter.org/anujraj/
My Email:anujraj@hotmail.com
What platform do you prefer?: Don't know
Are you a programmer?: Yes
What do you think of Bill Gates?: I like to be a person like him
What city do you live in?: Kathmandu
Comments:
Just great!!@!@!!



Sham - 12/30/98 05:58:18
My Email:nids9@hotmaiI.com
What platform do you prefer?: Use UNIX
Are you a programmer?: Yep...
What do you think of Bill Gates?: had a big idea that full of shit.... he tought he is the only one who geniusssss...
What city do you live in?: E-mail me first.....
Comments:
Good site, lots of cool source and information... ooo Bill if you read this t



Sham - 12/30/98 05:50:05
My Email:nids9@hotmaiI.com
Comments:



Frank Johnson - 12/23/98 22:19:54
What platform do you prefer?: Linux
Are you a programmer?: no
What do you think of Bill Gates?: Asshole
What city do you live in?: Phoenix
Comments:
Nice page. Thank you for the suggestions on books to buy



Arthur Riley - 10/30/98 17:22:44
My Email:ariely@edcc.edu
What platform do you prefer?: UNIX
Are you a programmer?: no
What do you think of Bill Gates?: Brillian Marketeer
What city do you live in?: Seattle
Comments:
Thank you for the source code examples! They helped alot. Also thank you for the book list at http://www.oocities.org/SiliconValley/Haven/5601/books.htm GREAT WORK!!!



10/21/98 10:17:08
Name: Bad Bunny My URL: Visit Me
My Email: Email Me

Comments:
Just surfing. Thanks.



MoMsN - 10/18/98 19:25:56
My Email:momsn@shaw.wave.ca
What platform do you prefer?: ??
Are you a programmer?: a new one
What do you think of Bill Gates?: I think that he is great and that people should leave him alone
What city do you live in?: Thornhill
Comments:
This is a really great page.



Mehmet Ali Ozbay - 10/05/98 21:59:03
My Email:malio@artemis.efes.net
What platform do you prefer?: delphi,cobol
Are you a programmer?: jprogramming student
What do you think of Bill Gates?: no idea ..just know very rich!
What city do you live in?: Turkey-Izmit
Comments:
i wanna hear ur comments about programming and want to learn about being a good programmer...



Nada Vukovic - 09/18/98 20:17:38
My Email:jelena.barbara@usa.net
What platform do you prefer?: WIN NT / DOS
Are you a programmer?: YES
What do you think of Bill Gates?: HI LIKE MONEY
What city do you live in?: SL.BROD/CROATIA
Comments:
I WILL SEE!



PATRICE WRIGHT - 09/09/98 20:24:32
My Email:SLICKSHORTY@HOTMAIL.COM
Are you a programmer?: NO
What do you think of Bill Gates?: LOVE HIM
What city do you live in?: ATLANTA
Comments:
JUST BROWSE IN. C++ IS VERY HARD TO UNDERSTAND WISH IT WAS A BETTER WAY.



Junaid - 09/01/98 06:21:52
My Email:matrix@bom3.vsnl.net.in
What platform do you prefer?: W95/Dos/Nt
Are you a programmer?: Yes
What do you think of Bill Gates?: Excellent Strategist
What city do you live in?: Mumbai, India
Comments:
Hey Dwayne, Came across yur homepage. Nice. I'm a C programmer myself. Stay in Mumbai, INDIA. Well..I too run a Computer Consultancy here and do much of the same stuff u do. So..keep in touch and kinda hoping to exchange some neat stuff in C. OK? Well..ciao Junaid



Jerry Carse - 08/13/98 11:51:00
My URL:http://www.SEMCOR.com
My Email:JCarse @ SEMCOR.com
What platform do you prefer?: Novell, WinNT, Unix
Are you a programmer?: not yet ...
What do you think of Bill Gates?: Bold ...
What city do you live in?: Somewhere in VA
Comments:
Stopped by your site checking browsing C and C++ sites. Pretty good ... Will be back again ... Thanks ...



Jerry Carse - 08/13/98 11:48:21
My URL:http://www.SEMCOR.com
My Email:JCarse @ SEMCOR.com
Are you a programmer?: not yet ...
What do you think of Bill Gates?: Bold ...
What city do you live in?: Somewhere in VA
Comments:
Stopped by your site checking browsing C and C++ sites. Pretty good ... Will be back again ... Thanks ...



Stefan Sundblad - 08/09/98 22:17:07
My URL:http://members.xoom.com/feffe4/
My Email:gosund@hem.passagen.se
What platform do you prefer?: Win 95
Are you a programmer?: Want to be (help me in c++)
What do you think of Bill Gates?: Problebly using Cheeper Net! :o)
What city do you live in?: Nykoping (SWEDEN)
Comments:
Your page is good but should design it a little better.



Brian Suhr - 07/03/98 03:36:05
Are you a programmer?: If you could see the stuff I try to program, you would say no
What do you think of Bill Gates?: Rich guy, dorky haircut
What city do you live in?: Sacramento
Comments:



robins - 06/16/98 08:41:45
My Email:rbs@linux.sprintrpg.com
What platform do you prefer?: primitive dos!
Are you a programmer?: surely yup
What do you think of Bill Gates?: extreme combination of (mostly) luck and (still less) intelligence.
What city do you live in?: Delhi(india)
Comments:
Nice site that u run dn here. as u can c i do hav a lot of time to wast. i'll jump in often. chao.



A.LACHANNA - 06/01/98 08:15:25
My Email:arshaln@hotmail.com
What platform do you prefer?: windows95
Are you a programmer?: yes
What do you think of Bill Gates?: Great person
What city do you live in?: Bangalore
Comments:



menash - 05/26/98 16:26:28
My Email:menashec@comm.mot.com
What platform do you prefer?: pc
Are you a programmer?: nop
What city do you live in?: shoham
Comments:
hi i'm your nighber from 5622 mcdt , i saw that you updated today your homepage so i jumped. nice thing you have here , envy your skill and i'll try to catch the barier .



ginny - 05/25/98 12:52:35
My Email:geo@jax-inter.net
Are you a programmer?: trying to be
What do you think of Bill Gates?: overrated
What city do you live in?: jacksonville, fl
Comments:
Hi, I was wondering if you could help me or point me in the right direction. I'm an intro to c programming class, and while I understand some of the basics, I'm running into problems. Our current project is to compute the amount of change for a purchase < $1 0.00, i've gotten this far, and no problems. the problem is the output must include the type and number of bills and coins using the division and modulus operators. I'm really stuck, and would appericate any guidance you may be willing to offer a junior p ogrammer.



John Franklin - 05/23/98 02:10:04
What platform do you prefer?: UNIX
Are you a programmer?: Yes
What do you think of Bill Gates?: He is a visionary! I only wish that I had his money!
What city do you live in?: Spokane
Comments:
Very nice website! Thank You!! I look forward to seeing source code that is for MFC.



Alvin Low - 05/22/98 13:27:12
My Email:lingnk@pacific.net.sg
Are you a programmer?: System Co-ordinator
What city do you live in?: Singapore
Comments:
URL Is a Professional Http:// in present



HaŁeBopp - 05/08/98 18:08:53
My Email:b_micky@mailexcite.com
What platform do you prefer?: MS DOS/IBM
Are you a programmer?: Yes
What do you think of Bill Gates?: He dominates the world
What city do you live in?: Somewhere in this world
Comments:
Nice page!



Shadow Slicer - 05/01/98 21:46:26
My URL:http://www.oocities.org/SiliconValley/Haven/5600/
My Email:Shadow_slicer@hotmail.com
What platform do you prefer?: IBM
Are you a programmer?: kinda
What do you think of Bill Gates?: tyrant of the computer kingdom
What city do you live in?: Podunk
Comments:
visit my page



Chris Callahan - 05/01/98 01:22:40
My Email:ccallahan@mail.midco.net
What platform do you prefer?: IBM/PC compatible
Are you a programmer?: Yes
What do you think of Bill Gates?: Man became successful through brains and drive... should not be derided for being one of the richest men on planet.
What city do you live in?: Mitchell, SD.
Comments:
I'm looking to improve my C/C++ skills, especially concerning the creation of MS-DOS software. I believe there is still a market, especially locally, for this software with small businesses and people who don't want to learn windows. Also looking for Bo land's PowerPack. Welcome emails from other programmers, be they interested in game programming or 'regular' software.



John Wright - 04/28/98 03:24:31
My Email:wrig2232@edmonds.ctc.edu
What platform do you prefer?: UNIX
Are you a programmer?: no
What do you think of Bill Gates?: Too much money for one man
What city do you live in?: Edmonds, Washington
Comments:
I liked your page! Can you add actual code to the page?



My Home Page | Visit SiliconValley/Haven | Explore GeoCities | Get your own free homepage