Thread: Skipping part of the code.

  1. #31
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    I'm afraid I don't know any good beginner books.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  2. #32
    Registered User
    Join Date
    Oct 2008
    Posts
    65
    Then I will read on the internet or something, thx for the help Elysia, appreciate it alot.

  3. #33
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Should I even bother pointing out that Elysia is turning someone off of C? Or should I just shrug and get on with my life?

    I am tired today. So I will leave it be. There is a sticky about books, And3rs. And although Elysia is not wrong or anything I wouldn't take her advice as meaning "Don't waste your time with C!" Because that is not what she said at all. With all the .NET nonsense and all going on these days, it wouldn't hurt for you to learn C#. But that is not me saying "Don't waste your time with C++." See the difference? I would save C# for a rainy day though. C++ is a .NET language too Its just I would rather use a stupid language than mar my C++ code with non-standard operators and crap just to use an API or system specification.

  4. #34
    Registered User
    Join Date
    Oct 2008
    Posts
    65
    I did not read it like that either, but now I just got.. I dont know, didnt feel the erge to program like I did when I came home from school :P

    feels like, beeing tricked or something(not by elysia or anyone), haha, well I dont know how to put it down in words.
    It is fun, always fun to put in a code, that I made, and i works. I wont stop or so ^^ just need to buy a new book, I hate money :P

  5. #35
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by master5001 View Post
    Should I even bother pointing out that Elysia is turning someone off of C?


    And although Elysia is not wrong or anything I wouldn't take her advice as meaning "Don't waste your time with C!" Because that is not what she said at all.
    :O
    Nor is it what I was implying either. I just mentioned "the right tool for the job."
    If we base a decision of C or C++, for computer software, C++ is the better tool. That's all.
    But then again, nothing is stopping you from learning how to use another tool
    But I'm hoping it won't be necessary once you realize how much C++ is superior to C

    Quote Originally Posted by And3rs View Post
    ...I wont stop or so ^^ just need to buy a new book, I hate money :P
    There should be some free books out there, though.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  6. #36
    Registered User
    Join Date
    Oct 2008
    Posts
    65
    well our library sucks, I can always download, but that is illegal! ^^

    most of the books that people have said is good, cost money so.
    Well who cares, I want to learn, 1,2,3 lets go!

  7. #37
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    I believe there are free books available for download.
    I believe the C++ books thread mentions at least one.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  8. #38
    Registered User
    Join Date
    Oct 2008
    Posts
    65
    Oh great, found a book, on like page 1 it is like "hello world" then the next chapter is simple math, then they jump to classes, isnt that a quite huge jump?

  9. #39
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Dunno, classes are pretty fundamental. There are more advanced techniques available for classes, so it will probably teach basics first.
    But give it a shot. Even if it fails later, you can get another book and you will still have the insight from your previous book that might help you on your way.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Code writing issues Part 2...
    By jaybo684 in forum C++ Programming
    Replies: 10
    Last Post: 08-01-2005, 08:28 AM
  2. Problem : Threads WILL NOT DIE!!
    By hanhao in forum C++ Programming
    Replies: 2
    Last Post: 04-16-2004, 01:37 PM
  3. Seems like correct code, but results are not right...
    By OmniMirror in forum C Programming
    Replies: 4
    Last Post: 02-13-2003, 01:33 PM
  4. Replies: 4
    Last Post: 01-16-2002, 12:04 AM