Search:

Type: Posts; User: Bri Rock

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,862

    I'm afraid I don't understand what you mean by...

    I'm afraid I don't understand what you mean by standard containers.

    Anyways, here's my updated snippet using the freestore to store the array in.


    #include <stdlib.h>
    #include <stdio.h>
    ...
  2. Replies
    6
    Views
    1,862

    Not enough room to store in arrays

    Hey guys,

    I'm doing a project where I have to take five very large arrays and sort them.
    But, I'm getting stuck here.

    Here's the part that's bombing out.


    #include <stdlib.h>
    #include...
  3. Replies
    3
    Views
    1,999

    Yeah I was sort of figuring that. Thanks for the...

    Yeah I was sort of figuring that. Thanks for the help!
  4. Replies
    1
    Views
    1,090

    Write to a file in a script

    Quick question.

    How do I write data to a file in a script? Does it have something to do with 'cat' ?

    Thanks.
  5. Replies
    3
    Views
    1,999

    Making a script with arbitrary array length

    Hey guys,

    I'm sort of new to scripting in Linux, but so far I think I'm getting the hang of it, execpt one part.

    I would like to create an array of whatever length the user provides in tcsh.
    ...
  6. Replies
    3
    Views
    1,496

    Reading in a binary file

    Hey guys,

    I'm having a problem reading in a binary file.

    Here's my snippet of code I'm trying to work with




    #include <iostream>
  7. Replies
    13
    Views
    4,242

    >The last time I flipped through this one, it had...

    >The last time I flipped through this one, it had void main everywhere.
    Yeah some beginner books do that. Don't know why though.
    The C++ book I have though has no void mains anywhere. But I do know...
  8. Replies
    13
    Views
    4,242

    Here's a good book for a beginner, who knows...

    Here's a good book for a beginner, who knows little to nothing about programming, and covers everything from beginning to advanced topics in C++.

    Ivor Horton's Beginning C++

    What I like about...
  9. Replies
    4
    Views
    1,582

    Hey guys, Thank you very much for all the...

    Hey guys,

    Thank you very much for all the sugesstions! :D

    All of these solutions worked.

    The full program now works great. Thanks again, and maybe I can help out in return for the favor. ...
  10. Replies
    4
    Views
    1,582

    Arrays failing to work

    Hi all,

    I'm having a huge issue over a simple problem. I'm trying to initialize two arrays which are fairly large.



    #include <stdio.h>
    #include <stdlib.h>

    int main()
Results 1 to 10 of 10