Thread: Farewell to 'C'

  1. #1
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742

    Farewell to 'C'

    I've met the College requirements for 'C', therefore I'm going to only write 'C++' programs from now on. I might make a few mistakes when I try to answer some questions, because I am not used to OOP, however someone can correct me. As you all know, I have no ego.

    I have heard people, including teachers say that the STL is not used very much in business applications. I don't care, I'm still going to learn the STL because I have great references that I have pruchased, infact I have the best C++ books anyone can buy. I do feel however that a plan is in order to make sure that studying the C++ language and STL is a good choice. I've glossed over some C++ documents already, infact for the last month or so I've been looking over C++, albeit with many interruptions. I've discovered that OOP will definately make a programmers life much easier and infact richer. When the average programmer finally gets around to looking at VS.NET some months from now, he will notice that OOP plays a much larger part in programming than it ever has. I also believe that the next logical step is for the programmer to work with a managed language. For some people, this is a big step, but I think that it is safe to say that most programmers will end up going this route because it offers the programmer a chance to work with more complex and more powerful programs easier, and with less error. It is an exciting time to learn how to program. I would have liked to jump right into C# but the fact is that I can't do this for two reasons. First of all, I need some experience working with OOP, and the second reason is because there isn't all that much literature out there yet because VS.NET is still just a beta. I do have the SDK though. I have started reading pieces of it and noticed that this environment requires a great deal of knowledge in accessories to programming languages that extend the capabilities of the types of programs one can write.

    Anyways this is my farewell to 'C'. I might not ever use it again, but I did find that is was a very good first language and a perfect console langauge. Now I know that people will say that you can do anything in 'C' but I don't want to, not when higher level languages are designed for this.
    I compile code with:
    Visual Studio.NET beta2

  2. #2
    Ecologist
    Join Date
    Aug 2001
    Location
    Utah.
    Posts
    1,291
    What are programming classes like?
    Staying away from General.

  3. #3
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742
    What are programming classes like?
    Programming classes are okay but they do not get into many details, just basics about classes, operator overloading, inheritance, etc. This is not the problem. In College you are on a schedule and you very often have to study things that you don't really want to. If I had a choice I would do nothing but program and learn the computer operating system. I have to study for a statistics course all night because I have an exam tommorow morning. Stuff like that makes it hard to dive into programming.
    I compile code with:
    Visual Studio.NET beta2

  4. #4
    Registered User Fool's Avatar
    Join Date
    Aug 2001
    Posts
    335
    I'm kind of glad the courses just skim the top of C. It should be easier for me to understand fully what's going on.

    -Fool

  5. #5
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    >>I have no ego.

    must...contain...laughter....oh, who'm I kidding? BWAHAHAHAHAHAHAHAHAHA!!!!

    *wipes a tear from his cheek*

    Ok, I'm all good now...

  6. #6
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742
    I have no ego.
    Yes this is a fact because I'm willing to ask questions and take criticism. I'm not one of those type that swoop in every 10 days and search for any way possible to criticize a persons code. Not only do those types have an ego but they also need to get a life. I'm not giving any names but if I ever see one of these people in the street I'll kick their ass.
    I compile code with:
    Visual Studio.NET beta2

  7. #7
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    I'm guessing you're thinking along the lines of our deceased (board-wise, that is) "sunny" (ouch! bad pun!) friend?

  8. #8
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742
    Not really. I was actually talking about you, j/k.
    I compile code with:
    Visual Studio.NET beta2

  9. #9
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    hey hey. let's not get into personal attacks here . You know I have nothing against you.

  10. #10
    .
    Join Date
    Aug 2001
    Posts
    598
    >I've met the College requirements for 'C', therefore I'm going to only write 'C++' programs from now on. <

    Witch_Craft you do relize that the entire windows API is in C. Even if you choose to use mfc, you will most lickly need to use the api at some point.
    To Err Is To Be Human. To Game Is Divine!"

  11. #11
    aurë entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    Forget C++, all the jobs are with Java.
    Last edited by mithrandir; 08-29-2001 at 07:40 PM.

  12. #12
    Witch_king's puppet
    Join Date
    Aug 2001
    Posts
    20
    relize that the entire windows API is in C.
    /* deleted by doubleanti for foul language */

    Forget C++, all the jobs are with Java
    Java can eat my shorts.
    I'm A Farmer

  13. #13
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    WINAPI A black box you got to be joking. More like a opened toy box! This last post should be deleted!

  14. #14
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    >I've met the College requirements for 'C',

    Congratulations.
    these a minimal... and as Fool stated only skim the top...

    >therefore I'm going to only write 'C++' programs from now on.

    cool beans, but you'll fail... everything is built on in now days so you always be using it in truth(with the syntax,types,libs,ect...)

    >Anyways this is my farewell to 'C'. I might not ever use it again,

    you will its impossible to seperate from C++

    >Now I know that people will say that you can do anything in 'C'

    and their right...

    >not when higher level languages are designed for this.

    higher level usually comprimises speed

    i use a mix of C and C++ for a very nice blend of OOP and Speed works out real nice...

    if you have no C++/OOP exp especially C++ exp
    a warning C++ is a whole new ball game. trust me. Its way different than C. If you don't have an excellent teacher the hammering is gonna kill you, or you might be the kind of person that will adapt well...

    good luck...

    >This last post should be deleted!<

    Wan your response is quite unneccessary...and will be reported...

  15. #15
    Unregistered
    Guest
    I won't have any problem with C++. It's easy as pie, and I also have the best compiler for the job, VS.NET. Fool didn't state what you say he did because he has not even started College. One again no-one you prove that you are a retard. Maybe you should change you name to no-nothing. Anyway, I have 5 free days and I'll read 'Accelerated C++' cover to cover. I read through a few chapters about two months ago but had some difficulty running the code in VC++6.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Goodbye Austin (but not farewell)
    By Sebastiani in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 12-24-2008, 09:37 AM
  2. Farewell
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 33
    Last Post: 08-02-2004, 11:14 AM
  3. Farewell
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 05-19-2004, 07:12 PM
  4. I need help~~Hash~~THX!
    By freefallin in forum C Programming
    Replies: 5
    Last Post: 04-22-2004, 07:50 AM
  5. farewell
    By Aran in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 11-13-2001, 12:57 AM