Search:

Type: Posts; User: japes789

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    681

    Ok thanks for the reply, I haven't got far enough...

    Ok thanks for the reply, I haven't got far enough along to be able to do what you stated but knowing that there's a better way of doing it helps.
  2. Replies
    2
    Views
    681

    Visualising escape sequences

    Hi guys me again.

    I've been working through C: How to program and for anyone who isn't familiar with it at the end of every couple of chapters there's some exorcises. I was going through them and...
  3. Replies
    33
    Views
    4,431

    I'm new to C as well but feel I can offer a...

    I'm new to C as well but feel I can offer a little advice on this, the first piece being don't copy/paste code while you are learning. It can be time consuming but typing the code out manually means...
  4. Thread: New member

    by japes789
    Replies
    18
    Views
    1,536

    Fair enough I will be sticking with C for now,...

    Fair enough I will be sticking with C for now, but might take up C++ if the need ever arises
  5. Thread: New member

    by japes789
    Replies
    18
    Views
    1,536

    Excellent I will maybe pick one of those up at a...

    Excellent I will maybe pick one of those up at a later date but for now I will concentrate on C, am i right in assuming once I have learned one the others will be easier to pick up?
  6. Replies
    19
    Views
    1,717

    I wrote this a learning exercise more than...

    I wrote this a learning exercise more than anything, and just started to play around with the finished app to see what it's limitations where and what happens when you go outside the scope of the...
  7. Thread: New member

    by japes789
    Replies
    18
    Views
    1,536

    thanks for the reply i do want to get into kernel...

    thanks for the reply i do want to get into kernel development mainly but asmanasij7479 said that's a long way away and I understand that I will maybe write a few little apps but these will mostly be...
  8. Replies
    19
    Views
    1,717

    A very clear explanation thank you for taking the...

    A very clear explanation thank you for taking the time to answer, you must get questions like this a lot and again I apologize for my ignorance I do genuinely feel bad for leeching but I'm keen to...
  9. Replies
    19
    Views
    1,717

    Sorry, but I only started learning C yesterday...

    Sorry, but I only started learning C yesterday and do not understand what this does exactly, I understand the theory behind it as it checks if the input is indeed an integer but i don't understand...
  10. Thread: New member

    by japes789
    Replies
    18
    Views
    1,536

    I chose C as i want to move into developing for...

    I chose C as i want to move into developing for Linux (kernel etc) i know that's a long way away and expect to be doing that anytime soon but this is mostly written in C and ASM (correct me if I'm...
  11. Replies
    19
    Views
    1,717

    I see thanks for the reply helpful as ever.

    I see thanks for the reply helpful as ever.
  12. Replies
    19
    Views
    1,717

    I see that makes sense and thanks for the tip I...

    I see that makes sense and thanks for the tip I hadn't really noticed that to be honest as I ran it from the terminal to start with but will keep that in mind for the future, why doesn't the program...
  13. Replies
    19
    Views
    1,717

    Not really sure how to use that as of yet but...

    Not really sure how to use that as of yet but will look into it, although rather than preventing characters I don't want I was more interested in the result where did 32767 and why does it not...
  14. Replies
    19
    Views
    1,717

    Why is this hapening?

    Hey guys as some of you know I'm new to c I was experimenting a bit today just seeing what would happen if I input a char instead of an integer, expecting an error message as with Python and most...
  15. Thread: New member

    by japes789
    Replies
    18
    Views
    1,536

    I see that clears it up thanks you very much for...

    I see that clears it up thanks you very much for your answer, it really helped.

    As for a book to learn from I've just ordered "c: How to program (6th edition)" based on the suggestions I found on...
  16. Thread: New member

    by japes789
    Replies
    18
    Views
    1,536

    Ok I think I get it now so !( ( 1 || 0 ) &&...

    Ok I think I get it now so


    !( ( 1 || 0 ) && 0 )

    is true because the && function is evaluated first meaning that the || function is redundant which means the statement should be read as "not...
  17. Thread: New member

    by japes789
    Replies
    18
    Views
    1,536

    Sorry I meant logical operators, the example I...

    Sorry I meant logical operators, the example I saw and couldn't grasp properly was given like this:



    A. !( 1 || 0 ) ANSWER: 0 B. !( 1 || 1 && 0 ) ANSWER: 0 (AND is evaluated before...
  18. Thread: New member

    by japes789
    Replies
    18
    Views
    1,536

    New member

    Hello guys I've just joined. I've had a look around and like what I see up to now, but couldn't find an introduction forum and believe it's proper etiquette to introduce oneself formally before...
Results 1 to 18 of 18