C++/C

Advertisement


Question
Please guide me that what should be the path of output directory. I have also an error that obj file is missing. what should i do?  

Answer
Hello Shaheen, thank you for the question.

Your output directory can be any directory on the hard drive that you wish. That's up to you as a developer. Is it specified in your program requirements?

Object files are created by the compiler when your code is compiled. The object files are then processed by the linker and formed into an executable. If you are getting an error with a missing object file, you should be able to recreate it by compiling again. Have you tried doing a clean and then a full rebuild of your application?

I hope this information was helpful.

- Eddie

C++

All Answers


Answers by Expert:


Ask Experts

Volunteer


Eddie

Expertise

I can answer questions about the C++ language, object oriented design and architecture. I am knowledgable in a lot of the math that goes into programming, and am certified by ExpertRating.com. I also know a good deal about graphics via OpenGL, and GUIs.

Experience

I have completed numerous games and demos created with the C++ programming language. Currently employed as a software engineer in the modeling and simulation field. I have about 7 years experience.

©2012 About.com, a part of The New York Times Company. All rights reserved.