Thread: Programmer Cannot Make Any Program!

  1. #1
    Unregistered
    Guest

    Angry Programmer Cannot Make Any Program!

    I have read up on C,C++ programming.. Ok. Now I know How to do "this" and how to do "that".. But I didn't success making a complete program,, My problem is : What way to select to make my code VIZ there are more than one way to make the same thing.. Wich to use..
    are there Tricks about how to make this world easy!
    ----- sorry for my Broken English!!

  2. #2
    I'm Back
    Join Date
    Dec 2001
    Posts
    556
    >>What way to select to make my code VIZ there are more than one way to make the same thing.. Wich to use..

    the way you find easy and know about.. but usually it should be generally acceptable and readable.

    you can be a little bit more specific.
    -

  3. #3
    Registered User Liam Battle's Avatar
    Join Date
    Jan 2002
    Posts
    114
    UH ???
    was that even a complete post ?
    LB0: * Life once school is done
    LB1: N <- WakeUp;
    LB2: N <- C++_Code;
    LB3: N >= Tired : N <- Sleep;
    LB4: JMP*-3;

  4. #4
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    Code:
    #include <iostream.h>
    
    int main(void) {
    cout << "Hello program!";
    }
    Thats a program that works.
    You really have to be more specific as to what is wrong!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 06-17-2008, 11:38 AM
  2. want to make this small program...
    By psycho88 in forum C++ Programming
    Replies: 8
    Last Post: 11-30-2005, 02:05 AM
  3. A doubt on how to make a program
    By louis_mine in forum C Programming
    Replies: 3
    Last Post: 08-20-2004, 11:16 AM
  4. How To Make The Program Installed In Program Files Folder?
    By javacvb in forum Windows Programming
    Replies: 4
    Last Post: 11-05-2003, 05:33 PM
  5. make a program stay....
    By Nirav in forum C Programming
    Replies: 6
    Last Post: 10-12-2003, 07:01 PM