This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: G++ error or opperator problem ?


Hi Riaan, you wrote:

: Hello support,
There's no official support on this mailing list, you'd have to pay Cygnus.

:   int StudNum = 3;
:   string StudName[StudNum];

:   for (int Count = 1; Count <= StudNum; Count++)

C/C++ array programming problem #1: Valid indices are from 0 to StudNum-1!


Bye, Heribert (dahms@ifk20.mach.uni-karlsruhe.de)
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]