Search:

Type: Posts; User: Salem

Search: Search took 0.40 seconds.

  1. Replies
    6
    Views
    1,750

    We normally suggest either putting this at the...

    We normally suggest either putting this at the start of the source file.

    #define _CRT_SECURE_NO_WARNINGS

    Or putting _CRT_SECURE_NO_WARNINGS in project->settings->compiler->predefined...
  2. Replies
    6
    Views
    1,750

    > choice = initialize(a); //This is where it...

    > choice = initialize(a); //This is where it tell me a is not identified
    Because your array is called 'arr', not 'a'

    Line 32 is a waste of space.

    > for(i = 0; i <= 20; i++)
    And this is an...
Results 1 to 2 of 2