Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hebak
  • Content: Threads
  • Order by date
  1. hebak

    Possible loss of data warnings not being picked up!

    Hi everyone I am compiling code in MVC++ 7.1 with warning level 3. The following code only produces a warning c4244 if placed in certain files in the solution. int yyy=6; double xxxx=6.0; float ffff=6.0; yyy=xxxx; How is this happening when the warning level applies to all files in the...

Part and Inventory Search

Back
Top