Search:

Type: Posts; User: Shane

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    5,250

    Hmmm, this is only chapter three of the book,...

    Hmmm, this is only chapter three of the book, talking about functions and function calls, templates aren't until later in the book, but still cool nonetheless.
  2. Replies
    5
    Views
    5,250

    It turns out, that I had to do it this way. At...

    It turns out, that I had to do it this way. At first I was under the impression that I had to overload the predefined function "abs" to work with long, double, and float. But it turns out, I had to...
  3. Replies
    5
    Views
    5,250

    Overloading the "abs" function

    Well, to start off, I am attempting to do one of the programming projects in Problem Solving with C++ by Walter Savitch. The program asks me to overload the "abs" function using the "long", "int",...
  4. Replies
    9
    Views
    1,784

    That was an awesome tutorial lucky....best one on...

    That was an awesome tutorial lucky....best one on pointers I have read yet. It's not just a concept resting on the edge of my brain now....I think I mostly understand it at this point, I really...
  5. Replies
    9
    Views
    1,784

    Thanks everyone for the replies....I really do...

    Thanks everyone for the replies....I really do appreciate it and am beginning to grasp pointers a bit better.

    Pointers, for some strange reason, have always been the hardest thing about c++ for...
  6. Replies
    9
    Views
    1,784

    Few simple questions...

    I'll get to the point. What is the advantage of using a struct instead of a class? The only difference is that classes can have private variables....correct?

    Also, I'm sort of confused as to how...
  7. Replies
    22
    Views
    2,146

    An EXCELLENT book to learn c++ (for the absolute...

    An EXCELLENT book to learn c++ (for the absolute beginner to understand even) is "Problem Solving with C++: The object of programming" 4th edition, by Walter Savitch. It has good tutorials in it, and...
Results 1 to 7 of 7