Search:

Type: Posts; User: EpicYuzer

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    4,901

    anduril462 already answered my question in an...

    anduril462 already answered my question in an exceptional manner, and I didn't ask for any further clarification. So for you to comment in a childish manner is unneeded and rather useless.

    Thanks...
  2. Replies
    15
    Views
    4,901

    Yes thanks! The final successful code is: ...

    Yes thanks!


    The final successful code is:


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

    int main(int argc, char *argv[])
  3. Replies
    15
    Views
    4,901

    Thanks so much for your feedback! The program...

    Thanks so much for your feedback!

    The program compiled with the following code


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

    int main(int argc, char *argv[])
    {
  4. Replies
    15
    Views
    4,901

    okay but what typpe would my array be? just char...

    okay but what typpe would my array be? just char namearr[50][50]?
    So it would be of 50 rows each one containing a string of 50 chars?

    Since C lets me use scanf("%s", namearr[i]) to input the...
  5. Replies
    15
    Views
    4,901

    Thanks so muc for the kind reply! I see that you...

    Thanks so muc for the kind reply! I see that you cannot use a variable in an array definition so do I just use namearr[namespaces[50]][names[50]];?

    scanf is used as follows

    scanf(%d, &int...
  6. Replies
    15
    Views
    4,901

    Oh really? I am really looking for your...

    Oh really? I am really looking for your sympathy... Please please help. Realistically I couldn't be less concerned of who you are and whether I get your dear sypathy or not, because there are alot of...
  7. Replies
    15
    Views
    4,901

    No it's not I copied and pasted the code in but...

    No it's not I copied and pasted the code in but compiled it with everything as namespaces and then thought the "namespaces" was a conflicted keyword in C++ "namespace" so I changed everything to...
  8. Replies
    15
    Views
    4,901

    Help needed (problem with basic C program)

    Hello all,

    The other day I was experimenting with C and I stumbled across a problem in my program, it's a basic one for inputting names into a two dimensional array. That's all. But for some...
Results 1 to 8 of 8