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

Thread: next step

  1. #1
    EmuTalk Member
    Join Date
    Jan 2002
    Posts
    7

    next step

    Hi, I bought a book called "C++ How to program" by Deitel and Deitel. It teaches the basics as well as object oriented design with UML. I've read through about a quarter of the book and it seems the it only teaches programing in DOS. It's quite good but I'm more intrested in Win based programing. Is the DOS part necesary to learn C++ or is programing in windows a much different. Since most books do teach the same things I'm guessing it is usefull afterwards in win based programing...on to the point...
    What would the next step be after I finish this book...I'm interested in online guides, tutorials, ebooks... anything you know of that can help...



    Thanks in advance

    LordV


    • Advertising

      advertising
      EmuTalk.net
      has no influence
      on the ads that
      are displayed
        
       

  2. #2
    Moderator Hacktarux's Avatar
    Join Date
    Nov 2001
    Location
    France
    Posts
    1,174
    Maybe you can be interested by the tutorial at www.windev.org

  3. #3
    Warrior for God The Khan Artist's Avatar
    Join Date
    Mar 2002
    Location
    Purgatory
    Posts
    1,103
    Yeah, I've got that book too, it's pretty good, but like you said, it's only pure standard C++, no WIN32 API stuff.



  4. #4
    EmuTalk Member Jsr's Avatar
    Join Date
    Nov 2001
    Location
    Sweden
    Posts
    54
    Its pretty necessary to know C/C++ before you start windows programming with it. I have only read a C++ book that explained the C++ itself, no win programming. But after that was I able to figure out most things about windows programming with help of the MSDN library. It is not as hard as it looks like, when you begin.
    "There is no such thing as a free lunch"
    - Milton Friedman

  5. #5
    What's that...? mesman00's Avatar
    Join Date
    Nov 2001
    Location
    USA
    Posts
    1,425
    yes, u should learn c++ for dos first, becuase u will need all the skills to carry over to windows. also, like jsr said, windows programming looks very complicated, but its not as bad as ya think... atleast thats why ive been told, for im still learning the win32 api.
    <font color="blue">System Specs</font>
    Dual Boot:
    1. Gentoo Linux
    2. Win2k
    Athlon XP Barton 2700
    512 MB PC 2700 DDR Ram
    GF4 Ti4200 AGP 8X 64 MB
    Onboard Sound

  6. #6
    What's that...? mesman00's Avatar
    Join Date
    Nov 2001
    Location
    USA
    Posts
    1,425
    oh yah, one mor thing... www.winprog.org has a great win32 tutorial. check it out
    <font color="blue">System Specs</font>
    Dual Boot:
    1. Gentoo Linux
    2. Win2k
    Athlon XP Barton 2700
    512 MB PC 2700 DDR Ram
    GF4 Ti4200 AGP 8X 64 MB
    Onboard Sound

  7. #7
    Moderator Cyberman's Avatar
    Join Date
    Nov 2001
    Posts
    1,824
    Originally posted by mesman00
    yes, u should learn c++ for dos first, becuase u will need all the skills to carry over to windows. also, like jsr said, windows programming looks very complicated, but its not as bad as ya think... atleast thats why ive been told, for im still learning the win32 api.
    The win32 API reminds me of using a sand blaster to clean your teeth. It's pretty arcane. I suppose nothing wrong with that, but they could have created some wrapping objects instead of everyone having do write wrappers every time they want to use a stream and a socket. That gets REALLY old fast. Simple wrapper class, you know server classes client classes, for both UDP and TCP? MS didn't do ANY of that, I feel like I've steped into the stone age with VC++!

    Oh well VC++ is designed to be complicated and anoying I guess.

    Welcome to MS

    Cyb
    Progress (n.):
    The process through which the Internet has evolved from smart people in front of dumb terminals to dumb people in front of smart terminals.
    -------------------------------------------------------------------
    Recursive (adj):
    see Recursive

  8. #8
    EmuTalk Member
    Join Date
    Dec 2001
    Location
    Texas
    Posts
    100
    /me points out that if u go to the section with pictures on winprog.org you'll find a picture of me. But its crappy quality with a pos cam.

  9. #9
    ????????????????????????? Doomulation's Avatar
    Join Date
    Nov 2001
    Location
    ????????????????
    Posts
    8,780
    MS was born to make things complicated
    They've made a lot of things very complicated, and I don't understand why, 'cuz VC++ could've been much easier.
    Atashi wa juu-yon-sai no onna no ko! Atashi no namae wa Miizuki. Yurushiku ne!
    Nani? Atashi o shinjirimasen desu ka? Baka!
    "You're all doomed! Doomed, I say! Hehe... are we approaching the end of the world?"

    shikata ga kaite aru - "the instructions are written above"
    Need to download GoodN64 or instructions to use it? Need to check if it's a good or bad rom?
    Download: Glide64 | Hacktarux's wrapper

  10. #10
    Moderator Cyberman's Avatar
    Join Date
    Nov 2001
    Posts
    1,824
    Originally posted by Doomulation
    MS was born to make things complicated
    They've made a lot of things very complicated, and I don't understand why, 'cuz VC++ could've been much easier.
    Superiority by making things unnecesarily complicated, I believe the catch phrase was in the Anti Trust suit.

    I guess that is how they maintain there edge.

    Cyberman
    Progress (n.):
    The process through which the Internet has evolved from smart people in front of dumb terminals to dumb people in front of smart terminals.
    -------------------------------------------------------------------
    Recursive (adj):
    see Recursive

Page 1 of 2 12 LastLast

Posting Permissions

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