Thread: Please help complete this program

  1. #1
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446

    Please help complete this program

    Code:
    #include <stdio.h>
    No matter the circumstances, you cannot include more than one line. We cannot afford the wages.
    But empty lines, opening and closing braces (parenthesis, etc) and multiline expressions are ok.
    Commas are not ok. Avoid using them to add more than one expression to a single line. Don't be a d...
    Last edited by Mario F.; 09-26-2016 at 01:12 PM.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    But empty lines, opening and closing braces (parenthesis, etc) and multiline expressions are ok.
    Waaaaaait... So I CAN include more than one line.
    Devoted my life to programming...

  3. #3
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    Code:
    #ifdef unix
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

  4. #4
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    Code:
    char const* unix = "the best!";

  5. #5
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Code:
    #error Bill Gates owns you!
    My best code is written with the delete key.

  6. #6
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    I'm guessing from the answers this is a .c file not a .h file...

    Code:
    int main(int argv, char* argc[]) {
    Double Helix STL

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 03-23-2016, 06:15 AM
  2. fgets does not read the complete tab separated line
    By zahid990170 in forum C Programming
    Replies: 1
    Last Post: 09-16-2013, 10:13 AM
  3. please help e to complete the program
    By trojan32 in forum C Programming
    Replies: 3
    Last Post: 01-27-2013, 01:40 AM
  4. Little help to complete my program..pls..
    By scorpio76 in forum C Programming
    Replies: 14
    Last Post: 02-24-2011, 05:58 AM
  5. c++ complete program
    By gaza rose in forum C++ Programming
    Replies: 7
    Last Post: 12-11-2008, 01:47 PM

Tags for this Thread