Hi,
I am just starting on C++ and I got this warning problem with my codes:
Quote:
quote:I:\COMP 2402 - Assignment 1>bcc32 main2.cpp
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
main2.cpp:
Warning W8027 Loan.h 81: Functions containing for are not expanded inline
Warning W8027 SetOfLoans.h 36: Functions containing for are not expanded inline
Warning W8027 SetOfLoans.h 69: Functions containing for are not expanded inline
Warning W8027 SetOfLoans.h 96: Functions containing for are not expanded inline
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
|
What do the above lines mean?