Thread: C++ th programming language

  1. #1
    looking for the truth moemen ahmed's Avatar
    Join Date
    Feb 2002
    Location
    Egypt
    Posts
    161

    Exclamation C++ th programming language

    Hi all,
    its nice to be here again with you. i ve been trying to learn C++ las summer, and i went well as i think, but unfortunatlly i had to stop for he last four months , so i forgot a lot. now i wanna to refresh my memory and rebuild my abilities. i chose "The C++ programming language 3rd edition " of "stroustrup" to help me, some ppl adviced me not to read it, cause its so hard ....
    what do u think i need ur opinions friends
    Programming is a high logical enjoyable art for both programer and user !!

  2. #2
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    I'm reading the book currently, and I think the book is brilliant. Since you're already familiar with C++ it shouldn't be too difficult to understand. However, it seems that the book is mainly targeted for people who have a moderate grasp of the language.

    Btw, why don't you get the Special Edition instead?

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640

    Re: C++ th programming language

    Originally posted by moemen ahmed
    some ppl adviced me not to read it, cause its so hard ....
    Haha, I expected they said it's bad, I can't ever recall one saying
    a programming book is too hard. Well go read it! stroustrup
    wrote it godamnit! How can it be wrong? Hard maybe.....

  4. #4
    looking for the truth moemen ahmed's Avatar
    Join Date
    Feb 2002
    Location
    Egypt
    Posts
    161
    thanks guys for replying , i ll go ahead , and as u said it "it cant be wrong" and even if its hard i dont think it ll be a real problem


    thanks again
    Programming is a high logical enjoyable art for both programer and user !!

  5. #5
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by moemen ahmed
    and as u said it "it cant be wrong"
    I said that because stroustrup wrote it, And he's the father of
    C++, So i trust on it he know what he's talking about.

  6. #6
    looking for the truth moemen ahmed's Avatar
    Join Date
    Feb 2002
    Location
    Egypt
    Posts
    161
    oh I know this , whatever thanks

    another question i like to ask ,pls
    does it matter so much what compiler am i using ,specially if its "VC++6", or "DevC++"


    { sry, im sure this had been asked thousands of time here"





    ????????/
    Programming is a high logical enjoyable art for both programer and user !!

  7. #7
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Well, It's said that MSVC++ is bad for beginners, But i started
    it and had no trouble. Dev++ Supposed to be good for beginners,
    no fancy ####.

  8. #8
    Terrance11
    Guest

    Smile Re: C++ th programming language

    Originally posted by moemen ahmed
    Hi all,
    its nice to be here again with you. i ve been trying to learn C++ las summer, and i went well as i think, but unfortunatlly i had to stop for he last four months , so i forgot a lot. now i wanna to refresh my memory and rebuild my abilities. i chose "The C++ programming language 3rd edition " of "stroustrup" to help me, some ppl adviced me not to read it, cause its so hard ....
    what do u think i need ur opinions friends
    I like the c++ complete reference, and do as many programming excersises as you can if you really want to grasp the concepts.

  9. #9
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    The book of Stroustrup is great, it is hard, but there is nothing bad with that. It just means that reading the book will go a bit slower than reading an easy book on C++. But I think you get a better understanding of C++ during reading this book.

  10. #10
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Stroustrups coding style is out of date. I would advise the use of the Allman format. I think the book can be a little esoteric.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  11. #11
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by adrianxw
    Stroustrups coding style is out of date. I would advise the use of the Allman format. I think the book can be a little esoteric.
    What do you mean with out of date? Too old? Compiler used too
    old?

  12. #12
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> What do you mean with out of date?

    I'm talking about the way he formats his code. You can use whatever format you like of course, with any reasonable compiler. The formatting is how the code is laid out on the screen.

    Early formats like K&R, classic C and Stroustrups were devised when people worked, at best, on 80x24 character screens, or on printed pages. The essence of these formats was to get as much on the screen/page as possible. It didn't matter what it's readability figures were like.

    These days, with modern IDE's this is no longer a limitation, and one can apply a format scheme that has high readability factor. Whitesmiths and Ellemtel were amongst the early leaders, but the format with consistantly the highest readability factor is Allman format.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  13. #13
    looking for the truth moemen ahmed's Avatar
    Join Date
    Feb 2002
    Location
    Egypt
    Posts
    161
    well its good notice adrianx. may u tell us where to find more about the different formats ?


    thanks in advance
    Programming is a high logical enjoyable art for both programer and user !!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What language did they make Java in?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 07-03-2005, 04:18 PM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  4. Languages dying
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 07-29-2003, 10:08 AM
  5. Language Script..
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 03-30-2003, 06:48 AM