I have done a binary ftp of a .cpp file from a Solaris box to window and then tried to build the .cpp file in Visual Studio. The attempted build results in the compiler reporting error that do not make sense e.g.
/////////////Code Fragment
#ifndef __APPTYPES_H_
#include "apptypes.h"
#endif...
It's okay, I've solved it now guys. Many thanks.
PS: A ValueStack is a type of stack used in the QT library that can store both objects and primitive variables.
I have declared a stack object (ValueStack<MyClass> code_stack) and am trying to reference the top object of that stack using "code_stack.top()". The debugger tells me that this is an "ambiguous symbol". How else can I go about refering to the top object?
I am developing an IDE for a bespoke scripting language and I want to produce some code that will higlight the reserved words in this language as they are typed (like Visual Studio)using the QT library.
I am doing the follwing things to try and achieve this:
1. Setting the color properties of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.