Search:

Type: Posts; User: hekk_tech

Search: Search took 0.01 seconds.

  1. Thank you very much your answer put me definitely...

    Thank you very much your answer put me definitely in the right direction I think I know how to do it now!
  2. How to get rid of repeated if statements and make a loop.

    Hi I have written a small program in which I am trying to assign values to variables a and b (1000-5000 with increment 1000 and 100-500 with increment of 100) dependent to the counter interval of 20....
  3. Replies
    1
    Views
    2,301

    scanf only octals

    Hi I would like to allow scanf to scan only numbers from 0 to 7 all the other numbers should give out a print message like error or similar. It doesn't seem to work. Can anyone give me an advice, I...
  4. Replies
    8
    Views
    5,141

    Ok after a couple of ours of googling and trial...

    Ok after a couple of ours of googling and trial and error I have finally succeeded my first "difficult" exercise. Thanks @hamster_nz and Salem for your advices. I am posting here the final result.
    ...
  5. Replies
    8
    Views
    5,141

    Just for an update this is where I am at with...

    Just for an update this is where I am at with this problem right now. Still no success, but I am definitely closer.

    insert


    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>
  6. Replies
    8
    Views
    5,141

    Very well you have successfully pointed out that...

    Very well you have successfully pointed out that I do not understand matrices. But this information was already obvious, otherwise I wouldn't register on this forum to ask for help and not to hear...
  7. Replies
    8
    Views
    5,141

    This is how far I have come: 1 1 1 2 2 2 3 3...

    This is how far I have come:

    1 1 1
    2 2 2
    3 3 3

    This is the code:

    insert
  8. Replies
    8
    Views
    5,141

    2d matrix beginner.

    Hi, I am trying to do some exercises to learn 2d matrices in c. My goal is to create a 2d matrix which has only 3 columns but the user defined raws lets say "x" raws. The second column must contain...
Results 1 to 8 of 9