Thread: At Work...Need C++....

  1. #1
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743

    At Work...Need C++....

    So here I am sitting at work...bored...as usual...just doing data entry all day long...

    So I decided I wanted to do some programming, but of course these computers don't have any compilers on them. They do have the Visual Basic Macro thing that comes with Office, but that is all. I'm not a VB kind of guy though...I need power...and fast.

    I decide to download the .NET Framework and the .NET SDK on to my computer and do some C# programming, because I am currently learning C# and I think it is a really cool language.

    Unfortunately, I need admin rights to install the .NET Framework, and I don't have those.

    So, starved for programming, and not able to do C#, I turn to my favorite pasttime: C++

    I have a few options, as there are several free C++ compilers out there for download. But I want an IDE to work in as well. I also want it to be small and lightweight. After much thought, I think about the old Borland Turbo C++ 1.1 sitting on Borland's Museum website for free download. I decide it is perfect for my needs and quickly download, unzip, and install it.

    So now I have Borland's 1st C++ compiler ever made sitting on my computer.

    Oh the joy!

    Anybody else bored at work?
    My Website

    "Circular logic is good because it is."

  2. #2
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Bored? No... I have more work that I can shake a stick at. Is my work boring? Pretty much.

  3. #3
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    okay i got tired of working in such a limited environment so i downloaded DevC++ and SDL....hehe...fun
    My Website

    "Circular logic is good because it is."

  4. #4
    Registered User eth0's Avatar
    Join Date
    Dec 2003
    Posts
    164
    I find DevC++ is much nicer than the borland one.

    It also doesn't need admin privlidges to install.

    Just a thought if you get bored again and fancy a change
    Open source isn't a matter of life or death......
    .......its much more important than that!!


    SuSE Linux - GCC 3.4.2
    XP Pro - Visual Studio 2005 TS, MinGW 3.4.2

  5. #5
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Heh I carry DevC++ on my USB stick

  6. #6
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    Quote Originally Posted by Thantos
    Heh I carry DevC++ on my USB stick
    very wise i must say do you use it as your primary compiler?

  7. #7
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    I do 90% of my programming on my linux machine using gcc or g++. However when I'm on a windows machine I use dev as my primary

  8. #8
    I too have Dev-C++ on my JumpDrive. It comes in handy. Most of my work anymore is in Anjuta though, since I spend 99.9% of all my time in Linux now. Anjuta is finally in a usable form. I remember the old versions of it that were so glitchy that you couldn't even create a project without a segmentation error, or something going wrong in the scripts for making the project.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. strcmp returning 1...
    By Axel in forum C Programming
    Replies: 12
    Last Post: 09-08-2006, 07:48 PM
  2. getline() don't want to work anymore...
    By mikahell in forum C++ Programming
    Replies: 7
    Last Post: 07-31-2006, 10:50 AM
  3. Why don't the tutorials on this site work on my computer?
    By jsrig88 in forum C++ Programming
    Replies: 3
    Last Post: 05-15-2006, 10:39 PM
  4. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM
  5. DLL __cdecl doesnt seem to work?
    By Xei in forum C++ Programming
    Replies: 6
    Last Post: 08-21-2002, 04:36 PM