Favorite windows programming Lang.
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 25

Thread: Favorite windows programming Lang.

  1. #1
    Registered User
    Join Date
    Jul 2000
    Location
    Huntington Beach, CA, USA
    Posts
    1,515

    Post Favorite windows programming Lang.

    What is you fav windows programming language.

    I actually like Visual Basic - for it's ability to quickly throw together simple programs to stupify windows more for the average network user.

    ------------------
    Death is lighter than a feather - duty heavier than a mountian.

  2. #2
    Registered User
    Join Date
    Aug 2000
    Location
    Middle of nowhere
    Posts
    473

    Post

    I also use Visual Basic, but going to be learning visual fox pro for database stuff in the next couple of months.

    ------------------
    Your mother looks like a hampster and your father smells of elderberries!

  3. #3
    Registered User
    Join Date
    Jul 2000
    Location
    Huntington Beach, CA, USA
    Posts
    1,515

    Post

    Trying to learn SQL.

    ------------------
    Death is lighter than a feather - duty heavier than a mountian.

  4. #4
    Registered User
    Join Date
    Aug 2000
    Location
    NYC
    Posts
    288

    Red face

    Perl. lt is the best all-around utility language there is. Disk/system/network administration, CGI, SQL-DBI, scripting, even fun little GUI programs to sit on top of console utilities. Damn l love perl

  5. #5
    hugheysoup
    Guest

    Post

    Right now learing c++. Not that I have built some mjor programs but it seems to be a great language to get started with.

    ------------------
    Coding is easy; All you do is sit staring at a terminal until the drops of blood form on your forehead.

    Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

  6. #6
    LagMonster
    Guest

    Post

    I like the ease and versitility of VB. I have made some useful programs for my purposes. If anyone needs help I'd be glad to try.

  7. #7
    QSECOFR
    Guest

    Post

    I would agree with you LagMonster, right now I am getting ready to take on a new adventure - Windows COBOL - 32bit COBOL programs with VB-like screens.
    <font face="Verdana, Arial" size="2">Originally posted by LagMonster:
    I like the ease and versitility of VB. I have made some useful programs for my purposes. If anyone needs help I'd be glad to try. </font>


    ------------------
    OS/400...At least it's not Microsoft.

  8. #8
    furlong47
    Guest

    Post

    I also like VB, granted, it is the only language I know. I think I'm going to learn C++ next.

    ------------------
    "True terror is to wake up one morning and discover that your high school class is running the country."
    ~Kurt Vonnegut

    Amateur Radio Callsign KB3FHH

  9. #9
    BIGGS
    Guest

    Red face

    No offence but Visual Basic IS NOT a real programming language!

    Visual C++ is my favorite Windows programming language.

  10. #10
    Registered User
    Join Date
    Aug 2000
    Location
    Lake Orion, MI
    Posts
    241

    Post

    I really, really hate to argue with you, but VB *IS* a "real" programming language. You still have to know basic to use it properly.

    I personally like Delphi, but that's because I've been programming in Pascal for almost 10 years. I just started converting some of my DOS programs to windows, and have added some major improvements.

    ------------------
    -- What? No more Jolt!?!?

  11. #11
    vman
    Guest

    Red face

    I say VB is NOT a real programming language because it is very easy to use. I use Visual C++ and that is programming because you even have to write code to make the screen appear. In VB you only have to hit the run button and you have a window that pops up. There is no programming involved there. To make a window appear in Visual C++ you have to write about 95 lines of code to display the window (with no functionality). In visual c++ you actually learn how everything works in a windows program.

  12. #12
    LagMonster
    Guest

    Post

    <font face="Verdana, Arial" size="2">Originally posted by vman:
    I say VB is NOT a real programming language because it is very easy to use. I use Visual C++ and that is programming because you even have to write code to make the screen appear. In VB you only have to hit the run button and you have a window that pops up. There is no programming involved there. To make a window appear in Visual C++ you have to write about 95 lines of code to display the window (with no functionality). In visual c++ you actually learn how everything works in a windows program.</font>
    You have a point there, BUT have you tried Direct X SDK with VB. Its fairly close to VC++, Because you have to once again create the DC, Front and Back Buffer and Destroy it, But it has the ease of VB syntax. Just a thought. If you haven't tried yet I'd suggest trying it. If your worried about performance loss by Programming in VB don't worry about it because the DX functions aren't running in VB, your just calling them from VB.

  13. #13
    Registered User AlienDyne's Avatar
    Join Date
    May 1999
    Location
    Athens, GREECE
    Posts
    3,772

    Post

    I'm learning VB right now, but I wish I had more free time to learn C++.
    So, I guess VB is my answer!

    ------------------
    "Matter is passive. In spite of its power, it can't be controlled without the human mind." - Sokrates

    My Hardware Info, Hardware Media and Computer History page

  14. #14
    QSECOFR
    Guest

    Post

    Just because a language is easy to use, doesn't mean that it's not a real programming language. VB is a very flexible language. If you were on a time constraint, the vb would probably be quicker to code the same task(I don't know for sure but following vman's theory). You would probably say the same thing for COBOL, because it uses english words instead of codes and indicators in specific columns(RPG).

    The dictionary definition of a programming language from dictionary.com is:

    A formal language in which computer programs are written.

    It doesn't say in there whether the language has to be complex, or not; it doesn't say that it has to be a HLL or not.

    <font face="Verdana, Arial" size="2">Originally posted by vman:
    I say VB is NOT a real programming language because it is very easy to use. I use Visual C++ and that is programming because you even have to write code to make the screen appear. In VB you only have to hit the run button and you have a window that pops up. There is no programming involved there. To make a window appear in Visual C++ you have to write about 95 lines of code to display the window (with no functionality). In visual c++ you actually learn how everything works in a windows program.</font>


    ------------------
    OS/400...At least it's not Microsoft.

  15. #15
    mahdi
    Guest

    Post

    I've been working with VC++ for a few years now and really like it, been meaning to pick up VB but have been stumped with time constraints. QSECOFR, wow...COBOL
    I haven't seen the 32bit versoins yet, but working with COBOL85 was acully kind of fun for me, one of the most structured languages I've seen (I hear Delphi is structured very well also).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •