Search:

Type: Posts; User: Nolens

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,333

    that's great - thanks

    that's great - thanks
  2. Replies
    5
    Views
    1,333

    The entire vector is all I need. I'm currently...

    The entire vector is all I need.

    I'm currently copying it all using a loop and pushing each item from the source vector to the target vector one at a time - but I'm trying to optimize my code.
    ...
  3. Replies
    5
    Views
    1,333

    Quick vector copy

    Hi, what is the quickest (most processor efficient) way of copying from one vector to another?

    thanks.
  4. Replies
    1
    Views
    1,161

    Unix pathname to Windows pathname

    Hi,

    I am trying to compile my unix c++ code in windows, but am having file path trouble. My unix code is:



    cout << "Enter output sub-folder name: ";
    cin >> fn;
    subFolder = fn;
    ...
  5. Replies
    2
    Views
    843

    OK thanks for your help

    OK thanks for your help
  6. Replies
    2
    Views
    843

    Main variable available to all classes

    Hi.

    My main code has the statement:

    #define dimensions 2

    How is it possible (without passing the value to each object as it is created) to make this value available to all classes that are...
Results 1 to 6 of 7