| | I'm currently taking a C++ class in school and we use Lawrence Ville Press books for C++. The IDE we are using is Visual C++ (VC96). Now at home, I'm using Dev-C++ as my IDE because it's free. The problem occurs when I have to use Libraries by LVP. I downloaded all the LVP libraries to my computer and included the libraries I needed to my source code. However, unlike Visual C++, it won't let me use it. I always end up with the compiler telling me that the libraries in LVP have errors in it. All the syntax in my source code is good but not the libraries. What's wrong with this IDE? Should I change the compiler? |


