User profile: Mafioso

User info
User name:Mafioso
History
Joined:
Number of posts:6
Latest posts:

ms vs c++ shows error where it shouldn't
Oh, thank you very much! :) I had a circular include, my core.h includes manager.h, it includes setu...

ms vs c++ shows error where it shouldn't
Yes, the declaration is visible to the second line and the error occurs on the first line, Manager i...

ms vs c++ shows error where it shouldn't
Hello, I've got problem with Microsoft Visual Studio C++ 2008 Express Edition, I declared a variable...

How to make variable accessible to all application?
Create a header with global variables and then include it in all program headers? It throws an error...

How to make variable accessible to all application?
Hi, I've got many classes and all of them needs one variable, how can I declare that variable so it ...