Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Kojo105

    FTPing .cpp files from a Unix box to Windows

    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...
  2. Kojo105

    const char* to String object

    The QT library is similar to Motif in that it is a toolkit used mainly to give platform independence to GUI applications.
  3. Kojo105

    const char* to String object

    I am using the QT Library for a project and I want to convert a const char* into a QString object. Is this possible?
  4. Kojo105

    Stack Objects

    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.
  5. Kojo105

    Stack Objects

    I have declared a stack object (ValueStack<MyClass> code_stack) and am trying to reference the top object of that stack using &quot;code_stack.top()&quot;. The debugger tells me that this is an &quot;ambiguous symbol&quot;. How else can I go about refering to the top object?
  6. Kojo105

    Automatic text formatting

    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...

Part and Inventory Search

Back
Top