Search:

Type: Posts; User: jakethehake

Search: Search took 0.00 seconds.

  1. cool, thanks a lot

    cool, thanks a lot
  2. char input and recognition - easy solution to help a newbie!

    Hey, I know there's a very simple explanation and a very simple answer to my question, I just don't know what it is as I am very new to C++

    I am trying get my program to recognise an input of...
  3. Just one more question, if I wanted to convert...

    Just one more question, if I wanted to convert the string to a double would I simply write something along the lines of




    spa.latitude = atof (row[7].c_str());
    spa.elevation = atof...
  4. Thanks a lot, seems to be working now!

    Thanks a lot, seems to be working now!
  5. converting part of a vector from string to double/int

    Hey everyone.

    I'm having a bit of trouble with a programme that I'm writing which requires input from a csv file, the application of an algorithm (the solar position algorithm or spa) using input...
  6. Replies
    4
    Views
    1,337

    Thanks for that, I'm going to get started with it...

    Thanks for that, I'm going to get started with it right away. Just one question, what would the elements of the vectors be in this case? Would each element of the vector be one site (so that I have...
  7. Replies
    4
    Views
    1,337

    Help with CSV!

    Hi, please can someone explain how I would take a text file containing comma-separated variables and put it into an array in C++ so that I can easily work with the data. The CSV file has 3000 rows...
  8. Help managing large amounts of data and generating data from it

    Hi, I'm very new to C++ and programming in general, and I'm trying to solve a particular problem involving the calculation of the mean annual solar radiation on a slope of given angle, aspect,...
Results 1 to 8 of 8