Thread: c++ and on

  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    16

    c++ and on

    Hi,
    I think I've basically learned the basics to c++. I wouldn't say I'm a master at it or anything but I have read and practiced most of the information all the way up to classes and linked lists and stuff.

    I don't know what to do from here. I have been unable to find any information for where to go from here, such as the next step or anything. Should I go into learning another language? Also, I haven't learned how to do anything visual in C++. Just basic user input and then there is an ouput on the screen. I don't know where to go from here or even how to get any information or a tutorial for how to go about learning this stuff.

    Can someone please help me out,
    thanks!

  2. #2
    I am me, who else?
    Join Date
    Oct 2002
    Posts
    250
    I suppose you answered your own question in your musing. If you want to do something graphical that could very well be the next step. There is no "next step" its not a simple progression such as learning some of the things you would in the language itself, such as input, ouput, operator overloading etc. Some things never require graphics at all... and if you are happy with that, then more power to you. You might want a different language to put perspective in programming for you, or you might want to continue honing your skills in this one. No one is really true master of programming, there is always more to learn

  3. #3
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    before going into graphics, I would learn a little about OS-specific things, like how to create a 'real' program in windows. I.E. programs with buttons, text boxes, etc. You'll need to know a little OS-specific code for any real graphics anyway.

    You should always be learning other languages as well. the other languages you learn will seem a little easier now that you know the science behind the programming.
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  4. #4
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    My advice in this situation is always the same: implement a card game. If that's too easy, implement the AI for an opponent. Even if you don't learn too much, hey now you've got a game to play!
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  5. #5
    VA National Guard The Brain's Avatar
    Join Date
    May 2004
    Location
    Manassas, VA USA
    Posts
    903
    I went from c++ to card game to winAPI

    I think that's a good way to go.
    • "Problem Solving C++, The Object of Programming" -Walter Savitch
    • "Data Structures and Other Objects using C++" -Walter Savitch
    • "Assembly Language for Intel-Based Computers" -Kip Irvine
    • "Programming Windows, 5th edition" -Charles Petzold
    • "Visual C++ MFC Programming by Example" -John E. Swanke
    • "Network Programming Windows" -Jones/Ohlund
    • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
    • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel

  6. #6
    Registered User hk_mp5kpdw's Avatar
    Join Date
    Jan 2002
    Location
    Northern Virginia/Washington DC Metropolitan Area
    Posts
    3,817
    Look into learning about the STL (Standard Template Library) if you haven't done so already.
    "Owners of dogs will have noticed that, if you provide them with food and water and shelter and affection, they will think you are god. Whereas owners of cats are compelled to realize that, if you provide them with food and water and shelter and affection, they draw the conclusion that they are gods."
    -Christopher Hitchens

Popular pages Recent additions subscribe to a feed