Search:

Type: Posts; User: nifear4

Search: Search took 0.01 seconds.

  1. Replies
    28
    Views
    3,008

    Well, I just got back from finishing the program...

    Well, I just got back from finishing the program thanks to Cmaster 5001, but no thanks to the girl. Whoever she is, "thats not a goddess" (Quoted: By my CS Professor). But yeah, I'll run through your...
  2. Replies
    2
    Views
    3,273

    How do you call another source code file?

    So I finished the first part of my program... but he called and he wanted me to split it up into different sections of the program. Like into another source code. How do I call another source code...
  3. Replies
    28
    Views
    3,008

    to answer your questions master5001. He knows...

    to answer your questions master5001. He knows that I get motivated by having a bet or a competition. And he wants me to really go after my goals. Haha, we are like brothers in a sense. So thats why...
  4. Replies
    28
    Views
    3,008

    haha, I understand Arrays now. But problems are...

    haha, I understand Arrays now. But problems are still occurring. I'll try to fix it on my own though. Thanks for the help master5001 for the previous post.
  5. Replies
    28
    Views
    3,008

    Ahhh, thank you very much! YOU TRULY ARE THE...

    Ahhh, thank you very much! YOU TRULY ARE THE PROGRAMMING GODDESS!
  6. Replies
    28
    Views
    3,008

    Thats what I'm trying to understand.

    Thats what I'm trying to understand.
  7. Replies
    28
    Views
    3,008

    Well, its not cheating. i'm just asking for help...

    Well, its not cheating. i'm just asking for help and to understand more about arrays... I understand the

    for loop and how your storing the x and y into the two dimension and then you set that...
  8. Replies
    28
    Views
    3,008

    I read the lesson, but i barely helps me.. I'm...

    I read the lesson, but i barely helps me.. I'm literally a blind newb that has no programming experience except for like 2 VERY VERY VERY VERY BASIC programs... like adding 2 numbers.
  9. Replies
    28
    Views
    3,008

    Well here is the example that I got from my...

    Well here is the example that I got from my friend... he made a bet with me that I wouldn't understand array (which I don't) before he comes back on wednesday. So I need to finish this stupid program...
  10. Replies
    28
    Views
    3,008

    Now I need help adding arrays

    So lets say that I want to add arrays, How would I go about doing this. So the array would have a size limit of 7 so it would be something like.. int array[7] or would be it size = 7; array[size]?...
  11. Replies
    6
    Views
    1,380

    What are arrays?

    Can someone explain to me what arrays are? So I can understand them? thank you.
  12. Replies
    13
    Views
    1,782

    o_O I LIKE IT!! I think I will use something...

    o_O

    I LIKE IT!! I think I will use something like that from now on.... what type of codes have you made master5001?
  13. Replies
    13
    Views
    1,782

    oO;; I see now :D master 5001, when you...

    oO;; I see now :D


    master 5001, when you wrote const char, what exactly does this do?


    (Sorry for asking such basic questions, its just that I want to start making my own applications and...
  14. Replies
    13
    Views
    1,782

    Hey, the newb is back again.

    Hi everyone. Its Yi again. Well I just wanted to thank you for helping me with my program back earlier in this month. Let me show you my second program that I typed up today.

    So its to determine...
  15. Replies
    17
    Views
    4,757

    #include #include #include...

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

    //The function names
    int main(void)
    {
    int x, y;
    srand(time(NULL));
    x = rand() &#37; 100;
  16. Replies
    17
    Views
    4,757

    Just in response to the link, i am a newb, not a...

    Just in response to the link, i am a newb, not a noob. lol

    OTL. thats very interesting, gotta show that to my friends. Thanks.

    -Yi
  17. Replies
    17
    Views
    4,757

    Thanks for helping, I'll give it a try. I'll...

    Thanks for helping, I'll give it a try. I'll report as soon as possible and let you guys know the results.

    Again, thanks for responding really fast.

    -Yi
  18. Replies
    17
    Views
    4,757

    I'm a noob and I need help.

    Hi everyone. Before you read this thread, just warning you, you guys might get frustrated because I'm just that bad at programming, so pardon me if I don't really understand whats going on.


    What...
Results 1 to 18 of 18