View Single Post
  #1  
Old 03-26-2011, 08:50 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default multiple header files accessing each other prevents compiling

Hi there I have been building a program separately and testing the code in sections. Which is fine as it works individually. However two of the classes are designed to share variables. The idea is the first class generates a partcile and then scans through a list of gridCells. It then either...
__________________
C++
domain name forum
Reply With Quote