Search:

Type: Posts; User: Mr. Acclude

Search: Search took 0.01 seconds.

  1. Anywhere I get more info on - creating a "make"

    Here is the description of the problem, not much
    http://www.cs.sonoma.edu/~kooshesh/cs315/make/make.pdf
    does anyone happen to know any websites that can give me some useful information on...
  2. Replies
    5
    Views
    3,035

    No it's homework, teacher said to go think about...

    No it's homework, teacher said to go think about it, and I was wondering and couldn't figure it out. And yea your right a algorithm not a equestion.
  3. Replies
    5
    Views
    3,035

    Finding the Root of a Complete Tree

    Find the element that will serve as the root element of a complete binary search tree. Give the index. I just need help finding the mathematical equation for this.
  4. Error: Invalid Conversion `bool' to `list_node*'

    main.cpp:83: error: invalid conversion from `bool' to `list_node*'
    main.cpp:83: error: initializing argument 1 of `void write_list(list_node*)'

    I can't seem to fix this error



    //...
  5. Replies
    2
    Views
    1,013

    Recursive List - CDR - CAR ??

    I can't find any tutorials or info on Recursive List - cdr / car. I dont know what to return in member, any hints :D



    bool eq(list atom1, list atom2)
    // returns true if atom1 & atom2 are...
  6. Replies
    5
    Views
    1,900

    Actually this is going to be written in Linux. ...

    Actually this is going to be written in Linux. Here is the project description http://www.cs.sonoma.edu/~kooshesh/cs315/project1/315project1.html

    If it was just one file, I would be able to open...
  7. Replies
    5
    Views
    1,900

    I know how to open an indivdual file. But the...

    I know how to open an indivdual file. But the teacher includes like 10 html files into one folder. So how do I open multiple files, with out even knowing the names of these html files? Is that...
  8. Replies
    2
    Views
    1,361

    What does this code segment do?

    "You need to provide a makefile so that I can compile and run your program using the following commands:

    make
    ./crossReference.x theNameOfAnInputFile"


    So what does this code fragment...
  9. Replies
    5
    Views
    1,900

    Yea, were studying recurision so I guess thats...

    Yea, were studying recurision so I guess thats what I have to do.
  10. Replies
    16
    Views
    7,966

    Yea i did get it, and i fixed my code and it...

    Yea i did get it, and i fixed my code and it works, i trully appreciate your help, it saved me from a lot of headaches
  11. Replies
    16
    Views
    7,966

    I been only programing for only 2 weeks, gives us...

    I been only programing for only 2 weeks, gives us a break you ass.
  12. Replies
    16
    Views
    7,966

    I did read your code, but i need to use the...

    I did read your code, but i need to use the functinos that I have. This is my first time programing with C, please give me a break =/
  13. Replies
    16
    Views
    7,966

    edit

    edit
  14. Replies
    16
    Views
    7,966

    Acutally it can't I have to create a function...

    Acutally it can't I have to create a function that turns a hex to int and int to hex. Here is the project.
    http://www.cs.sonoma.edu/~stauffer/250F04/ProgProjects/250F04.Project1.html

    I have...
  15. Replies
    16
    Views
    7,966

    Multiply it by 10 then Int to Hex

    Write a C program that prompts the user to enter a hex value, muliplies it by ten, then displays the result in hex.

    I already made a fuction hexToInt and intToHex, but I am still puzzled and how...
Results 1 to 15 of 15