Search:

Type: Posts; User: the_winky_files

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    7,136

    I tried to explain what each line of code was...

    I tried to explain what each line of code was doing to the best of my ability. I'm pretty sure I understand all of what is going on here. The main concern which I have with this program is the...
  2. Replies
    17
    Views
    7,136

    ok, I read everything in the forum link you gave...

    ok, I read everything in the forum link you gave me and multiple explanations in internet articles, and I think I get the concept. the only problem is the code will not compile. when trying to...
  3. Replies
    3
    Views
    1,196

    well, thanks for helping me getting it to compile...

    well, thanks for helping me getting it to compile correctly. do you see where the fault is in my code? I don't see where it is doing anything wrong.

    I created a program with a switch statement,...
  4. Replies
    3
    Views
    1,196

    code won't compile

    can anyone tell me where the errors are to get this thing to compile?



    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>
    #include <string.h>
    #include <ctype.h>
    #define MAXSIZE 50
  5. Replies
    2
    Views
    1,367

    will pay two do 2 quick projects

    thanksgiving break is coming up and I am going out of town. I will not have access to the internet where I will be. I have two projects that are due during this time. I was wondering if there was...
  6. Replies
    18
    Views
    2,343

    is there anyone I can pay on here to do the two...

    is there anyone I can pay on here to do the two assignments I have posted for me? I am going to be on thanksgiving break next week and that's when it is due. where I will I be I won't have access...
  7. Replies
    18
    Views
    2,343

    haha, sorry, that was to Happy_Reaper. sorry...

    haha, sorry, that was to Happy_Reaper. sorry dwks.
  8. Replies
    18
    Views
    2,343

    ok, I think I am getting the problem. so my code...

    ok, I think I am getting the problem. so my code is not pushing the operators onto a stack? therefore the problem with my coding would be here:



    switch(c) {
    case '+' :...
  9. Replies
    17
    Views
    7,136

    I think my main problem is that I'm just not...

    I think my main problem is that I'm just not really sure at all how to create a queue using a linked-list. I have read through my book but it really doesn't help much, also, I have looked at...
  10. Replies
    17
    Views
    7,136

    ok. here is about as much code as I can come up...

    ok. here is about as much code as I can come up with. the link-list queue needs to be limited to only 6 nodes. I don't know how to implement. also, I'm not sure if this code will work correctly. ...
  11. Replies
    17
    Views
    7,136

    please, someone help me with this. I am still...

    please, someone help me with this. I am still stuck on this. I have been reading stuff on linked-lists throughout these forums, my books, and the internet for about 3 hours tonight and can't even...
  12. Replies
    18
    Views
    2,343

    ok, sorry I'm having so much trouble with this. ...

    ok, sorry I'm having so much trouble with this. I don't understand what you trying to tell me. are you saying that I'm never popping the value of the expression? I don't get it. thanks for trying...
  13. Replies
    18
    Views
    2,343

    ok, here's is what I've come up with so far. it...

    ok, here's is what I've come up with so far. it works but it doesn't implement the atof() since I really don't understand where I'm supposed to put it or what purpose it serves within the program. ...
  14. Replies
    17
    Views
    7,136

    yes, this is for my level 2 programming course. ...

    yes, this is for my level 2 programming course. I think I have figured out the project I referred to in the other post. I will be posting what I have on it in a minute. I am really having trouble...
  15. Replies
    17
    Views
    7,136

    linked-list queue

    I need to modify this program to use a linked-list implementation of a queue. All of the queue functions must be rewritten. The queue length needs to be defined as 6. Arrange a queue of 6 items,...
  16. Replies
    18
    Views
    2,343

    haha, sorry but I am still lost. thanks for...

    haha, sorry but I am still lost. thanks for trying to help though. I read over and over what you guys said but I just can't make any sense out of it. will someone please put this in the simplest...
  17. Replies
    18
    Views
    2,343

    so an example of something the user would enter...

    so an example of something the user would enter would be something like "a b +" or something and then the program would convert it to some random float number? I don't understand if the user is...
  18. Replies
    18
    Views
    2,343

    stack project

    I need to create a program that uses a stack to evaluate postfix arithmetic expressions (use only 4 arithmetical operators: +, -, *, /).
    The numbers can only be single-digit intergers. The numbers...
  19. Replies
    8
    Views
    1,611

    awesome, thanks for the help. I got it going...

    awesome, thanks for the help. I got it going good now.
  20. Replies
    8
    Views
    1,611

    Ok, I have everything completed finally but I'm...

    Ok, I have everything completed finally but I'm getting one last problem with the function. For some reason when it runs the 'p_evaluation' function, and I input the points to be tested equal to one...
  21. Replies
    8
    Views
    1,611

    yea, sorry. I didn't notice the actual math part...

    yea, sorry. I didn't notice the actual math part being wrong. I just knew that the center was supposed to use the structure point when being printed. Is this correct now? I edited above.
  22. Replies
    8
    Views
    1,611

    Ok, I figured out how I messed up the second part...

    Ok, I figured out how I messed up the second part and I fixed it where it returns a point value. So here's the new code:



    #include <stdio.h>

    struct point { float x, y;} center;
    struct...
  23. Replies
    8
    Views
    1,611

    need some help

    I need some help with this programming project I am creating. The first two things I had to do I got just fine. The first two things were to compute the area of r and to compute the center of r,...
  24. k, thanks for the help.

    k, thanks for the help.
  25. Command-line argument echoing in reverse

    I am trying to echo the command line arguments. An example would be if you the user entered "a.out null and void" then it would echo back "void and null."

    I have a program written to echo back...
Results 1 to 25 of 52
Page 1 of 3 1 2 3