Search:

Type: Posts; User: JPEG23

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    14,744

    Thanks. I'm not going to lie and pretend that I...

    Thanks. I'm not going to lie and pretend that I understand how/where to implement the changes you've offered! What are the underlying concepts behind this box blur implementation in C? ...
  2. Replies
    4
    Views
    14,744

    Yes you're correct that's exactly what happened...

    Yes you're correct that's exactly what happened when I ran the program.
  3. Replies
    4
    Views
    14,744

    Box blur implementation

    Having trouble with this - I know I've written way too much code but I can't figure out what different to do...

    RGB is a
    struct containing the red green and blue


    void blur(int height, int...
  4. Reversing elements in an array - pointers or no?

    DISCLAIMER: I don't want direct guidance of what to do, just to be offered some (probably cryptic) direction.

    I've been tasked with a programme to reverse the elements in an array


    for (int i...
  5. Targeting specific characters in unknown array

    Firstly I just want to say that I don't want any solution or anything that will even mean that I don't have to do some extra thinking. I'm just looking for a nod in the right direction.

    I'm trying...
  6. Thanks guys

    Thanks guys
  7. Could someone critique this for me, and suggest shorter alternatives?

    Hi there, just written a Luhn's algo programme. I have no previous experience in C (except for last couple of weeks) so I'm aware that my code will be unwieldy and quite simple. How could I have made...
Results 1 to 7 of 7