Thread: Help getting started with C

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    The PATH environment variable should be a semi-colon delimited list of directories, not files. Find the tc.exe file in that tc directory. Sometimes programs have a bin folder so if you don't find a c:\tc\tc.exe then maybe look for a c:\tc\bin\tc.exe. Whichever directory you find it in, add that directory to your path (i.e. "set path=%path%;c:\tc", or "set path=%path%;c:\tc\bin")

    Or get a compiler that isn't 10 years old Dev-C++ is a very decent one and it's free.
    Last edited by itsme86; 12-13-2005 at 11:51 AM.
    If you understand what you're doing, you're not learning anything.

  2. #2
    Registered User
    Join Date
    Dec 2005
    Posts
    2
    Thanks for the reply. I downloaded the Dev-C++ and compiled my programs. But after running the program I don't see the output in the results window.

    What could be the possibility?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help getting started..matrices
    By BobDole11 in forum C Programming
    Replies: 7
    Last Post: 11-15-2008, 09:51 PM
  2. Help getting started :(
    By blackocellaris in forum C Programming
    Replies: 4
    Last Post: 11-05-2006, 06:50 PM
  3. Getting started
    By panzeriti in forum Game Programming
    Replies: 3
    Last Post: 06-28-2003, 10:13 AM
  4. How to get started?
    By anoopks in forum Linux Programming
    Replies: 0
    Last Post: 01-14-2003, 03:48 AM
  5. Need help getting started
    By Unregistered in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2001, 11:08 PM