Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: C++ Programming, who knows some?

  1. #1
    Junior Member
    Join Date
    Apr 2004
    Posts
    19

    Cool C++ Programming, who knows some?

    I want to see who here knows anything in C++.
    If you are a beginner or a expert.
    TRINITY IS COOL........
    http://pub2.ezboard.com/btrinityland
    (C++ Novice)

  2. #2
    Senior Member
    Join Date
    Oct 2001
    Posts
    186
    I took c & c++ like two years ago but dont use them much anymore and have moved on to java.
    Ben Franklin said it best. \"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.\"

  3. #3
    AO Antique pwaring's Avatar
    Join Date
    Aug 2001
    Posts
    1,409
    I know some C/C++, but at the moment my main "expertise" (using that word rather loosely) lies in Java. I take C/C++ courses next year so I presume I'll move on then.
    Paul Waring - Web site design and development.

  4. #4
    Senior Member
    Join Date
    Dec 2003
    Location
    LA, CA
    Posts
    292
    I taught myself c in high school, one of my first languages, i started with a beginners book, then intermediate, and advanced. In college I've taken two classes on c++ and gone as far as link listing, object oriented, etc...
    Although I work with other languages than c and c++ the concepts that they teach i feel makes them very important to learn
    A mind full of questions has no room for answers

  5. #5
    Senior Member
    Join Date
    Jan 2002
    Posts
    187
    i used to do some c++ but b/c of my new job i mostly use perl
    U suk at teh intuhnet1!!1!1one

  6. #6
    Senior Member
    Join Date
    Dec 2003
    Location
    Pacific Northwest
    Posts
    1,675
    Good Day,

    I want to see who here knows anything in C++.
    When you find someone who knows some C++, then what....... lol/n;

    // I try to avoid it whenever possible

    /* However seems it always finds me */

  7. #7
    Junior Member
    Join Date
    Apr 2004
    Posts
    19

    Cool Well........

    When you find someone who knows some C++, then what....... lol/n;
    Say hello to them........
    TRINITY IS COOL........
    http://pub2.ezboard.com/btrinityland
    (C++ Novice)

  8. #8
    Senior Member
    Join Date
    Oct 2002
    Posts
    4,055
    Heh, wow.. I haven't been much into programming in awhile. I know C/C++, both are good languages to know. Took me awhile to learn 'em though.
    Space For Rent.. =]

  9. #9
    Senior Member
    Join Date
    Feb 2004
    Posts
    270
    #include "stdafx.h"

    int main(int argc, char* argv[])
    {
    printf("Hi I know a bit of c !\n");
    printf("Do you ? \n");
    return 0;
    }
    Since the beginning of time, Man has searched for the answers to the big questions: \'How did we get here?\' \'Is there life after death?\' \'Are we alone?\' But today, in this very theatre, you will be asked to answer the biggest question of them all...WHO LIVES IN A PINEAPPLE UNDER THE SEA?

  10. #10
    Senior Member
    Join Date
    Jul 2003
    Posts
    813
    MoonWolf why did you need to pass arguments from the command line?

    Yeah I can work out a bit of C/C++. Hello to you too!
    /\\

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •