User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: Finally started learning C++, and

  1. #1
    How many licks to get to the center Chris Miller's Avatar
    Join Date
    Mar 2001
    Location
    of a Tootsie Roll Pop?
    Age
    46
    Posts
    3,511
    Mentioned
    94 Post(s)
    Tagged
    4 Thread(s)
    vBActivity - Stats
    Points
    5,667
    Level
    23
    vBActivity - Bars
    Lv. Percent
    38.8%

    Finally started learning C++, and

    It's driving me nuts!
    How do programmers keep from going insane from this shit?
    I've never worked with anything so fickle in my life....
    But, I made a commitment, and I'm going to stick to it...to the bitter end. lol

    Download Lands of Serenity today! You will be knocked comatose by its sheer awesomeness.
    The Titan's Quest, best played in the bathroom as the excitement can be somewhat...overwhelming.





    Official AGN Discord Channel

    Official ZC Dev Discord Channel

  2. #2
    Gibdo satanman's Avatar
    Join Date
    Dec 2001
    Location
    GU
    Age
    37
    Posts
    884
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    1,401
    Level
    12
    vBActivity - Bars
    Lv. Percent
    69.71%
    They don't.
    Have you ever met a sane programmer, I mean, I only got through the Cplusplus.com tutorial, and look at me
    DONT LOOK AT ME!:mad: :mad:
    look at me
    DONT LOOK AT ME!:mad: :mad:
    and so-on

    BTW, someone should move this to programming
    <SNOWCOCK> I AM A SIGNATURE VIRUS. PUT ME IN YOUR SIGNATURE TO MAKE ME SPREAD.

    Sods law of quantum dynamics: Any subatomic particle is in an indeterminate state until measured, at which point it promptly collapses into the least desireable state

  3. #3
    Gibdo
    Join Date
    May 2001
    Location
    Netherlands
    Age
    39
    Posts
    682
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    984
    Level
    10
    vBActivity - Bars
    Lv. Percent
    86.58%
    You should really get a book if you want to learn C++. Online tutorials don't really cut it, because they never seem to explain enough, and you'll lose it quickly.

    Good titles are:
    Sam's teach yourself C++ in 21 days
    C++ for dummies (really)
    "I lost my virginity, can I have yours?"


    -Have I not made it clear that this planet, and everything on it does not interest me in the least?





  4. #4
    How many licks to get to the center Chris Miller's Avatar
    Join Date
    Mar 2001
    Location
    of a Tootsie Roll Pop?
    Age
    46
    Posts
    3,511
    Mentioned
    94 Post(s)
    Tagged
    4 Thread(s)
    vBActivity - Stats
    Points
    5,667
    Level
    23
    vBActivity - Bars
    Lv. Percent
    38.8%
    I got the C++ For Dummies book last night. It's still frustrating, though...
    [OFFTOPIC]Oh, yeah, I got one of those Sam's Books, too. It's on HTML 4.[/OFFTOPIC]

    Download Lands of Serenity today! You will be knocked comatose by its sheer awesomeness.
    The Titan's Quest, best played in the bathroom as the excitement can be somewhat...overwhelming.





    Official AGN Discord Channel

    Official ZC Dev Discord Channel

  5. #5
    Wizrobe inori's Avatar
    Join Date
    Nov 2001
    Location
    Konan
    Posts
    4,075
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    4,393
    Level
    20
    vBActivity - Bars
    Lv. Percent
    95.18%
    You have to be more stubborn than the compiler.

    But anyway, if you have any questions, feel free to drop by the Programming forum. There are a number of people there (including me) who have programmed in C++ for quite a long time, and will be happy to help in any way we can.

    Good luck!


    As the lunatic responsible for its creation, I'm wondering what exactly I was smoking when I came up with it. -- Shadowblazer, referring to the old star system

    My Mage Points: [mp]227[/mp]

  6. #6
    Patra vegeta1215's Avatar
    Join Date
    Aug 2000
    Location
    Salisbury, MD
    Age
    41
    Posts
    7,974
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    9,646
    Level
    29
    vBActivity - Bars
    Lv. Percent
    36.97%
    It's not too hard, but it depends what your trying to code for.

    Since your just starting, you don't wanna try to do games or anything. You should start doing simple command line (MS-DOS, or Linux command line) programs that do I/O functions and store and manipulate data.

  7. #7
    Octorok
    Join Date
    Aug 2000
    Location
    Illinois
    Posts
    182
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    955
    Level
    10
    vBActivity - Bars
    Lv. Percent
    72.04%
    Ohhh, C++. I'm in Computer Science AP at my school, which focuses completely on C++, and during all of first semester, I was consistently blank and confused. Now, more than half way through the year, I'm FINALLY starting to understand C++.

    I think that I was at a disadvantage, though. Most everyone else had to taken the unofficial pre-requisite course (it's unofficial because it isn't officially required, but...). At the beginning of the year, I remember thinking "What the hell does 'void' mean when it's infront of a function?!" :)


    BOHEMIAN POWER!!!

  8. #8
    Patra AtmaWeapon's Avatar
    Join Date
    Feb 2001
    Location
    Feythabolis
    Posts
    6,803
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    9,440
    Level
    29
    vBActivity - Bars
    Lv. Percent
    10.56%
    C++ for dummies sucks. I recommend Sam's Teach yourself C++ in 21 days, it was way better. I still can't do too much in C++, but it's because I couldn't get any ideas for projects and I didn't have the time to search through libraries for all the functions I needed.

    And programmers do not keep from going insane. It would seem that being insane is almost a prerequisite for being a programmer.

  9. #9
    Wizrobe inori's Avatar
    Join Date
    Nov 2001
    Location
    Konan
    Posts
    4,075
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    4,393
    Level
    20
    vBActivity - Bars
    Lv. Percent
    95.18%
    Originally posted by AtmaWeapon
    C++ for dummies sucks. I recommend Sam's Teach yourself C++ in 21 days, it was way better. I still can't do too much in C++, but it's because I couldn't get any ideas for projects and I didn't have the time to search through libraries for all the functions I needed.

    And programmers do not keep from going insane. It would seem that being insane is almost a prerequisite for being a programmer.
    Yup, insanity is one of the prerequisites. Also included are: an addition to caffeine, nocturnal sleeping habits, and enjoyment of math (this last one is serious; programmng is much harder if you're not good at math).


    As the lunatic responsible for its creation, I'm wondering what exactly I was smoking when I came up with it. -- Shadowblazer, referring to the old star system

    My Mage Points: [mp]227[/mp]

  10. #10
    Wizrobe JayeM's Avatar
    Join Date
    Feb 2001
    Age
    73
    Posts
    2,840
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    2,991
    Level
    17
    vBActivity - Bars
    Lv. Percent
    71.63%
    I got C++ for Dummies a couple of years ago, and it didn't take me long to realize I didn't have what it took to be a dummy.
    No trees were killed in the sending of this message.
    However, a large number of electrons were terribly inconvenienced.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social