Thread: Please help me install this C++ Compiler

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    How do I create a new directory from the C drive.
    The instructions you were given uses the command line.
    1. Go to: Start -> All Programs -> Accessories -> Command Prompt
    2. Enter: cd C:\
    3. Enter: mkdir djgpp

    Alternatively, you can use the normal Windows graphical user interface that you are probably used to:
    1. Go to: Start -> My Computer -> C:
    2. From the window, right click to open the menu.
    3. Select New -> Folder
    4. Name the folder djdpp

    I have windows XP here's the problem: I'm completely new to programming, I don't want to use any compiler other than the one that came with the book (DJGPP) because I may not be able to follow along with the examples properly. I don't want to confuse myself.
    That's a valid concern. However, as MacGyver pointed out, this is a sign that perhaps you are using the wrong book for your purposes. We have a book recommendation thread stickied on this forum. You might want to read it. Given that you have no prior programming experience, I suspect that Glassborow's You Can Do It!: A Beginners Introduction to Computer Programming would be more suitable.

    I know it can't be that difficult for someone to tell me how to create a new directory in C but apparently this is not the place to get help.
    Creating a new directory is a simple task... the problem lies after that, when you actually start learning the programming language using the book and compiler and find that the examples are outdated, and the help you are given when you ask on online communities often is not applicable to what you are actually using to learn.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  2. #2
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    Here's a link to Visual Studio 2008 express edition: http://www.microsoft.com/express/download/
    You shouldn't have any problems installing that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Out of space when compiling kernel
    By NuNn in forum Linux Programming
    Replies: 3
    Last Post: 04-01-2009, 02:43 PM
  2. OpenScript2.0 Compiler
    By jverkoey in forum C++ Programming
    Replies: 3
    Last Post: 10-30-2003, 01:52 PM
  3. Compiler Design... Anyone That Can Help!
    By ComputerNerd888 in forum C++ Programming
    Replies: 3
    Last Post: 09-27-2003, 09:48 AM
  4. Comile problem using latest Dev C++ Compiler
    By shiny_dico_ball in forum C++ Programming
    Replies: 6
    Last Post: 06-06-2003, 05:32 PM
  5. How do I set up Borland's C++ Free compiler
    By Unregistered in forum C++ Programming
    Replies: 13
    Last Post: 11-03-2001, 11:18 PM