Search:

Type: Posts; User: Kat007

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    24
    Views
    2,288

    Oh! Yes it is a csv file!! So I am supposed to...

    Oh! Yes it is a csv file!! So I am supposed to type in the console XOR.csv!!!
    Aaaaaa you are a star! Well done! Never underestimate the shortcomings of a novice!!!! lol
    Really much obliged, thank...
  2. Replies
    24
    Views
    2,288

    So where is it desirable to keep them instead? ...

    So where is it desirable to keep them instead?

    As for the other comment Im so new to debugger that half the time have no idea what it means when it points out mistakes. So in short no.

    In any...
  3. Replies
    24
    Views
    2,288

    It is a good point, however C++ is case sensitive...

    It is a good point, however C++ is case sensitive and the file name is XOR. Used a different one anyway and still no luck.
  4. Replies
    24
    Views
    2,288

    Just to be 100% clear: if my file names are XOR...

    Just to be 100% clear: if my file names are XOR and XOR_Test (located in a file called MyFile on the desktop) what should I put in when the console prompts me?
  5. Replies
    24
    Views
    2,288

    Well I've changed it back to this, which is...

    Well I've changed it back to this, which is working fine:



    ifstream file("FTSE_from_1984_training.csv"); // File for TRAINING
    if(file.fail())
    {
    cerr << "Input file 'training' problem!"...
  6. Replies
    24
    Views
    2,288

    I am using the debugger and it fails on the first...

    I am using the debugger and it fails on the first file.
  7. Replies
    24
    Views
    2,288

    So you want me to specify the full directory when...

    So you want me to specify the full directory when console prompts for the file name?
    Sorry not sure how to test it. But I have just used the file when it was hard coded into the program (as posted...
  8. Replies
    24
    Views
    2,288

    Can you suggest another way please? (For the user...

    Can you suggest another way please? (For the user to specify the files).
  9. Replies
    24
    Views
    2,288

    OK thank you. I have checked and the files are...

    OK thank you. I have checked and the files are located in the same folder as the program.

    I am definitely entering correct names as well.
    (I am not putting any quote marks around the name or...
  10. Replies
    24
    Views
    2,288

    Im too much of a novice so either would have...

    Im too much of a novice so either would have actually been new terminology to me! (I think you mean for me to have done what I posted above?). Thank you
  11. Replies
    24
    Views
    2,288

    Can I open 2 files at the same time? Maybe the...

    Can I open 2 files at the same time? Maybe the first one needs to be closed before I can read in second one?

    It works fine if I say:


    ifstream file("y=x2_positive.csv");
    if(file.fail())
    {...
  12. Replies
    24
    Views
    2,288

    Sorry I don't know what explicit and implicit...

    Sorry I don't know what explicit and implicit paths means?
  13. Replies
    24
    Views
    2,288

    Why am I unable to open the files?

    Please tell me why this is failing to open the files:



    string trainingFile;
    string testingFile;

    cout << "Please specify the file you would like to use for TRAINING: " << endl;
    cin >>...
  14. @Fordy, I have high low open and close for...

    @Fordy, I have high low open and close for financial data and need to overlay 4 data with another 4 data for a few hundred lines. I have attached an example. Rather than having the 2 charts Id like...
  15. Sorry I don't understand what you mean? You'd...

    Sorry I don't understand what you mean? You'd like me to post what this code writes to Excel?
  16. Replies
    2
    Views
    7,153

    Thank you very much.

    Thank you very much.
  17. Replies
    2
    Views
    2,393

    Solves the XOR. Is it enough?

    Hello,
    I have a network that solves the XOR problem, however struggles with funcitons like z = y + x if I mix positive and negative values of x and y, or y=x^2 seems tough as well...
    Is it enough...
  18. Why is the Final weight Table1 wrtten all in 1...

    Why is the Final weight Table1 wrtten all in 1 column for everything in the 2nd loop, but final weight talbe 2 is separated into columns per weight (as needed)??? Am puzzled! Code is the same why...
  19. Replies
    2
    Views
    7,153

    if a multiple of 10.... do something

    Hello,

    How can I program in if a number is a multiple of 10 then output it?

    Can't think of a way to do it....
  20. Thank you :)

    Thank you :)
  21. My friend just told me the answer: Place a...

    My friend just told me the answer:

    Place a breakpoint just before end of the loop,
    Right click on the breakpoint
    Choose 'Hit Count' option
    specify to break when hit count reaches 50.

    Works a...
  22. Debugging loops in Micosoft Visual C++ 2010 Express

    Hi,

    I am debugging a for loop which is 100 iterations long.
    My program starts to struggle after 50th loop, so I need to take a look inside each step of the loop after 50th iteration.

    Currently...
  23. Sorry I mean just as a straight Excel question..

    Sorry I mean just as a straight Excel question..
  24. Any ideas on overlaying the charts in Excel at...

    Any ideas on overlaying the charts in Excel at all please? Still haven't been able to find out how to do it..
  25. Dough lol I did try that but kept writing to...

    Dough lol I did try that but kept writing to excel so it obviously it didnt work!
    OK great thank you for your help :) This is working fine now.
Results 1 to 25 of 43
Page 1 of 2 1 2