Search:

Type: Posts; User: yurci

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    4,612

    YES, sorry for my lack of attention.

    YES, sorry for my lack of attention.
  2. Replies
    8
    Views
    4,612

    THANKS FOR YOU'RE ANSWER. I make a step...

    THANKS FOR YOU'RE ANSWER.

    I make a step further and same problem continues like you said . I want to create an integer array and assign the number of same notes for each scale. And there is a run...
  3. Replies
    8
    Views
    4,612

    Thank you, It solves my problem. And also it is...

    Thank you, It solves my problem. And also it is same with char* gam[3][8] as well as string(I don't know why!) ;


    char *gam[3][8]; // This is for storing SCALES, This size for now.
    ...
  4. Replies
    8
    Views
    4,612

    If you do it so, it give a convertion error: char...

    If you do it so, it give a convertion error: char to char*
  5. Replies
    8
    Views
    4,612

    Char Pointer Array cin Problem

    Hello Guys,

    I want to write a simple program about guitar scales!
    I want to store scales in program like: A B C D E F G as a CMajor and so on..

    And I'd like to input dynamic sized notes( like:...
Results 1 to 5 of 5