Search:

Type: Posts; User: Jarwulf

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,532

    the file is pretty big and I have to change...

    the file is pretty big and I have to change several billion lines. Is there any more precise method?
  2. Replies
    5
    Views
    1,532

    inserting text in file

    Hi I want to insert new info at a specific line in a file. But I want to also delete the previous info on that line. However I've only been able to put in the new info not overwrite the previous. How...
  3. Thread: giant arrays

    by Jarwulf
    Replies
    9
    Views
    1,544

    Okay, maybe if I describe what I'm doing we can...

    Okay, maybe if I describe what I'm doing we can come up with a good solution. I'm doing a population simulation of sorts. Say it consists of a billion steps. But I have to do this billion steps 100...
  4. Thread: giant arrays

    by Jarwulf
    Replies
    9
    Views
    1,544

    giant arrays

    When creating arrays I can't define any larger than 100 million with double. Is there a way to get even larger arrays or would this be unstable and I would be better off using several arrays rather...
  5. Thread: VS2005 to gcc

    by Jarwulf
    Replies
    6
    Views
    1,522

    VS2005 to gcc

    Hi, I have a simple C++ source file which works perfectly in Visual
    Studio 2005. Unfortunately I have to get it compiled for use on a
    remote linux machine. Using putty I get a zillion cryptic error...
  6. Replies
    3
    Views
    1,066

    Speeding up parsed equations

    Hi, I have a problem with the speed of parsed equations. I want the user to be able to define a equation X.


    Lets say they define it as X=y+1

    then I execute


    while (i < MAX)
    {
Results 1 to 6 of 6