Search:

Type: Posts; User: dashing_76

Search: Search took 0.00 seconds.

  1. Thread: Thanks

    by dashing_76
    Replies
    5
    Views
    1,359

    Thanks

    Thank you so much,
    I just made some stupid mistakes, now I was able to solve them.
  2. Replies
    5
    Views
    1,090

    sorry

    mistyped before,
    here is the question


    I want it to print 1 if the two strings are not equal and 0 if they are
  3. Replies
    5
    Views
    1,090

    problem

    I want it to print 1 if the two strings are not equal and 0 if they are not. Pls help
  4. Replies
    10
    Views
    2,396

    might work

    Here is my suggestion
    use fgets instead of gets because gets overwrites your memory

    to use fgets
    it takes three arguments

    fgets(stringname,80,stdin);

    try it; it might work:)
  5. Replies
    5
    Views
    1,090

    What should I do????

    I used these codes to concatenate and compare the strings, but couldnt succeed. Please let me know if I m making any mistake. Thank you
    void concatenate_string(void) {

    char userstrings[5][80];...
  6. Replies
    6
    Views
    1,248

    Thanks

    Thanks everyone, with your help I was able to solve my problem. thank you
  7. Thread: strcat

    by dashing_76
    Replies
    3
    Views
    1,722

    please help

    I'm very new to programming. I signed up for programming in C, but I guess the teaching level is too high for me. I got most of my program done, and it compiles, but just got stuck on few things. ...
  8. Thread: strcat

    by dashing_76
    Replies
    3
    Views
    1,722

    strcat

    If I were to concatenate five strings, and I can pick pick any two randomly, how would I do it.

    note: I tried, but the compiler gave me atleast 22 errors. Any kind of help will be greatly...
  9. Replies
    6
    Views
    1,248

    Thank you Mr. unregistered

    Thank you Mr. unregistered
  10. Replies
    6
    Views
    1,248

    Two questions

    Could anyone please help answering these questions. Thanks in advance.

    1. Write a statement declairing a pointer to a float and setting that pointer to the address of the variable myNum.


    ...
  11. Thread: Thanks

    by dashing_76
    Replies
    0
    Views
    996

    Thanks

    Hi Prelude,
    Thanx for the reply. I have started working on my assignment. I'll definitely be asking you for some guidance in a near future. Thanks again, I really do appreciate it.
  12. Thread: confused

    by dashing_76
    Replies
    4
    Views
    1,024

    confused

    I'm confused; I signed up for a C programming class, and my instructuor goes too fast. I have an assighnemt due, and I have no idea idea how to do it. Can anyone pls help. I'll appreciate it.
Results 1 to 12 of 12