Search:

Type: Posts; User: eterna

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    2,262

    what? You cannot be funny if your grammar...

    what?
    You cannot be funny if your grammar sucks.

    I asked for suggestions. Point out where I asked people to do work for me.

    Yes the internet is public. I established that when I was 10, but...
  2. Replies
    13
    Views
    2,262

    There is no point to his post except to exhibit...

    There is no point to his post except to exhibit his pride in spending his days averaging 2k+ posts across 3 forums.

    Linking to a thread that has been done with only brings unnecessary attention.
  3. Replies
    28
    Views
    3,294

    Thank you very much for your time and patience. I...

    Thank you very much for your time and patience. I think it works fine now.
  4. Replies
    28
    Views
    3,294

    Oh, so I should start the counter before the...

    Oh, so I should start the counter before the while loop?

    Trying it out, it now produces a list of random 7 digit numbers..

    Is there anything wrong with this


    if(i=j)
    ...
  5. Replies
    28
    Views
    3,294

    Well, I hadn't begun the counter until after that...

    Well, I hadn't begun the counter until after that point, so I don't think I was expecting any value
  6. Replies
    28
    Views
    3,294

    I did as you said but I got 43378 as a result? ...

    I did as you said but I got 43378 as a result?

    And also, looking at my code again, I think it's a mistake to put the counter=0 where I did at it would just reset to 0 through each iteration. Nor...
  7. Replies
    28
    Views
    3,294

    I dont know how to go about what you suggested so...

    I dont know how to go about what you suggested so I tried another suggestion; implementing a counter that increments each time an element in the main diagonol is found to be greater than 7. ( So the...
  8. Replies
    13
    Views
    2,262

    Hi, I'd appreciate if you could delete your post...

    Hi, I'd appreciate if you could delete your post linking to topics I made on other sites.
    That is uncalled for and is none of your business, and I'm sure would get me into trouble.


    Furthermore,...
  9. Replies
    28
    Views
    3,294

    oh ok, thanks. Im still confused though So...

    oh ok, thanks.

    Im still confused though
    So the code would look something like this I guess:



    while (*something*)
    create array
  10. Replies
    28
    Views
    3,294

    http://i1097.photobucket.com/albums/g357/princejan...

    http://i1097.photobucket.com/albums/g357/princejan7/Project3_zps31d17482.png

    Like I said, I want it to keep going until all of the elements in the main diagonal are>= 7

    But it just generates...
  11. Replies
    28
    Views
    3,294

    like I've said, I don't want people on my course...

    like I've said, I don't want people on my course running into this. which is why I wrote what I want it to do rather clearly and pasted it as an image in the first post.

    What do you find vague?
  12. Replies
    28
    Views
    3,294

    It doesn't do what I want it to(check the first...

    It doesn't do what I want it to(check the first post) :(

    did you try it?
  13. Replies
    28
    Views
    3,294

    bump

    bump
  14. Replies
    28
    Views
    3,294

    Ok, I pasted the code above. :)

    Ok, I pasted the code above. :)
  15. Replies
    28
    Views
    3,294

    I don't want this found out by people on my...

    I don't want this found out by people on my course. If i posted it in code tags, wouldn't this be searchable through google



    #include<stdio.h>
    #include <time.h>


    int main(void)
  16. Replies
    28
    Views
    3,294

    Database structure

    (PLEASE ignore the title for now)

    http://i1097.photobucket.com/albums/g357/princejan7/Project2_zps9fa3350c.png




    This is what I've done so far. Creating the arrays is fine. Just need help...
  17. Thread: Array

    by eterna
    Replies
    6
    Views
    901

    presentable= anything that doesn't just look like...

    presentable= anything that doesn't just look like like a block of zeroes, whilst maintaining the 30 columns by 30 rows structure
  18. Thread: Array

    by eterna
    Replies
    6
    Views
    901

    So I got the 30*30 matrix. But it's just a...

    So I got the 30*30 matrix.

    But it's just a block of zeroes. How can I make it more presentable?
  19. Thread: Array

    by eterna
    Replies
    6
    Views
    901

    Array

    Hi, I'm trying to create a two dimensional array that displays zeroes in a 10 by 10 format. But I don't really know how.
    I've been playing around and this is what I have so far:

    ...
Results 1 to 19 of 19