Thread: A bunch of REALLY uber noob questions

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    1

    A bunch of REALLY uber noob questions

    Okay I'm brand new to C Programming but I do have about 3 months of C Sharp Programming experience on the program "Microsoft Visual C Sharp 2005 Express Edition," so I'm not that foreign to the language. Now I'm confused on the whole compiler thing, I downloaded the program Pelles C for Windows. Now the part I'm confused upon is where do you write the code in a textfile or in the Command Prompt Window that pops up? I'm thinking its in the textfile but I tried to write a simple program and it didn't work when I tried to locate it in the Command Prompt Window.

  2. #2
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    If you familiar with VC# 2005 - You can download
    VC++ 2008 Express and get the very same IDE ready to build C/C++ programs

    You will write the program very same way you did with C#
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Few more noob questions
    By SlpCtrl in forum C Programming
    Replies: 12
    Last Post: 10-14-2008, 04:32 PM
  2. Hello, bored reading and a bunch of questions.
    By Jorl17 in forum C++ Programming
    Replies: 13
    Last Post: 04-03-2008, 05:43 PM
  3. 2 very noob questions
    By chasingxsuns in forum C Programming
    Replies: 20
    Last Post: 05-07-2006, 11:04 PM
  4. Noob Questions...
    By Firemagic in forum C++ Programming
    Replies: 4
    Last Post: 04-19-2006, 03:57 PM
  5. just started using CPP, couple of arb NooB questions
    By sempuritoza in forum C++ Programming
    Replies: 1
    Last Post: 01-25-2005, 05:21 AM