View Single Post
  #1 (permalink)  
Old September 25th, 2006, 06:54 PM
jch02140 jch02140 is offline
Registered User
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Compile Warning...

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?



Reply With Quote