Thread: coding mastermind in C, only got 2 probs..

  1. #16
    noob lepricaun's Avatar
    Join Date
    Jul 2004
    Posts
    26
    that is a good tip!
    i'm surely gonna do this, but i'm pretty new to C (i'm still learning) and i wanted to get the program to work first, before i changed it to use functions for everything that has to be done...
    The path of access leads to the tower of wisdom...
    __________________________________________________ ___________________

    Code:
    
    #include <stdio.h>
    
    int main(void)
    {
            const char buf[17]="Hello everybody!";
    	printf("%s\n",buf);
            return 0;
    }
    

  2. #17
    ---
    Join Date
    May 2004
    Posts
    1,379
    wow i actually helped someone

  3. #18
    noob lepricaun's Avatar
    Join Date
    Jul 2004
    Posts
    26
    is that your first time then???

    CONGRATULATIONS
    The path of access leads to the tower of wisdom...
    __________________________________________________ ___________________

    Code:
    
    #include <stdio.h>
    
    int main(void)
    {
            const char buf[17]="Hello everybody!";
    	printf("%s\n",buf);
            return 0;
    }
    

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 03-20-2009, 05:22 PM
  2. how to start coding for this ?
    By codomaniac in forum Networking/Device Communication
    Replies: 1
    Last Post: 11-23-2004, 03:40 PM
  3. Before Coding
    By cyberCLoWn in forum C++ Programming
    Replies: 16
    Last Post: 12-15-2003, 02:26 AM
  4. Coding Contest....
    By Koshare in forum A Brief History of Cprogramming.com
    Replies: 46
    Last Post: 10-14-2001, 04:32 PM