Thread: How can i run a programm ?

  1. #1
    Registered User
    Join Date
    Mar 2009
    Posts
    2

    Smile How can i run a programm ?

    Hi,

    I am totally new here. I learned 'C' programming language quite some time ago. But when i learned i was able to actually "run" it. Now when i recall it as i want to practice, i dont remember how to "run" it ??? What i mean to say is that for example if i want some data from the user........how can i actually run the printf command to get the data.......I downloaded the turbo C and visual C from the net..........Please help me. Do i need to download something else also.

    I appreciate your help
    Thanx

  2. #2
    Not stupid, just stupider yaya's Avatar
    Join Date
    May 2007
    Location
    Earthland
    Posts
    204
    Compile is the keyword.

  3. #3
    Registered User
    Join Date
    Mar 2009
    Posts
    2
    What do you mean ? do i need to download a compiler ? Please reply

  4. #4
    Not stupid, just stupider yaya's Avatar
    Join Date
    May 2007
    Location
    Earthland
    Posts
    204
    I'm not familiar with turbo c, but in visua studio, you go to Build -> Compile. If everything works all good, then you should find the executable program in your project directory or you can click on Run in VS.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to run an exe command in c++ and get back the results?
    By mitilkhatoon in forum C++ Programming
    Replies: 5
    Last Post: 09-21-2006, 06:00 PM
  2. programm will not start
    By keeper in forum C++ Programming
    Replies: 11
    Last Post: 07-03-2006, 06:02 AM
  3. calculating the mode
    By bigggame in forum C Programming
    Replies: 10
    Last Post: 06-13-2006, 03:04 AM
  4. How I can Run exe file in C++
    By palang in forum C++ Programming
    Replies: 2
    Last Post: 05-10-2006, 11:55 AM
  5. Replies: 2
    Last Post: 10-29-2002, 04:56 PM