Search:

Type: Posts; User: dalguy2004

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    22,415

    Wow

    I believe you prelude, i was going through some notes regarding programmers and hackers in general. I discovered that it's just the way things goes. I'm sorry if i had been naive and immature. ...
  2. Replies
    8
    Views
    22,415

    Quzah!

    Listen even if you are the owner of the group or whatever form of guru you take yourself to be, i despise the way you come at people. You think we don't even think about the problems at all?

    If...
  3. Replies
    10
    Views
    2,964

    Vector in c

    Thanks w00t, and thanks for the mocking too quzah.It's all good, someday i'm here for help, and i appreciate it in all form.
    Thanks
  4. Replies
    10
    Views
    2,964

    Vector in c

    Ok here's my problem again,
    I got this segmentation fault from the hasMore function:

    if(pv->head->next !- NULL)

    any help would be appreciated! if you understand how i can put the hasMore...
  5. Replies
    10
    Views
    2,964

    Vector in c

    Hey quzah,
    what were you saying there?,

    "Hi! I see you're doing the same homework I am. Can I copy off of yours? Mine doesn't work. Please fix yours and let me copy it. Thanks."


    are you...
  6. Replies
    10
    Views
    2,964

    Vector in c

    Hey Zild,
    I need your help please. My program is not compiling..i got this error from the ( hasMore).

    Also the (next) method is not working properly it said it doesn't have the member "tail"...
  7. Replies
    10
    Views
    1,807

    scanf

    Hello Dave,
    Thanks so much for pointing that out. My eyes are wide open now..
  8. Replies
    10
    Views
    1,807

    Hello,I'm not sure why you guys have your scanf...

    Hello,I'm not sure why you guys have your scanf fucntion without the address operator
    scanf("%s", &var);
    I was referring to some parts of the code you have in the question, the scaf doesn't have...
  9. Replies
    10
    Views
    1,807

    Hello,I'm not sure why you guys have your scanf...

    Hello,I'm not sure why you guys have your scanf fucntion without the address operator
    scanf("%s", &var);
    I was referring to some parts of the code you have in the question, the scaf doesn't have...
  10. Replies
    8
    Views
    2,470

    LinkedList

    Thanks man,
    I figureed the problem out. I appreciate the info.
  11. Replies
    8
    Views
    2,470

    Ok, i'm having a problem like you zild, how do u...

    Ok, i'm having a problem like you zild, how do u populate the link list with the courses without prerequiste and the one with prerequsite.
    I tried it but i got a segmentation fault just like the one...
  12. Replies
    8
    Views
    2,470

    Ok, i'm having a problem like you zild, how do u...

    Ok, i'm having a problem like you zild, how do u populate the link list with the courses without prerequiste and the one with prerequsite.
    I tried it but i got a segmentation fault just like the one...
  13. Replies
    20
    Views
    4,767

    Help me please!

    Hammer,
    Your intention is quite clear, you are very willing to help and you are ready to see that the person who need help make enough effort.
    Vleonte, i hope with the simple instructions given...
  14. Replies
    20
    Views
    4,767

    Help with home work

    You guys are right by saying, " show us what you've done so far?" but at the same time, i'd implore you to stop insulting the intelligence of most of us, the newbies. We are here to learn from you,...
  15. Replies
    7
    Views
    1,658

    Watch out for the return values!

    Someone pointed out that you have to be careful of the return types.

    I wrote a program where i declared my main to be .. just
    <
    main ()
    and then i was returning 0 at the end of the program....
  16. Replies
    3
    Views
    1,055

    With Scanf

    Point to note!!
    Whenever you are using Scanf(), remember it's a function, you must include the address operator with the variable..e.g

    scanf("%d", &var_name);
    where var_name represents your...
  17. Hey Zild

    We happen to be in the same class!! Sedgwick's.
    I'm a total newbie when it comes to c.. i'd been having problem too. Maybe you can help me out if you make any progress.
    Dalguy2004.
  18. Replies
    27
    Views
    3,904

    Crazy Array Questions!

    Hey Hammer,
    I'm sorry if i have offended you or anyhting or anyone. I don't know much about c programming, ,but i believe getting help and directions from people who know would help me get there....
  19. Replies
    27
    Views
    3,904

    Arrays and Pointers!!

    Someone would definately have an answer to this very crazy arrays question!!

    Course Prerequisites

    Sample input for this problem might be:
    CS1101 CS1100
    Ma1010 Ma1000
    CS2132 CS1100
    ...
  20. Replies
    11
    Views
    1,776

    Any Quick help Please!

    I have tried to develop the following algorithm for my proble, but i need help putting it into codes. I was told by a prof that i can achieve it with 8-10 lines of codes.
    Then i tried, but i don't...
  21. Replies
    4
    Views
    2,418

    About My Problem

    Thanks to al lof you for the beautiful and intelligent insights. I'll work on your suggestions.
  22. Replies
    4
    Views
    2,418

    Replacing string from a line

    Hello people,
    This is an amazing site for people who are interested in the c language andother wonderful languages too.

    Please i have just started learning about the c language, being a novice i...
Results 1 to 22 of 22