********************************************************************************************************************
RBAINBRIDG Wanda, LOANS: The reason that the last message sounded so desperate is for this very reason. I'm hoping to avoid taking out any loans for our wedding and honeymoon. However, if I'm to rent tuxedos for everyone, fund a wedding-breakfast, buy assorted gifts, pay for incoming relatives (I think I can weasle out of this one *grin*), etc., then a loan will be necessary. That is why I think we need to be realistic about what we REALLY want. USHERS: Personally, I'd prefer them in dark suits. A "casual" reception lends itself better to this, rather than dressy tuxedos. I'll probably only have two or three ushers anyways - Eric, Jenn, and Kent. Perhaps my brothers as well. Dark suits won't look as good in the pictures as tuxedos would, but I don't know that the ward building would look as good as a reception hall. Do you see what I'm saying? We're poor. As long as we both understand that, we should do fine. Let's be careful not to spend our money on that which has no worth, nor our labors on that which cannot satisfy. There is an elegant beauty in simplicity. If we want a party/dance-style reception then let's start with that basic theme and go with it. (Can you tell that I'm getting stressed about this all of a sudden? Sorry, I don't mean to... it's just been happening every now and then as of late.) WORK: I think we'll be able to work it out so that I work outside the home and you work inside the home with our children. I admire that part of you - that desire to raise our children. Naturally, we will have to sacrifice some worldly things to attain this goal - but provided we are both willing to do so, it will all work out just fine. Heavenly Father will always support us in our righteous goals. COMPUTERS: I suspected that you had learned most of it (did you really know MHZ?) - but I had too many classmates in CIS that STILL didn't know what some of these things were! *yikes!* I usually operate under the assumption that too much information is frequently better than too little. CLASSES: I think you do well in this (and other) subjects because you are interested in it. When you aren't interested (like History and Life Science) then I think you just don't dedicate yourself as much to the study of those subjects. I am exactly the same way. I did find, however, that in subjects that did not interest me I could do well by FOOLING myself into believing that I liked it. Ie; COBOL, Accounting, Personal Growth, Literature of the Bible, Finance, etc. The list goes on and on. It's easy for me to hate accounting NOW, since I'm through taking the class, but at the time I had to LOVE it. *ugh* I'm sorry if I led you to believe that I didn't think you did well in your computer science courses. I know that you have an aptitude for it - which is why I think you'll do well in C-Programming. I know that you do well in school when you are interested in the subject matter - the trick is to fool yourself into thinking that you like every subject. Windows -v- DOS: this fall I will spend time in teaching you more about Windows. Once you make the transition, you will NEVER go back. DOS is nice because it is familiar. Windows is PAINFULLY easy once you get the hang of it. You seem to be VERY good at learning new things, so Windows will be a breeze for you. Just trust me when I say that Windows is better and easier. Yes, it's a little slower... UNTIL you try to do REAL work - then it's blindingly fast compared to DOS! DOS: I don't know of anything that you can do in DOS that you cannot do in Windows. Please elucidate. Windows: pseudo-multitasking (true-multitasking with Chicago when it is released next year) - running multiple applications simultaneously; cutting, copying & pasting between applications; dynamic linking (I have to work on this in the fall for Mary when I get a moment) - which is where a change made to a cell in a spreadsheet (or field in a database) is immediately updated in a letter, memo, spreadsheet, or database. There are more things - but I'll have to demonstrate them to you sometime. Windows & Communications: when you download in DOS your computer is hung until the download is completed. I can download/upload files in Windows while working in Word Perfect or playing Solitaire! I can run two word-processors simultaneously. I can run a database, spreadsheet, word processor, and several other applications all at the same time. Windows & Memory: DOS is limited to 640K of RAM (which is reduced further when you start loading software drivers for hardware devices, or TSRs [Terminate and Stay Resident programs]). Windows can use ALL the RAM on your system (8MB on our computer) PLUS a swap-drive on your hard-drive. A swap-drive is a section of your hard drive (about 16MB on our computer) where Windows swaps active applications in-and-out in order to free up RAM memory - that's how you keep multiple applications running at the same time. Windows & ease-of-use: DOS has cryptic commands consistent with other command-line interfaces. Windows has point-and-click icons that makes it easy to bring up an application. Windows is built around the concept of getting as much work done as possible in the shortest amount of time. If you'd like, we can have a contest sometime and see who can develop the best-looking word-processing document in the shortest amount of time. I guarantee I'd win. Not because I'm better - but because Windows is better. Windows & Users: Windows shields the user from knowing what the computer is doing. DOS makes you know more about computers than you need to know. It's daunting to first-time users. People MUCH prefer Windows because it's easy to use and doesn't frighten them like DOS does. Anyway, these are the main points. I guarantee I can win you over to Windows this fall - once you see what you can do you'll never go back (except for occasional disk-maintenance). I like DOS, don't get me wrong, but Windows is just easier to use. Programming: you only did "easy" programs? That's what ALL programs are! *grin* Really, they are all easy - it just takes more time to make the bigger ones. If you program correctly then it stays easy... if you get "clever" then your programs can get complicated, hard-to-read, and bug-ridden. Don't be "clever." Have you ever heard of "spaghetti-coding?" I did that on a sort-routine I once wrote. Over a hundred lines of code and VERY difficult to read. My friend then showed me another sort routine (we were working in BASIC) that was one-line long. *ouch!* I learned my lesson. Additionally, after trying to figure out the programs of others, I finally began to appreciate well-documented code. I LOVE YOU! Semicolons: get used to them. C uses them as well. Every line ends in a semicolon. Here is the most basic C-program: #include
No comments:
Post a Comment