Search:

Type: Posts; User: psndragoon

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,738

    #include "project1a.h" int main() { int...

    #include "project1a.h"

    int main()
    {
    int temp;
    string temp2;


    struct Cars c1, c2, c3, c4;
  2. Replies
    10
    Views
    1,738

    ok thank you for these replys you are helping me....

    ok thank you for these replys you are helping me.

    I would like ot know if any of you would mind giving me some example coding on how this program should flow. Better yet, would any of you mind...
  3. Replies
    10
    Views
    1,738

    ah sorry for instance the link list is pretty...

    ah sorry

    for instance the link list is pretty much stumping the crap out of me.

    will look more into idea in a moment had to jump in to see if anything yet. thank you for lookin at this btw,...
  4. Replies
    10
    Views
    1,738

    New Project suggestions helpful

    The class uses four different makes/models of car: FORD MUSTANG, BMW Z3, NISSAN 350Z, PORSCHE 911.

    * These four cars have ID codes of 1, 2, 3, and 4 respectively. There will never be any...
  5. Replies
    7
    Views
    1,043

    you forgot (rightTriangle*)malloc =).. figured...

    you forgot (rightTriangle*)malloc =).. figured that out right after this.

    thank you very much for helping me with this. Everytime that I come to these boards, I get the help that I need to...
  6. Replies
    7
    Views
    1,043

    I have allocated the triangle 25 . I dont know...

    I have allocated the triangle 25 . I dont know how to use Malloc really at all. Doing the triangle section was an easy step. Malloc is what is getting mu stumped.
  7. Replies
    7
    Views
    1,043

    unfortunately i know that new is preferred.....

    unfortunately i know that new is preferred.. Although this assignment would like me to really use malloc in this program. I just can't figure it out.
  8. Replies
    7
    Views
    1,043

    In need of help boys/girls.

    Write a program that defines an array of 25 right Triang pointers, and then use Malloc to allocate 25 rightTriangle objects who pointters are then assigned to each of the 25 array elements. NOw,...
  9. Replies
    14
    Views
    1,618

    thank you for helping me. It all works out great...

    thank you for helping me. It all works out great now. I'm really glad that i turned to this message board to get some very good help.

    once again thank you.
  10. Replies
    14
    Views
    1,618

    #include typedef struct { int...

    #include <stdio.h>

    typedef struct
    {
    int x;
    int y;
    } POINT;

    typedef struct
    {
  11. Replies
    14
    Views
    1,618

    typedef struct { POINT beg; POINT end; }...

    typedef struct
    {
    POINT beg;
    POINT end;
    } LINE;


    typedef struct
    {
    int x;
  12. Replies
    14
    Views
    1,618

    man this is really getting hard. all this talk...

    man this is really getting hard. all this talk from penny and i still dont understand. Penny if you are still on could you please give me a simple coding of what you are talking about.

    thank you.
  13. Replies
    14
    Views
    1,618

    does anyone have some coding along the lines of...

    does anyone have some coding along the lines of this project please. it would mean a great deal to me.
  14. Replies
    14
    Views
    1,618

    to be honest i need help on all of what you said....

    to be honest i need help on all of what you said. I know that is probably terrible, but I am completely confused with this topic.
  15. Replies
    14
    Views
    1,618

    struct help please

    I am very new to programming, infact this is my first class envolving C programming and i am very stumped on struct. I have to do this problem..

    A straight line is an object connecting tow...
Results 1 to 15 of 15