Search:

Type: Posts; User: bropolwig

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,102

    function name from text file?

    Hi all,

    What I want to do is the following: at a certain point in my program I want to execute a function. The name of this function is stored in a text file. Is it possible to read this text file...
  2. Thread: for loops

    by bropolwig
    Replies
    11
    Views
    1,139

    Well, the real problem, Blackroot, is that I...

    Well, the real problem, Blackroot, is that I don't know at compile time whether or not there is another dimension c, or d, or etc... of the matrix.
  3. Thread: for loops

    by bropolwig
    Replies
    11
    Views
    1,139

    Indeed, this is what I want to do: find an...

    Indeed, this is what I want to do: find an optimum.

    But even if there are smarter ways of searching instead of looping through all number, then I still need to store them first, right?

    Could...
  4. Thread: for loops

    by bropolwig
    Replies
    11
    Views
    1,139

    Oh, it is just a hobby project of mine :) For...

    Oh, it is just a hobby project of mine :)

    For this specific part, I just want to be able to store an outcome (int value) for every combination of parameters, given that the number and range of...
  5. Thread: for loops

    by bropolwig
    Replies
    11
    Views
    1,139

    Using dynamic memory allocation I can indeed...

    Using dynamic memory allocation I can indeed choose aa and bb at runtime.

    The idea behind the undefined dimensions of the matrix is that I have an undefined parameterspace at start. When the...
  6. Thread: for loops

    by bropolwig
    Replies
    11
    Views
    1,139

    for loops

    Hi all,

    Can anyone help me with the following problem:

    I want to cycle through a multidimensional matrix M.
    Suppose this matrix has dimension 2 with boundaries aa and bb, then I could use...
Results 1 to 6 of 6