Search:

Type: Posts; User: SkinnyK

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,543

    Thanks for all the tips and information guys,...

    Thanks for all the tips and information guys, I'll be taking a look at boost.
  2. Replies
    5
    Views
    1,543

    Trying to Learn C++, Finding it Difficult...

    I am trying to get a better grasp of C++. I've written a few very small apps in C++ (school assignments) but I am in an interesting position. I have experience programming and I've created a few...
  3. Replies
    5
    Views
    2,052

    Thanks for the help guys this is what I came up...

    Thanks for the help guys this is what I came up with.


    #include <stdio.h>

    int main()
    {
    int digits, sum;

    scanf("%d", &digits);
  4. Replies
    5
    Views
    2,052

    The book hinted to use the modulus operator, so I...

    The book hinted to use the modulus operator, so I think that the idea behind that is to take the number, and the remainders hint at what the digits were? I don't know if I explained that clearly, not...
  5. Replies
    6
    Views
    2,051

    I would recommend Let Us C 8th Edition. I am...

    I would recommend Let Us C 8th Edition. I am currently using the book as a self study guide. It goes through so many aspects of C, and at the end of each chapter has many, many exercises, but no...
  6. Replies
    5
    Views
    2,052

    Help on Sum of Digits Entered

    Hey again, I am new to C and trying to wrap my head around it. Just for clarification I am not looking for a full solution, just a shove in the right direction.

    In my book in chapter 1 there is an...
  7. Replies
    4
    Views
    1,222

    Interesting, alright, thanks :)

    Interesting, alright, thanks :)
  8. Replies
    4
    Views
    1,222

    Question about int and void main() (Solved)

    I just bought the new edition of Let Us C by Y.P. Kanetkar (8th edition). In the examples so far the book has used:


    void main() {}

    When I compile, it gives an error, it should be int not...
Results 1 to 8 of 8