Thread: Process returned line

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

    Process returned line

    I am sure this is just a setting toggle or something, but when going through the Cprogramming.com Tutorial: Setting up Code::Blocks and MINGW, A Free C and C++ Compiler, on Windows tutorial, when i compile the code it displays the code with an added line not in the tutorial screenshot. The line is "Process returned 0 (0x0) execution time : 0.000 s". Since the tutorial does not show this i would like it to not show on mine either, any help is apprecicated.

  2. #2
    Registered User
    Join Date
    Oct 2009
    Posts
    7
    That's just code blocks. If you run your exe regularly, it doesn't show. (When you compile & run with code blocks, it shows.)

  3. #3
    Registered User
    Join Date
    Oct 2009
    Posts
    2
    Oh, thanks alot.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. adding line numbers and concatenating a filename
    By durrty in forum C Programming
    Replies: 25
    Last Post: 06-28-2008, 03:36 AM
  2. process programming
    By St0rM-MaN in forum Linux Programming
    Replies: 2
    Last Post: 09-15-2007, 07:53 AM
  3. Help needed in creating a process
    By sac_garg in forum C Programming
    Replies: 3
    Last Post: 10-01-2006, 01:40 AM
  4. Process sending file descriptors to another process
    By Yasir_Malik in forum C Programming
    Replies: 4
    Last Post: 04-07-2005, 07:36 PM
  5. Trouble replacing line of file
    By Rpog in forum C Programming
    Replies: 4
    Last Post: 04-19-2004, 10:22 AM