∧,,∧∩  / ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄
  ミ,,゚Д゚彡 < はげしくシツモーソ
   U  ミ   \____________
 〜ミ  ミ
   ∪ ∪

BCBでC++のコンソールプログラム動作させているのですが
なんだか、

いわゆるプロジェクトソース(Project2.bpf)

  USEUNIT("Unit1.cpp");
  //---------------------------------------------------------------------------
  This file is used by the project manager only and should be treated like the project file

  main

このソースがなぜ必要なのかという事と



と、Unit1.cppにくっつく

  #pragma hdrstop

  #pragma argsused

の意味がわからないっす。

おしえてくらはい。