Search:

Type: Posts; User: E_I_S

Search: Search took 0.00 seconds.

  1. Passing a pointer to two-dimension array in a function

    I am having no problem in passing a pointer to a one dimension array in a function in my code. However, when I tried passing a pointer to a two-dimension array im receiving an error. Can somebody...
  2. Replies
    10
    Views
    3,605

    I was already able to fix it doing some changes....

    I was already able to fix it doing some changes. Here is the working code for parsing four numerical values in a CString variable separated by spaces. Thanks.




    int i = 0;
    int j = 0;
    int...
  3. Replies
    10
    Views
    3,605

    Now I get what your are trying to say. I already...

    Now I get what your are trying to say. I already corrected my code. However my program still fails. I think what causes the failure is in the do-while part. I just can't figure out what it is.


    ...
  4. Replies
    10
    Views
    3,605

    I tried changing that part of code but still the...

    I tried changing that part of code but still the program fails. The following contains my changes. So basically what I am trying to do in the code is to first parse and store the values in a string...
  5. Replies
    10
    Views
    3,605

    I dont know if I get your question right but it...

    I dont know if I get your question right but it basically the condition to terminate the for loop. It is 3 because the array has a maximum index value of 3.
  6. Replies
    10
    Views
    3,605

    Here is my code. There is no error when I compile...

    Here is my code. There is no error when I compile it but when I run it the program fails. Can somebody help? Thanks.



    void CCStringParserDlg::OnOK()
    {
    // TODO: Add extra validation here
    ...
  7. Replies
    10
    Views
    3,605

    Storing values from Edit Box into an array

    Hello I am a beginner in programming. Can anyone give me an idea on how to do this?

    I will be using an edit box to input space-separated numerical values. Then the input values will then be stored...
Results 1 to 7 of 7